@font-face {
  font-family: "Sukhumvit";
  src: local(Sukhumvit Thin),
    url("../fonts/sukhumvit/SukhumvitSet-Thin.ttf") format("truetype");
  font-weight: 100;
  unicode-range: U+0E00-0E7F, U+0020-007E;
}

@font-face {
  font-family: "Sukhumvit";
  src: local(Sukhumvit Light),
    url("../fonts/sukhumvit/SukhumvitSet-Light.ttf") format("truetype");
  font-weight: 300;
  unicode-range: U+0E00-0E7F, U+0020-007E;
}

@font-face {
  font-family: "Sukhumvit";
  src: local(Sukhumvit Regular),
    url("../fonts/sukhumvit/SukhumvitSet-Text.ttf") format("truetype");
  font-weight: 400;
  unicode-range: U+0E00-0E7F, U+0020-007E;
}

@font-face {
  font-family: "Sukhumvit";
  src: local(Sukhumvit Medium),
    url("../fonts/sukhumvit/SukhumvitSet-Medium.ttf") format("truetype");
  font-weight: 500;
  unicode-range: U+0E00-0E7F, U+0020-007E;
}

@font-face {
  font-family: "Sukhumvit";
  src: local(Sukhumvit SemiBold),
    url("../fonts/sukhumvit/SukhumvitSet-SemiBold.ttf") format("truetype");
  font-weight: 600;
  unicode-range: U+0E00-0E7F, U+0020-007E;
}

@font-face {
  font-family: "Sukhumvit";
  src: local(Sukhumvit Bold),
    url("../fonts/sukhumvit/SukhumvitSet-Bold.ttf") format("truetype");
  font-weight: 700;
  unicode-range: U+0E00-0E7F, U+0020-007E;
}

* {
  font-family: "Sukhumvit", sans-serif, arial;
  font-size: 14px;
  color: #000000;
}

.body {
  position: relative;
  min-height: 100vh;
}

.content {
  padding-bottom: 200px;
  padding-top:120px;
}

.footer {
  background-color: #000000;
  height: auto;
  width: 100%;
  bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 51;
}

.biooui-logo {
  width: 70px;
  height: 44.42px;
}

.download-logo {
  width: 30px;
  height: 30px;
}

.fb-logo {
  width: 13px;
  height: 24.72px;
}

.line-logo {
  width: 26px;
  height: 25.84px;
}

.mail-logo {
  width: 26px;
  height: 17.98px;
}

.add-line {
  width: 74px;
  height: 26px;
}

.phone-logo {
  width: 24px;
  height: 24px;
}

.qr-code {
  width: 74px;
  height: 74px;
}

.row-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* Footer */

.footer-download-container,
.footer-fb-container,
.footer-line-container,
.footer-mail-container,
.footer-phone-container {
  width: 50px;
  height: 50px;
  background: #000000 !important;
  box-shadow: 0px 0px 10px 6px rgba(200, 200, 200, 0.2);
  border-radius: 4px;
  padding: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-download-container:hover,
.footer-fb-container:hover,
.footer-line-container:hover,
.footer-mail-container:hover,
.footer-phone-container:hover {
  background: #ff0000 !important;
}

.phone-no {
  float: right;
  position: absolute;
  right: 0px;
}

.footer-phone-container:hover + .phone-no {
  color: white;
}

.profile {
  width: 42px;
  height: 42px;
  background: linear-gradient(180deg, #ff0000 0%, #ca0813 100%);
}

.menu-notification {
  width: 16px;
  height: 22px;
}

.point {
  width: 22px;
  height: 22px;
}

.point-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-family: Prompt, sans-serif;
  color: #ca0813;
  font-size: 12px;
  font-weight: 600;
  margin-right: -22px;
  padding-left: 12px;
  padding-right: 22px;

  min-width: 60px;

  border: 1.5px solid #ca0813;
  box-sizing: border-box;
}

.modal-custom-size {
  width: 300px;
}

.profile-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  width: 250px;
  margin-top: 19px;
  padding: 20px 10px 10px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2);
}

.dropdown-menu .user-email {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#empty-course-exercise {
  margin-top: 150px;
  font-size: 2rem;
}

.navbar .nav-item .dropdown-menu.show {
  display: block!important;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }

  /* .navbar .nav-item:hover .dropdown-menu {
    display: block;
  } */

  .navbar .nav-item .dropdown-menu {
    z-index: 999;
    position: fixed;
    top: 46px;
  }
}

.head {
  font-size: 20px;
}

.subhead {
  font-size: 16px;
}

/* Notification CSS (from Panya)*/

.menu-notification-badge {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
}

.menu-notification-container {
  max-height: 400px;
  overflow-y: scroll;
}

.menu-notification-container::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  border-radius: 4px;
  background: transparent;
  transition: all 0.3s ease;
}

.menu-notification-container::-webkit-scrollbar:hover {
  background: #f9f9f9;
}

.menu-notification-container::-webkit-scrollbar-thumb {
  background: #a9a9a9;
  border-radius: 4px;
}

.notification {
  position: relative;
  left: auto;
  top: 5px;
  bottom: 0%;
  display: none;
  width: 360px;
  padding: 10px;
  /* float: right; */
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}

.link-block-45 {
  display: block;
  width: 340px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c7d5f5;
  background-color: rgba(199, 213, 245, 0.25);
  text-decoration: none;
}

.image-76 {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50px;
}

.div-block-216 {
  width: 270px;
  margin-left: 10px;
  float: left;
}

.text-block-160 {
  font-family: Prompt, sans-serif;
  color: #333;
  font-size: 15px;
}

.text-span-34 {
  font-weight: 600;
}

.div-block-217 {
  width: 270px;
  margin-top: 5px;
  margin-left: 10px;
  float: left;
}

.image-77 {
  width: 20px;
  height: 20px;
  float: left;
}

.text-block-161 {
  float: left;
  font-family: Prompt, sans-serif;
  color: #919191;
  font-size: 15px;
}

/* End here */

/* login,register,access code,reset password,reset password confirm, setting */
.login-div .header-login,
.signup-div .header-register,
.header-access-code,
.header-reset-password,
.header-confirm-reset-password,
.header-setting {
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  height: 120px;
  background: #ca0813;
  border-radius: 4px 4px 0px 0px;
  padding: 22px 30px;
  margin-top: 2%;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 20%);
}

.header-courses-mine {
  margin-left: auto;
  margin-right: auto;
  width: 1180px;
  height: 120px;
  background: #ca0813;
  border-radius: 4px 4px 0px 0px;
  padding: 22px 30px;
  margin-top: 2%;
}

.login-div .header-login h1,
.login-div .header-login div,
.signup-div .header-register h1,
.signup-div .header-register div,
.header-confirm-reset-password h1,
.header-setting h1,
.header-setting a,
.header-courses-mine h1,
.header-courses-mine a {
  color: #fff;
}

.header-access-code h1,
.header-reset-password h1,
.header-confirm-reset-password h1 {
  color: #fff;
  margin-top: 18px;
}

.login-div .header-login div,
.signup-div .header-register div {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}

.login-div .login-form,
.signup-div .register-form,
.access-code-form,
.reset-password-form,
.confirm-reset-password-form,
.setting-form,
.change-password-form {
  width: 450px;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 20%);
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  padding: 40px;
}

.reset-password-form h4 center,
.confirm-reset-password-form h4 center,
.change-password-form h4 center {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #74788d;
}

.login-div .login-form,
.change-password-form {
  height: auto;
}

.signup-div .register-form {
  height: auto;
}

.setting-form {
  min-height: 740px;
  max-height: 2000px;
}

.access-code-form {
  height: 210px;
}

.reset-password-form {
  height: 300px;
}

.confirm-reset-password-form {
  height: 350px;
}

.login-div .input_login_box input,
.signup-div .input_register_box input,
.access-code-form .input_access_code_box input,
.input_email_box input,
.input_setting_box input {
  width: 100%;
  height: 44px;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
}

.signup-div .input_register_box input.email-not-equal {
  border-color: #CA0813;
}

.change-password-form .input_email_box input {
  width: 390px;
  height: 44px;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
}

.input_confirm_reset_password_box {
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.input_confirm_reset_password_box .no-padding-left {
  padding-left: 0px;
}

.input_confirm_reset_password_box input {
  width: 194px;
  height: 44px;
  outline: none;
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
}

.signup-div .input_register_box_col input,
.input_setting_box_col input {
  width: 180px;
  height: 44px;
  outline: none;
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 5px;
}

.login-div .input_login_box label,
.signup-div .input_register_box label,
.signup-div .input_register_box_col label,
.reset-password-form label,
.setting-form .text-block-105,
.input_setting_box label,
.input_setting_box_col label,
.change-password-form label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #424242;
  margin-top: 10px;
  margin-right: 14px;
}

.signup-div .input_register_box label span {
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #979797;
}

.signup-div .input_register_box .err-msg {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #CA0813;
  margin-top: 4px;
}

.setting-form .field-label-4 b {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #74788d;
  margin-left: 28px;
}

.setting-form .text-block-105 {
  margin-top: 10px;
}

.setting-form .teacher_setting_line {
  background-color: #ced4da;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  margin-top: 34px;
  margin-bottom: 24px;
}

.input_confirm_reset_password_box label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #74788d;
  margin-top: 10px;
  margin-right: 14px;
}

.login-div .input_login_box,
.signup-div .input_register_box,
.input_email_box,
.input_setting_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.login-div .submit-button-login,
.signup-div .submit-button-register {
  width: 100%;
  height: 44px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #ca0813;
  border-radius: 4px;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-color: transparent;
}

.login-div .forget-password-div {
  display: flex;
  width: 102px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.login-div .forget-password-div i {
  color: #74788d;
  font-size: 20px;
}

.login-div .forget-password-div a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #74788d;
  margin-top: 2px;
  margin-left: 10px;
}

.setting-form .change_password_div {
  margin-top: 20px;
  text-align: center;
}

.setting-form .change_password_div a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #74788d;
}

.login-div .register-div {
  display: flex;
  width: 236px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.login-div .register-div div {
  color: #74788d;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.login-div .register-div a {
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-left: 2px;
}

.no_padding {
  padding: 0!important;
}

.no_margin {
  margin: 0px !important;
}

.username_row {
  width: 100%;
  /* margin-left: auto;
  margin-right: auto; */
  margin-bottom: 24px;
}

.submit-button-access,
.submit-button-reset-password,
.submit-button-confirm-reset-password,
.submit-button-change-password {
  background: #ca0813;
  color: white;
  outline: none;
  width: 100px;
  height: 40px;
  border: transparent;
  border-radius: 4px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}

.submit-button-setting {
  background: #ca0813;
  color: white;
  outline: none;
  width: 100px;
  height: 40px;
  border: transparent;
  border-radius: 4px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}

.setting-form .div-block-133 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.setting-form .image-51 {
  width: 120px;
  height: 120px;
}

.setting-form .field-label-4 {
  margin-top: 24px;
}

.my-course-item .image-21 {
  width: 580px;
  height: 294px;
  object-fit: cover;
}

.my-courses-list .my-course-item {
  width: 1180px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  min-height: 290px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 4px;
}

.my-courses-list .my-course-item:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.my-courses-list .div-block-26 {
  padding-top: 10px;
}

.my-courses-list .last_update {
  color: #767676;
  font-size: 12px;
  margin-top: 2px;
}

.my-courses-list .text-block-13 {
  margin-left: 4px;
  color: #424242;
}

.my-courses-list .text-block-20 {
  font-weight: bold;
  color: #ca0813;
  font-size: 18px;
  clear: both;
  float: right;
}

.my-courses-list .text-block-21 {
  font-size: 16px;
  color: #424242;
  margin-left: 2px;
  height: 97px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 500px;
  margin-bottom: 20px;
}

.my-courses-list .my-courses-list-item-footer {
  max-height: 120px;
}

.my-courses-list .item-footer-time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 120px;
}

.my-courses-list .item-time-bottom {
  /* padding-top: 64px; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.my-courses-list .name-text {
  padding-top: 10px;
}

.display_flex {
  display: flex;
}

.float_right {
  float: right;
}

.my-courses-list .teacher_name {
  font-weight: 600;
  color: #424242;
}

.my-courses-list .text-block-12 .link-10 {
  color: black;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  margin-top: 10px;
  text-decoration: none;
}

.my-courses-list-item-footer img {
  width: 80px;
  height: 80px;
}

/* login,register,access code,reset password,reset password confirm, setting*/

#superuser-actas-badge {
  font-size: 11px;
  display: none;
}

.image_resized img {
  max-width: 100%;
}

.question-bank-content figure.image img {
  max-width: 100%;
}

[v-cloak] {
  display: none;
}

#question-bank .import-questions{
  width: 230px;
  height: 44px;
  background: #F8F8F8;
  border: 2px solid #CA0813;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 39px;
  text-align: center;

  color: #CA0813;
  text-decoration: none;
  margin-right: 10px;
}

#question-bank #ShowImportQuestions .modal-content{
  width: 820px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 4px;
}
#question-bank #ShowImportQuestions .modal-content .title{
  text-align: center;
  margin-top: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #CA0813;
}
#question-bank #ShowImportQuestions .modal-content .setting-tags-config{
  width: 300px;
  height: 44px;
  background: #CA0813;
  border-radius: 4px;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  border: none;
}
#question-bank #ShowImportQuestions .modal-content .buttun-process-import{
  text-align: center;
  margin-top: 36px;
}

#question-bank #ShowImportQuestions .modal-content .import-file-questions{
  width: 300px;
  height: 44px;
  background: #CA0813;
  border-radius: 4px;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  border: none;
}

#question-bank .question-bank-title-content,
#question-bank .question-bank-search-content {
  min-width: 1180px;
  height: 100px;
  background: #f8f8f8;
}

#question-bank .question-bank-title-content{
  margin-top : 20px;
  padding: 24px 10px 24px 40px;
}

#question-bank .th-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
  padding: 0;
  margin: 0;
}

#question-bank .en-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #ca0813;
  padding: 0;
  margin: 0;
}

#question-bank .question-bank-search-content {
  margin-top: 4px;
}

#question-bank .question-bank-content {
  background: #f8f8f8;
  min-width: 1180px;
  padding-top: 30px;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 8px;
}

#question-bank .question-bank-sidebar {
  min-width: 280px;
  max-width: 280px;
}

#question-bank .question-bank-main {
  max-width: 870px;
  margin-left: 10px;
}

#question-bank .question-header,
#question-bank .question-filter-container{
  width: 870px;
  height: 80px;
  background: #424242;
  border-radius: 4px;
  display: flex;
}

#question-bank .question-filter-container{
  padding-left: 50px;
}

#question-bank .question-header {
  margin-top: 4px;
  padding: 4px;
}

#question-bank .question-header div {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

#question-bank .search-input {
  width: 690px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  padding-right: 40px;
  padding-left: 10px;
}

#question-bank .search-icon {
  width: 20px;
  height: 20px;
  color: #ca0813;
}

#question-bank .search {
  width: 690px;
  position:relative;
}

#question-bank .search .search-icon {
  position: absolute;
  /* pointer-events: none; */
  top: 12px;
  right: 12px;
  cursor: pointer;
}

/*this class use by tag <a> */
#question-bank .question-bank-add-question-btn{
  /*width: 190px;*/
  height: 44px;
  background: #ca0813;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 53px;
}

#question-bank .question-bank-add-question-btn:hover {
  text-decoration: none;
  color: #ffffff;
}

#question-bank .filter-input {
  width: 130px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: 2px;
}

#question-bank .question-ranking-box-label,
#question-bank .question-chapter-box,
#question-bank .question-topic-box,
#question-bank .question-subtopic-box,
#question-bank .question-count-box,
#question-bank .question-avg-time-box,
#question-bank .question-correct-percentage-box,
#question-bank .question-difficulty-box {
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 2px;
  height: 72px;
  margin-left: 2px;
}

#question-bank .question-ranking-box {
  min-width: 40px;
  height: 112px;
  background: #424242;
  border: 1px solid #424242;
  box-sizing: border-box;
  border-radius: 2px;
  margin-left: 4px;
  font-weight: 600 !important;
}

#question-bank .question-ranking-box-label {
  min-width: 40px;
  margin-left: 4px;
}

#question-bank .question-chapter-box,
#question-bank .question-topic-box,
#question-bank .question-subtopic-box {
  min-width: 130px;
}

#question-bank .question-count-box,
#question-bank .question-avg-time-box,
#question-bank .question-correct-percentage-box {
  min-width: 96px;
}

#question-bank .data-info-box-border {
  border: 1px solid #424242 !important;
}

#question-bank .question-difficulty-box {
  min-width: 110px;
}

#question-bank .question-title-box {
  max-width: 800px;
  height: 36px;
  background: #424242;
  border: 1px solid #424242;
  box-sizing: border-box;
  border-radius: 2px;
  margin-left: 2px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}

#question-bank .question-title-box span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  width: 0%;
  min-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 50px;
}

#question-bank .question-collapse {
  min-width: 870px;
  position: relative;
}

#question-bank .question-data-info {
  min-width: 870px;
  height: 120px;
  background: #767676;
  border-radius: 4px;
  margin-top: 10px;
  padding: 4px;
}

#question-bank .question-data-info-cover {
  min-width: 870px;
  position: relative;
}

#question-bank .question-data-info div.box {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

#question-bank .box-sub-text {
  font-family: "Sukhumvit";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;

  position: absolute;
  bottom: 8px;
  color: #bcbcbc;
}

#question-bank .question-data-info-edit-btn-group {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 120px;
  float: right;
  z-index: 2;
  background: #ca0813;
  border-radius: 4px;
  min-width: 90px;
  max-width: 90px;
  padding: 14px 10px;
  display: none;
}

#question-bank .question-data-content-edit-btn-group {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 164px;
  float: right;
  z-index: 2;
  background: #ca0813;
  border-radius: 4px;
  min-width: 90px;
  max-width: 90px;
  padding: 14px 10px;
  display: none;
}

#question-bank .question-data-info-edit-btn {
  min-width: 70px;
  min-height: 40px;
  max-width: 70px;
  max-height: 40px;
  color: #ffffff;
  background: #ca0813;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
}

#question-bank .question-data-info-edit-btn:hover {
  color: #ca0813;
  background: #ffffff;
}

#question-bank .question-data-content {
  width: 870px;
  background: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
  padding: 20px 10px 20px 20px;
}

#question-bank .question-data-solution-content,
#question-bank .question-data-hint-content {
  min-width: 850px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 20px 10px;
  margin-top: 10px;
  margin-left: -10px;
  display: none;
}

#question-bank .tag-index-card {
  width: 280px;
  max-width: 280px;
  background: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: block;
  padding-left: 2px;
  padding-top: 20px;
  padding-bottom: 10px;
}

#question-bank .tag-index-card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  margin-left: 8px;
  margin-bottom:32px;
}

#question-bank .tag-index-card-tag-list{
  height:100%;
  min-height: 596px;
  max-height: 1140px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

#question-bank .tag-index-card-tag-list::-webkit-scrollbar {
  display: none;
}

#question-bank .course-tag,
#question-bank .chapter-tag,
#question-bank .topic-tag,
#question-bank .subtopic-tag {
  width: 276px;
  height: 34px;
  max-width: 276px;
  max-height: 34px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#question-bank .course-tag span,
#question-bank .chapter-tag span,
#question-bank .topic-tag span,
#question-bank .subtopic-tag span {
  font-family: "Sukhumvit";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#question-bank .course-tag {
  background: #e1e2e5;
  padding-left: 8px;
}

#question-bank .course-tag span {
  max-width: 216px;
  font-weight: 600 !important;
}

#question-bank .chapter-tag {
  background: #f8f8f8;
  padding-left: 24px;
}

#question-bank .chapter-tag span {
  max-width: 200px;
}

#question-bank .topic-tag {
  background: #f8f8f8;
  padding-left: 40px;
}

#question-bank .topic-tag span {
  max-width: 184px;
}

#question-bank .subtopic-tag {
  background: #f8f8f8;
  padding-left: 70px;
}

#question-bank .subtopic-tag span {
  max-width: 154px;
}

#question-bank .course-tag:hover,
#question-bank .chapter-tag:hover,
#question-bank .topic-tag:hover,
#question-bank .subtopic-tag:hover {
  background: #e1e2e5;
}

#question-bank .course-tag:hover span,
#question-bank .chapter-tag:hover span,
#question-bank .topic-tag:hover span,
#question-bank .subtopic-tag:hover span {
  /*
  color: #FFFFFF;
  */
  font-weight: 600 !important;
}

#question-bank .tag-on-selected {
  background: #ca0813 !important;
}

#question-bank .tag-on-selected span {
  color: #ffffff !important;
}

#question-bank .list-group-item,
#question-bank .list-group-item:hover {
  border: none;
  text-decoration: none;
}

#question-bank .tag-on-expand {
  background: #eeeeee;
}

#question-bank .expand-div {
  width: 18px;
  height: 18px;
  margin-left: 12px;
  padding: 0;
}

#question-bank .expand-btn {
  content: url("../images/biooui/dark-red-dropdown-expand.png");
  width: 12px;
  height: 16px;
  margin-left: 12px;
}

#question-bank .collapse-btn {
  content: url("../images/biooui/red-dropdown.png");
  width: 16px;
  height: 12px;
  margin-left: 10px;
}

/*
,
#question-bank .course-tag:hover .expand-btn,
#question-bank .chapter-tag:hover .expand-btn,
#question-bank .topic-tag:hover .expand-btn,
#question-bank .subtopic-tag:hover .expand-btn
*/
#question-bank .tag-on-selected .expand-btn {
  content: url("../images/biooui/white-dropdown-expand.png");
}

/*
#question-bank .course-tag:hover .collapse-btn,
#question-bank .chapter-tag:hover .collapse-btn,
#question-bank .topic-tag:hover .collapse-btn,
#question-bank .subtopic-tag:hover .collapse-btn
*/
#question-bank .tag-on-selected .collapse-btn {
  content: url("../images/biooui/white-dropdown.png");
}

#question-bank .course-tag i,
#question-bank .chapter-tag i,
#question-bank .topic-tag i,
#question-bank .subtopic-tag i {
  position: absolute;
  right: 2px;
  color: #ffffff;
  display: none;
  cursor: pointer;
}

#question-bank .tag-on-selected i {
  display: inline-block;
}

#question-bank .question-bank-add-question-tag-btn {
  width: 260px;
  height: 40px;
  background: #ca0813;
  border: 1px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 13px 82px;
  white-space: nowrap;
}

#question-bank .difficulty-card {
  width: 280px;
  height: 240px;
  background: #ffffff;
  margin-top: 4px;
  padding: 30px 2px;
}

#question-bank .question-type-card-title,
#question-bank .difficulty-card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #424242;
  margin-left: 8px;
  margin-bottom: 18px;
}

#question-bank .question-type-card {
  width: 280px;
  min-height: 428px;
  background: #ffffff;
  margin-top: 4px;
  padding: 30px 2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#question-bank .selected-btn-group input[type="checkbox"] {
  visibility: hidden;
  position: relative;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  appearance: none;
  -webkit-appearance: none;
  vertical-align: middle;
  margin-right: 20px;
}

#question-bank .selected-btn-group input[type="checkbox"]:before {
  opacity: 1;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  border-radius: 4px;
  content: "";
  visibility: visible;
  border: 2px solid #ced4da;
  padding: 3px 3px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#question-bank .selected-btn-group input[type="checkbox"]:after {
  opacity: 1;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  max-width: 12px;
  max-height: 12px;
  border-radius: 2px;
  position: absolute;
  content: "";
}

#question-bank .selected-btn-group input[type="checkbox"]:checked:after {
  background: #ca0813;
  visibility: visible;
  border: 2px solid #ca0813;
}

#question-bank .selected-btn-group input[type="checkbox"]:focus {
  outline: none;
}

#question-bank .selected-btn-group label span,
#question-bank .selected-btn-group label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #424242;
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: 0px;
  /*override bootstrap label's bottom margin*/
}

#question-bank .selected-btn-group label span {
  margin-left: 10px;
}

#question-bank .selected-btn-group {
  max-width: 276px;
  height: 34px;
  max-height: 34px;
  padding-left: 18px;
  margin: 2px;
}

#question-bank .selected-btn-group:hover {
  background: #f8f8f8;
}

#question-bank .question-type-card .selected-btn-group {
  margin: 10px 2px;
}

#question-bank .question-type-short-answer-icon {
  width: 30px;
  height: 14px;
  margin: 0px;
  /*remove margin from add-question class*/
}

#question-bank .question-type-long-answer-icon {
  width: 26px;
  height: 18px;
  margin: 0px;
  /*remove margin from add-question class*/
}

#question-bank .question-type-multiple-choices-icon {
  width: 30px;
  height: 20px;
  margin: 0px;
  /*remove margin from add-question class*/
}

#question-bank .question-type-multiple-answers-icon {
  width: 30px;
  height: 20px;
  margin: 0px;
  /*remove margin from add-question class*/
}

#question-bank .question-type-multiple-true-false-icon {
  width: 30px;
  height: 20px;
  margin: 0px;
  /*remove margin from add-question class*/
}

#question-bank .question-type-matching-column-icon {
  width: 32px;
  height: 16px;
  margin: 0px;
  /*remove margin from add-question class*/
}

#question-bank .question-type-matching-picture-icon {
  width: 32px;
  height: 16px;
  margin: 0px;
  /*remove margin from add-question class*/
}

#question-bank .question-content-more {
  display: block;
  height: auto;
}

#question-bank .more-vert-icon-btn {
  cursor: pointer;
  color: #c4c4c4;
  margin-left: -2px;
}

#question-bank .solution-icon-btn,
#question-bank .hint-icon-btn {
  cursor: pointer;
  color: #767676;
  top: 0;
  left: 0;
  margin-right: 20px;
}

#question-bank .more-vert-icon-btn:hover,
#question-bank .solution-icon-btn:hover,
#question-bank .hint-icon-btn:hover {
  color: #ca0813;
}

#question-bank .question-bank-pagination-content {
  /* min-width: 85.36%; */
  width: 1180px;
  max-width: 1180px;
  height: 70px;
  background: #f8f8f8;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  /* float: right; */
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination a.prev-arrow-a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a.next-arrow-a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a i.arrow-btn {
  font-weight: bold;
  font-size: 25px;
  color: #ced4da;
}

.pagination a:hover i.arrow-btn {
  color: #ca0813;
}

.pagination a button.num-page {
  width: 36px;
  height: 30px;
  background: #f8f8f8;
  border: 1px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;

  font-family: "Sukhumvit";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ca0813;
  margin-left: 5px;
  margin-right: 5px;
}

.pagination a:hover {
  text-decoration: none;
}

.pagination a button.active {
  background: #ca0813;
  color: #ffffff;
}

.pagination a button.num-page:hover:not(.active) {
  background: #ca0813;
  color: #ffffff;
}

.pagination-container {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

#question-bank .filter-search-btn {
  width: 190px;
  height: 44px;
  color: #ca0813;
  background: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
  transition: all 0.3s ease;
}

#question-bank .filter-search-btn:hover {
  text-decoration: none;
  background: #ca0813;
  color: #ffffff;
}

#question-bank .filter-search-icon {
  width: 20px;
  height: 20px;
  color: #ca0813;
  display: flex;
  align-items: center;
  padding-right: 30px;
  /*icon size is 20px + 10px padding*/
  position: absolute;
  left: 44px;
}

#question-bank .filter-search-btn:hover .filter-search-icon {
  color: #ffffff;
}

.filter-search-popover {
  max-width: 440px;
  max-height: 110px;
  min-width: 440px;
  min-height: 110px;
  background: #767676;
  border-radius: 4px;
  padding: 12px 40px;
  margin-left: 250px;
}

.popover-body {
  color: #ffffff;
  font-family: "Sukhumvit";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  line-height: 29px;
}

.popover .arrow {
  visibility: hidden;
}

.popover-body b {
  color: #ffffff;
  font-family: "Sukhumvit";
  font-size: 18px;
  padding: 0;
  line-height: 29px;
}

#question-bank .form-title {
  font-family: "Sukhumvit";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #424242;
}

#question-bank .form-question-title,
#question-bank .form-question-answer {
  font-family: "Sukhumvit";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #424242;
  width: 750px;
}

#question-bank .img-icon {
  width: 20px;
  position: absolute;
  left: 10px;
  color: #ffffff;
}

#question-bank .choice {
  font-family: "Sukhumvit";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #424242;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#question-bank .choice-text {
  margin-left: 30px;
}

#question-bank .choice p {
  margin-bottom: 0;
}

#question-bank .correct-answer {
  color: #ca0813 !important;
}

#question-bank .correct-answer * {
  color: #ca0813 !important;
}

#question-bank .disabled {
  pointer-events: none !important;
  cursor: pointer;
}

#question-bank .circle-choice {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  background: #ffffff;
  border: 2px solid #424242;
  box-sizing: border-box;
  border-radius: 50%;
}

#question-bank .square-choice {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  background: #ffffff;
  border: 2px solid #424242;
  box-sizing: border-box;
  border-radius: 4px;
}

#question-bank .correct-answer-choice {
  background: #ca0813;
  border: 2px solid #ca0813;
}

#question-bank .true-false-label {
  font-weight: 600;
  font-size: 16px;
  color: #424242;
}

#question-bank .picture-matching {
  margin-left: -10px;
  margin-bottom: 30px;
  position: relative;
  width: 850px;
  display: flex;
}

#question-bank .picture-matching-img {
  max-width: 850px;

  /* min-width * picture-ration = new min-width*/
  min-width: 50px;
  margin-left: auto;
  margin-right: auto;
}

#question-bank .picture-matching-pic-choicebox {
  width: 32.5px;
  height: 37px;
  background: #ffffff;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;

  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ca0813;
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  z-index: 3;
}

#question-bank .picture-matching-pic-arrow {
  position: absolute;
  border-radius: 10px;
  cursor: pointer;
  pointer-events: none;
  background: #ca0813;
  height: 2px;
}

#question-bank .item-matching-choice-row,
#question-bank .picture-matching-choice-row {
  display: flex;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

#question-bank .item-matching-choicebox,
#question-bank .picture-matching-choicebox {
  width: 44px;
  height: 50px;
  background: #424242;
  border-radius: 4px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

#question-bank .picture-matching-textbox {
  width: 792px;
  height: 50px;
  background: #ffffff;
  border: 2px solid #424242;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: 4px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

#question-bank .item-matching-textbox p,
#question-bank .picture-matching-textbox p {
  font-family: "Sukhumvit";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

#question-bank .item-matching-textbox {
  width: 280px;
  max-width: 280px;
  height: 50px;
  background: #ffffff;
  border: 2px solid #424242;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: 4px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

#question-bank .item-matching-line {
  width: 80px;
  height: 4px;
  background: #ca0813;
}

#question-bank .row-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.red-bg {
  background: #ca0813 !important;
}

.red-border {
  border: 2px solid #ca0813 !important;
}


/* ==Problem Set== */

#problem-set-create a{
  text-decoration: none;
}

#problem-set-create .select-period-time-container input:disabled {
  background: transparent !important;
}

#problem-set-create .select-period-time-container .vs--disabled {
  background-color: #dcdcdc;
}

#problem-set-create input:disabled {
  background-color: #dcdcdc !important;
}

.proplem-set-heading {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;

  background: #f8f8f8;
  margin-top: 20px;
  padding: 24px;
}

.proplem-set-heading .thai-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;

  color: #424242;
}

.proplem-set-heading .english-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;

  color: #ca0813;
  margin-top: 3px;
}

#problem-set-create .exercise-config {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;

  background: #f8f8f8;

  padding-bottom: 72px;
}

#problem-set-create .exercise-config .exercise-1 {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 0px;
}

#problem-set-create .exercise-config .exercise-1 label {
  display: inline;
}

.red-font{
  color:  #CA0813 !important;
}
.my-collapse{
  display:none;
}
#problem-set-create .exercise-config .exercise-2 {
  padding-top: 156px;
  padding-left: 40px;
}

#problem-set-create
  .exercise-config
  .exercise-title-container
  .exercise-title-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 6px;

  color: #767676;
}

#problem-set-create .select-period-time-container .row {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#problem-set-create .select-period-time-container .col,
#problem-set-create .select-period-time-container .col-4,
#problem-set-create .select-period-time-container .col-5 {
  padding-left: 0;
  padding-right: 0;
}

#problem-set-create .select-period-time-container .select-period-time-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

#problem-set-create .select-period-time-container .selectedHour-text,
#problem-set-create .select-period-time-container .selectedMinute-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #767676;

  padding-left: 10px;
  display: flex;
  align-items: center;
}

#problem-set-create .ps-selector {
  width: 100px;
  height: 44px;
}

#problem-set-create .ps-selector .vs__search::placeholder,
#problem-set-create .ps-selector .vs__dropdown-toggle {
  width: 100px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
}

#problem-set-create .ps-selector .vs__dropdown-menu {
  width: 100px;
}

#problem-set-create .ps-selector .vs__dropdown-toggle {
  background: #ffffff;
  padding-left: 10px;
}

#problem-set-create .ps-selector .vs__search {
  padding: 0;
}

#problem-set-create
  .exercise-config
  .exercise-title-container
  #exercise-title-input {
  width: 550px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  background: #ffffff;

  outline: none;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  padding-left: 20px;
  padding-right: 20px;
}

#problem-set-create .exercise-config .exercise-explain-brief {
  margin-top: 20px;
}

#problem-set-create
  .exercise-config
  .exercise-explain-brief
  .exercise-explain-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 6px;

  color: #767676;
}

#problem-set-create
  .exercise-config
  .exercise-explain-brief
  #exercise-explain-input {
  width: 550px;
  height: 268px;

  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;

  outline: none;
  resize: none;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;

  color: #767676;

  padding-left: 20px;
  padding-right: 20px;
}

#problem-set-create .exercise-config .select-date-time-container {
  width: 510px;
  height: 186px;
  background: #f8f8f8;
  border: 4px solid #ffffff;
}

#problem-set-create .exercise-config .select-date-time-container .row {
  margin-left: 0;
  margin-right: 0;
}

#problem-set-create .exercise-config .setting-switch-container {
  width: 1180px;
  margin-top: 68px;
  margin-left: 0px;
  margin-right: 0px;
}

#problem-set-create .exercise-config .setting-switch-container .col-6 {
  padding-right: 0px;
}

#problem-set-create .exercise-config .select-period-time-container {
  width: 510px;
  height: 70px;
  background: #f8f8f8;
  border: 4px solid #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .select-date-time-label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #767676;

  padding-top: 30px;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .start-container {
  width: 220px;
  height: 58px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;

  padding-top: 12px;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .start-container
  .time_start {
  width: 84px;
  height: 34px;

  margin-left: 16px;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .stop-container
  .time_stop {
  width: 84px;
  height: 34px;

  margin-left: 12px;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .start-container
  .time_start
  #hour_start {
  width: 22px;
  height: 22px;

  border: 0px;
  outline: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 13px;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .stop-container
  .time_stop
  #hour_stop {
  width: 22px;
  height: 22px;

  border: 0px;
  outline: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .stop-container
  .time_stop
  #minute_stop {
  width: 22px;
  height: 22px;

  border: 0px;
  outline: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .start-container
  .time_start
  #minute_start {
  width: 22px;
  height: 22px;

  border: 0px;
  outline: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .start-container
  .time_start
  #unit_time_start {
  width: 24px;
  height: 22px;

  border: 0px;
  outline: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .stop-container
  .time_stop
  #unit_time_stop {
  width: 24px;
  height: 22px;

  border: 0px;
  outline: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .stop-container {
  width: 220px;
  height: 58px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;

  padding-top: 12px;
  margin-left: 4px;
}

#problem-set-create .exercise-item-info-edit-btn,
#problem-set-create .exercise-item-info-delete-btn {
  outline: none;
}

/* #problem-set-create
  .exercise-config
  .select-date-time-container
  .start-container
  .time_start:focus,
#problem-set-create
  .exercise-config
  .select-date-time-container
  .stop-container
  .time_stop:focus, */
#problem-set-create
  .exercise-config
  .select-date-time-container
  .vdp-datepicker
  input[type="text"]:focus {
  background-color: #ca0813;
  color: #ffffff;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .vdp-datepicker
  input[type="text"] {
  margin-left: 7px;
  border-radius: 2px;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .vdp-datepicker
  input[type="text"],
#problem-set-create
  .exercise-config
  .select-date-time-container
  .start-container
  .date_start {
  width: 108px;
  height: 34px;
  border: 0;

  outline: none;

  /* text-align: center; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

/* #problem-set-create .exercise-config .select-date-time-container .start-container .time_start{
  width: 108px;
  height: 34px;

  border: 0;

  outline: none;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
} */

#problem-set-create
  .exercise-config
  .select-date-time-container
  .stop-container
  .date_stop {
  width: 108px;
  height: 34px;
  border: 0;

  outline: none;

  /* text-align: center; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#problem-set-create
  .exercise-config
  .select-date-time-container
  .stop-container
  .time_stop {
  width: 108px;
  height: 34px;

  border: 0;

  outline: none;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#problem-set-create .exercise-config .select-date-time-container .sec-1 {
  padding-top: 12px;
  display: flex;
}

#problem-set-create .exercise-config .select-date-time-container .sec-2 {
  padding-top: 22px;
  text-align: right;
}

#problem-set-create .exercise-config .select-date-time-container .clock-symbol {
  width: 22px;
  height: 22px;

  margin-right: 14px;
  margin-top: 18px;
  color: #767676;
}

/* ==Not select date time setting== */

#problem-set-create .select-all-day .sec-2-1 {
  padding-left: 0;
  padding-right: 0;
}

#problem-set-create .not-select-date-time {
  padding-top: 22px;
  padding-left: 18px;
}

#problem-set-create .not-select-date-time input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

#problem-set-create .not-select-date-time input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

#problem-set-create .not-select-date-time .checkbox-button__label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-left: 10px;

  color: #767676;
}

#problem-set-create .not-select-date-time .checkbox-button__input {
  opacity: 0;
  position: absolute;
}

#problem-set-create .not-select-date-time .checkbox-button__control {
  width: 22px !important;
  height: 22px !important;

  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: inherit;
  border: 2px solid #ced4da;
  border-radius: 4px;
}

#problem-set-create
  .not-select-date-time
  .checkbox-button__input:checked
  + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #ca0813;
  border-radius: 2px;
}

#problem-set-create .not-select-date-time .checkbox-button__control {
  cursor: pointer;
}

#problem-set-create
  .not-select-date-time
  .checkbox-button__input:checked
  + .checkbox-button__control {
  border-color: #ced4da;
  cursor: pointer;
}

/* #problem-set-create .not-select-date-time .checkbox-button__control {
  transform: scale(0.75);
} */

/* ==All Day Setting== */

.select-all-day {
  /*float: right;*/
  clear: both;
}

.sec-2 .checkbox-button {
  margin-right: 8px;
}

.sec-2 input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.sec-2 input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

.sec-2 .checkbox-button__label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

.sec-2 .checkbox-button__input {
  opacity: 0;
  position: absolute;
}

.sec-2 .checkbox-button__control {
  width: 22px !important;
  height: 22px !important;

  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: inherit;
  border: 2px solid #ced4da;
  border-radius: 4px;
}

.sec-2 .checkbox-button__input:checked + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #ca0813;
  border-radius: 2px;
}

.sec-2 .checkbox-button__control {
  cursor: pointer;
}

.sec-2 .checkbox-button__input:checked + .checkbox-button__control {
  border-color: #ced4da;
  cursor: pointer;
}

.sec-2 .checkbox-button__control {
  transform: scale(0.75);
}

/* == Show questionSet drag== */

#problem-set-create .show-and-select-type-container {
  width: 1180px;
  background: #f8f8f8;
  margin-left: auto;
  margin-right: auto;

  margin-top: 10px;

  padding-top: 40px;
  padding-bottom: 40px;
}

#problem-set-create .show-and-select-type-container .title-add-question-set {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;

  color: #424242;

  padding-left: 30px;
  padding-bottom: 30px;
}

#problem-set-create .show-and-select-type-container .show-info-question-set {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#problem-set-create .show-and-select-type-container .r-1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#problem-set-create .show-and-select-type-container .r-1 .show-1,
#problem-set-create .show-and-select-type-container .r-1 .show-2 {
  padding-left: 0px;
  padding-right: 0px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  #show-edit-sortable {
  padding-left: 0px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  #show-edit-sortable
  li {
  list-style-type: none;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-title-byself {
  width: 870px;
  height: 116px;

  background: #424242;
  border-radius: 4px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .show-info-title {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 14px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .show-info-sub-title {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

#problem-set-create .show-and-select-type-container .show-info-breif {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .unit {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #424242;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .show-info-sub-title
  p {
  margin-bottom: 0px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .show-info-sub-title
  .title-info {
  padding-left: 20px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .show-info-sub-title
  .title-info
  .sub-1 {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;

  color: #424242;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .show-info-sub-title
  .title-info
  .sub-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;

  color: #ffffff;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .show-info-sub-title
  .col-3,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .show-info-sub-title
  .col-2 {
  padding-left: 0px;
  padding-right: 0px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .show-info-title
  .main-title-info {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #ffffff;
  padding-left: 20px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .title-info
  .sub-2 {
  overflow: hidden;
  text-overflow: ellipsis;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set {
  margin-top: 10px;

  width: 100%;
  height: 116px;

  background: #F6F6F6;
  border-radius: 4px;
  position: relative;
  outline: none;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set:nth-child(1) {
  margin-top: 0;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .click-to-drag {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;

  padding-top: 4px;
}

#problem-set-create .show-and-select-type-container .r-1 .show-2 .show-info {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-info
  .main-title-info {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #ffffff;

  padding-top: 14px;
  padding-left: 20px;
}

#problem-set-create .show-question-set .col-6,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-info
  .col-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-info
  .col-6
  .sub-title-info {
  padding-left: 20px;
  padding-top: 4px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-info
  .col-6
  .sub-title-info
  .sub-1 {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;

  color: #979797;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-info
  .col-6
  .sub-title-info
  .sub-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;

  color: #ffffff;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-info
  .sub-title-info
  p {
  margin-bottom: 0px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-info
  .edit-col {
  position: relative;
  text-align: right;
  padding-right: 10px;
  padding-top: 30px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .show-question-set
  .edit-col {
  text-align: right;
  padding-right: 10px;
  padding-top: 20px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .img-container {
  width: 20px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;

  cursor: pointer;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .img-container
  .img-drag {
  width: 20px;
  height: 20px;
}

#problem-set-create .show-and-select-type-container .r-1 .show-2 .img-edit {
  width: 4px;
  height: 20px;

  cursor: pointer;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-1 {
  width: 280px;
  background: #ffffff;
  border-radius: 4px;

  padding-bottom: 96px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-2 {
  width: 280px;
  background: #ffffff;
  border-radius: 4px;
  margin-top: 0;
  padding: 16px;
  border: 1px solid #CED4DA;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3 {
  width: 280px;
  background: #ffffff;
  border-radius: 4px;
  margin-top: 0;
  padding: 16px;
  border: 1px solid #CED4DA;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-1
  .show-main-sub-title {
  padding-top: 30px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-1
  .show-main-sub-title
  .main-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;

  color: #424242;
  padding-left: 20px;
  margin-bottom: 8px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-1
  .show-main-sub-title
  .sub-title {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;

  color: #424242;

  padding-left: 40px;

  height: 30px;
  align-items: center;
  margin-top: 2px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-1
  p {
  margin-bottom: 0px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-2
  .time_to-test {
  /* padding-top: 41px;
  padding-left: 20px; */
  display: flex;
  align-items: center;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-2
  .time_to-test
  .title-1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
  color: #424242;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-2
  .time_to-test
  .time {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;

  font-style: normal;
  font-weight: 600;
  color: #424242;
  margin-left: 40px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-2
  .time_to-test
  .unit-time {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;

  font-style: normal;
  font-weight: 600;
  color: #424242;
  margin-left: auto;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-2
  .count-of-questions {
  margin-top: 40px;
  /* padding-left: 20px; */
  display: flex;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-2
  .count-of-questions
  .title-1 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #424242;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-2
  .count-of-questions
  .count-number {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;

  color: #424242;
  margin-left: 40px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-2
  .count-of-questions
  .unit-question {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
  margin-left: auto;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
  padding-left: 20px;
  padding-top: 40px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count {
  padding-top: 30px;
  padding-left: 20px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .multiple-choice,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .multiple-answer,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .short-answer,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .macthing,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .long-answer {
  width: 280px;
  padding-left: 20px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .multiple-choice
  .label-type,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .multiple-answer
  .label-type,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .short-answer
  .label-type,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .macthing
  .label-type,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .long-answer
  .label-type {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .multiple-choice
  .count,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .multiple-answer
  .count,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .short-answer
  .count,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .macthing
  .count,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .long-answer
  .count {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container {
  padding-top: 50px;
  padding-left: 20px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
  padding-bottom: 20px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .row {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .col-2,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .col-4,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .col-6 {
  padding-left: 0;
  padding-right: 0;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .col-2,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .col-4 {
  text-align: right;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .col-2 {
  padding-right: 20px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .easy-container
  .difficulty-name,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .medium-container
  .difficulty-name,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .hard-container
  .difficulty-name,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .veryhard-container
  .difficulty-name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #424242;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .easy-container
  .count-difficulty-questions,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .medium-container
  .count-difficulty-questions,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .hard-container
  .count-difficulty-questions,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .veryhard-container
  .count-difficulty-questions {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;

  color: #424242;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .easy-container
  .unit-question,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .medium-container
  .unit-question,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .hard-container
  .unit-question,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .veryhard-container
  .unit-question {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;

  color: #767676;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .total-score-container {
  margin-top: 30px;

  width: 280px;
  height: 60px;
  background: #424242;
  border-radius: 4px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .total-score-container
  .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #ffffff;
}

#problem-set-create .total-score-container-1{
  text-align: center;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .total-score-container
  .unit {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #ffffff;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .total-score-container
  .score {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;

  color: #ff0000;

  padding-left: 10px;
  padding-right: 10px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .button-container {
  margin-top: 10px;

  width: 280px;
  height: 250px;
  background: #424242;
  border-radius: 4px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .button-container
  .button-list {
  padding-top: 30px;
  margin-left: 20px;
  text-align: center;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .button-container
  .button-list
  .students-view,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .button-container
  .button-list
  .teacher-view,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .button-container
  .button-list
  .draft-exercise {
  width: 240px;
  height: 40px;
  background: white;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
  padding-top: 3px;
  cursor: pointer;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .button-container
  .button-list
  .save-exercise {
  width: 240px;
  height: 40px;
  background: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 4px;

  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;

  padding-top: 3px;

  cursor: pointer;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .button-container
  .button-list
  .teacher-view,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .button-container
  .button-list
  .draft-exercise,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .button-container
  .button-list
  .save-exercise {
  margin-top: 10px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .progress {
  margin-right: 20px;
  height: 8px;
  border-radius: 4px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .difficulty-container
  .progress
  .progress-bar {
  background-color: #ca0813;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .col-9,
#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-1
  .show-detail-3
  .question-type-count
  .col-3 {
  padding-left: 0;
  padding-right: 0;
}

#problem-set-create .show-and-select-type-container .button-img-container {
  display: flex;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .add_title_problem_set-class {
  width: 44px;
  height: 44px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;

  margin-left: 30px;
  margin-top: 20px;
  margin-right: 28px;
  position: relative;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .add_title_problem_set-class
  .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .add_title_problem_set-class:hover
  .tooltiptext {
  visibility: visible;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .auto_create-class {
  width: 44px;
  height: 44px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 28px;
  position: relative;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .auto_create-class
  .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .auto_create-class:hover
  .tooltiptext {
  visibility: visible;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .manual_create-class {
  width: 44px;
  height: 44px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 30px;
  position: relative;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .manual_create-class
  .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .manual_create-class:hover
  .tooltiptext {
  visibility: visible;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .blueprint_create-class {
  width: 44px;
  height: 44px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 30px;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .blueprint_create-class
  .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .add_title_problem_set-class
  .add_title_problem_set {
  width: 24px;
  height: 24px;

  margin-left: 10px;
  margin-top: 10px;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .auto_create-class
  .auto_create {
  width: 18px;
  height: 28px;

  margin-left: 13px;
  margin-top: 8px;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .blueprint_create-class:hover
  .tooltiptext {
  visibility: visible;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .add_title_problem_set-class
  .add_title_problem_set {
  width: 24px;
  height: 24px;

  margin-left: 10px;
  margin-top: 10px;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .auto_create-class
  .auto_create {
  width: 18px;
  height: 28px;

  margin-left: 13px;
  margin-top: 8px;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .manual_create {
  width: 26px;
  height: 24px;

  margin-left: 9px;
  margin-top: 10px;
}

#problem-set-create
  .show-and-select-type-container
  .button-img-container
  .blueprint_create-class
  .blueprint_create {
  width: 30px;
  height: 22px;

  margin-left: 7px;
  margin-top: 11px;
}

#problem-set-create
  .show-and-select-type-container
  .type-create-questions-group-container {
  width: 354px;
  height: 84px;

  background-color: #ffffff;

  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .edit-ckeditor-default {
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .ckeditor-problem-set {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 16px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .delete-editor {
  margin-left: 10px;
  margin-top: 22px;
  color: #c4c4c4;

  cursor: pointer;
}

#problem-set-create .show-and-select-type-container .r-1 .show-2 .copy-editor {
  margin-left: 10px;
  margin-top: 22px;
  color: #c4c4c4;

  cursor: pointer;
}

#problem-set-create .show-and-select-type-container .r-1 .show-2 .row {
  margin-left: 0;
  margin-right: 0;
}

#problem-set-create .show-and-select-type-container .r-1 .show-2 .col {
  padding-right: 0;
  padding-left: 0;
}

#problem-set-create .show-and-select-type-container .r-1 .show-2 .edit-col {
  text-align: right;
  padding-right: 10px;
  padding-top: 35px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .ckeditor-problem-set
  .solution-editor {
  width: 750px;
}

#problem-set-create
  .show-and-select-type-container
  .r-1
  .show-2
  .ck-rounded-corners
  .ck.ck-editor__main
  > .ck-editor__editable,
#problem-set-create
  .ck.ck-editor__main
  > .ck-editor__editable.ck-rounded-corners {
  width: 750px;
  height: 106px;
}

#problem-set-create .show-and-select-type-container .vl {
  border-left: 2px solid #f1f3f4;
  height: 70px;

  margin-top: 7px;
  border-radius: 1px;
}

/* ==Dropdown menu vertical== */

#problem-set-create .show-and-select-type-container .dropdown-img-edit {
  display: none;
}

#problem-set-create .show-and-select-type-container .dropdown-img-edit {
  position: absolute;
  z-index: 5;
  right: 0;

  width: 150px;
  background-color: #000000;
  border-radius: 10px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#problem-set-create .show-and-select-type-container .dropdown-img-edit .c-1,
#problem-set-create .show-and-select-type-container .dropdown-img-edit .c-2 {
  color: #ffffff;
  cursor: pointer;
}

#problem-set-create
  .show-and-select-type-container
  .dropdown-img-edit
  .c-1:hover,
#problem-set-create
  .show-and-select-type-container
  .dropdown-img-edit
  .c-2:hover {
  color: red;
  text-decoration: underline;
}

/* #problem-set-create .show-and-select-type-container .dropdown-container:focus .dropdown {
  opacity: 1;
  z-index: 100;
  max-height: 100vh;
  transition: opacity 0.2s, z-index 0.2s, max-height: 0.2s;
}

#problem-set-create .show-and-select-type-container .dropdown-container:focus {
  outline: none;
}

#problem-set-create .show-and-select-type-container .dropdown {
  position: absolute;
  right: 0px;
  background-color: #000000;
  outline: none;
  opacity: 0;
  z-index: -1;
  max-height: 0;
  transition: opacity 0.1s, z-index 0.1s, max-height: 5s;

  width: 120px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

#problem-set-create .show-and-select-type-container .dropdown .c-1{
  padding-top: 5px;
}

#problem-set-create .show-and-select-type-container .dropdown .c-1:hover,
#problem-set-create .show-and-select-type-container .dropdown .c-2:hover{
  color: red;
  text-decoration: underline;
}

#problem-set-create .show-and-select-type-container .dropdown .c-1,
#problem-set-create .show-and-select-type-container .dropdown .c-2{
  color: #FFFFFF;
  padding-bottom: 8px;

  cursor: pointer;
} */

#problem-set-create .exercise-item-info-edit-btn-group {
  position: absolute;
  top: -136%;
  right: 0;
  min-height: 116px;
  float: right;
  z-index: 2;
  background: #ca0813;
  border-radius: 4px;
  min-width: 90px;
  max-width: 90px;
  padding: 14px 10px;
  display: none;
}

#problem-set-create .exercise-item-info-edit-btn-group a {
  text-decoration: none;
}

#problem-set-create .exercise-item-info-delete-btn,
#problem-set-create .exercise-item-info-edit-btn {
  min-width: 70px;
  min-height: 40px;
  max-width: 70px;
  max-height: 40px;
  color: #ffffff;
  background: #ca0813;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
}

#problem-set-create .exercise-item-info-delete-btn:hover,
#problem-set-create .exercise-item-info-edit-btn:hover {
  color: #ca0813;
  background: #ffffff;
  text-decoration: none;
}

#problem-set-create .exercise-item-info-delete-btn {
  margin-top: 8px;
}

#problem-set-create .more-vert-icon-btn {
  color: #424242;
  cursor: pointer;
}

#problem-set-create .more-vert-icon-btn:hover {
  color: #ca0813;
  cursor: pointer;
}

#problem-set-create .empty-tag-set {
  background: #424242 !important;
}


#problem-set-create .sub-title:hover {
  background: #f1f3f4;
}

#problem-set-create .on-selected {
  color: #ffffff !important;
  background: #ca0813 !important;
}

/* #problem-set-create .show-question-set:focus {
  outline: none;
  box-shadow: -6px 0px #ca0813;
} */

#problem-set-create .select-tab {
  outline: none !important;
  box-shadow: -6px 0px #ca0813 !important;
}

#problem-set-create .hour-box {
  display: flex;
  margin-left: 14px;
}

#problem-set-create .minute-box {
  display: flex;
  margin-left: 10px;
}

/* ==Auto Question Group== */

#questions-content-container {
  width: 1180px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

#questions-content-container .r-1 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

#questions-content-container .r-2 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

#questions-content-container .r-2 .tags-container {
  margin-left: 40px;
}

#questions-content-container .col-5,
#questions-content-container .col {
  padding: 0;
}

#questions-content-container .search-tags-container .title-1 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;

  margin-top: 50px;
}

#questions-content-container .search-button-container {
  width: 1180px;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

#questions-content-container .search-button-container .search-button {
  width: 270px;
  height: 40px;
  background: #ca0813;
  border-radius: 4px;

  border: 0px;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #ffffff;
}

#questions-content-container .search-tags-container .title-2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;

  margin-top: 50px;
}

#questions-content-container .search-tags-container .search-1 {
  margin-left: 40px;
}

#questions-content-container .show-search-tags {
  background-color: #f8f8f8;
}

#questions-content-container .count_questions {
  padding-top: 40px;
}

#questions-content-container .count-questions-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 31.74px;
  color: #000000;
  margin-left: 40px;
}

#questions-content-container .count-title {
  color: #ca0813;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23.44px;
  padding-left: 30px;
  padding-right: 30px;
}

#questions-content-container .table-of-questions {
  margin-top: 32px;
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

#questions-content-container .table-of-questions .questions-table {
  margin-bottom: 0 !important;

  /*border: 1px solid #CED4DA;*/
  background-color: #ffffff;
}

#questions-content-container .table-of-questions .questions-class {
  /*
  width: 60%;
  padding-left: 70px;
  */
}

#questions-content-container .button-container {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 60px;
  padding-top: 50px;
}

#questions-content-container .button-container .submit {
  margin-left: 20px;
  border-radius: 4px;
  width: 190px;
  height: 44px;
  background: #ca0813;
  outline: none;
  border: 2px solid #ca0813;

  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

#questions-content-container .button-container .cancel {
  margin-left: 20px;
  width: 190px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #ca0813;
  border-radius: 4px;
  outline: none;

  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

#questions-content-container .button-container .import_question {
  width: 230px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #ca0813;
  border-radius: 4px;

  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  outline: none;
}

#questions-content-container .random-score-info-container .random {
  display: flex;
  align-items: center;
}

.display-none {
  display: none;
}

.display-flex {
  display: flex;
}

#questions-content-container .questions-table .explain-question {
  display: none;
}

#questions-content-container
  .random-score-info-container
  .score-per-question
  input {
  width: 100px;
  height: 44px;
  vertical-align: top;
  margin-top: 1.5%;
  text-align: center;
  outline: none;
  font-weight: bold;
  border: 1px solid #ced4da;

  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}

#questions-content-container .random-score-info-container .score-per-question {
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;

  color: #000000;
}

#questions-content-container .random-score-info-container .random input {
  width: 100px;
  height: 44px;
  vertical-align: top;
  margin-top: 1.5%;
  text-align: center;
  outline: none;
  font-weight: bold;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
}

#questions-content-container .random-score-info-container .random label {
  padding-left: 40px;
  padding-right: 30px;
}

#questions-content-container
  .random-score-info-container
  .random-explain-text-sub {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20.63px;
  color: #000000;
}

#questions-content-container .random-score-info-container input {
  width: 100px;
}

.no-padding {
  padding: 0;
}

#questions-content-container .random-score-info-container {
  margin-top: 61px;
}

#questions-content-container .random-score-info-container .random-explain-text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}

#questions-content-container
  .random-score-info-container
  .random-explain-text-red {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ca0813;
}

#questions-content-container .table-striped > tbody > tr:nth-child(odd) > td,
#questions-content-container .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f8f8f8;
}

.sort_symbol {
  margin-left: 12px;
  cursor: pointer;
}

#questions-content-container .table-of-questions tbody td {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

#questions-content-container .table-of-questions .questions-row-class {
  padding-left: 69px;
}

#questions-content-container .text-center {
  text-align: center;
}

#questions-content-container .count_questions {
  padding-top: 40px;
}

#questions-content-container .questions-table {
  margin-bottom: 0 !important;
  /*border: 1px solid #CED4DA;*/
  background-color: #ffffff;
}

#questions-content-container .table-of-questions {
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 32px;
  height: auto;
  max-height: 392px;
  overflow-x: hidden;
  overflow-y: auto;
}

#questions-content-container .table-of-questions::-webkit-scrollbar-track {
  background: #ffffff;
}

#questions-content-container .table-of-questions::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
  border-radius: 3px;
}

#questions-content-container .table-of-questions::-webkit-scrollbar-thumb {
  background-color: #000000;
  background: #ca0813;
  border-radius: 3px;
  height: 130px;
}

#questions-content-container .table-of-questions th,
#questions-content-container .table-of-questions td {
  border-bottom: 0;
  border-top: 0;
  vertical-align: middle !important;
}

#questions-content-container .table-of-questions thead tr {
  height: 69px;
}

#questions-content-container .table-of-questions thead th {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #000000;

  background: white;
  position: sticky;
  top: 0;
}

.pointer {
  cursor: pointer;
}

.paging-nav {
  text-align: center;
  margin-top: 20px !important;
}

.paging-nav a {
  margin: auto 1px;
  text-decoration: none;
  display: inline-block;
  padding: 1px 7px;
  background: white;
  color: #ca0813;
  border: 1px solid #ca0813;
  border-radius: 4px;

  width: 36px;
  height: 30px;
  padding-top: 5px;

  margin-left: 10px;
}

.paging-nav .selected-page {
  background: #ca0813;
  font-weight: bold;
  color: white;
}

.paging-nav,
#tableData {
  width: auto;
  margin: 0 auto;
  font-family: "Sukhumvit";
}

#questions-content-container .explain-question .full-answer {
  margin-top: 10px;
}

.auto-question-group-container {
  width: 1180px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8;
  margin-bottom: 2px;
}

.auto-question-group-container .thai-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;

  color: #424242;
  padding-top: 24px;
  padding-left: 40px;
}

.auto-question-group-container .eng-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;

  color: #ca0813;
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 24px;
}

#questions-content-container .search-tags-container {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8;
  margin-bottom: 10px;
}

#questions-content-container .img_question_type_icon {
  width: 25px;
  height: 20px;
  margin-right: 30px;
}

#questions-content-container .img_question_type_icon_selected {
  width: 25px;
  height: 20px;
  margin-right: 30px;
  margin-left: 20px;
}

#questions-content-container .difficulty-container .title-3 {
  margin-top: 30px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;

  color: #000000;

  margin-bottom: 8px;
}

#questions-content-container .difficulty-container .d-flex {
  border: 4px solid #ffffff;
  width: 540px;
  height: 100px;

  padding-left: 78px;
  padding-top: 20px;
}

#questions-content-container
  .difficulty-container
  .d-flex
  .difficulty-radio-label {
  margin-top: 0px;
}

#questions-content-container .question-type-dropdown,
#questions-content-container .question-type-dropdown #vs5__combobox {
  width: 540px;
  height: 50px;

  background: #424242!important;
  border-radius: 25px;
}

#questions-content-container .extra-tag-container .title-4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}

#questions-content-container .question-type-dropdown .vs__selected {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;

  color: #ffffff;
}

#questions-content-container .question-type-dropdown .question_options {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  /* identical to box height */

  color: #000000;
}

#questions-content-container .input-number::-webkit-outer-spin-button,
#questions-content-container .input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#questions-content-container .input-number {
  -moz-appearance: textfield;
}

/* ==Manual Create== */

.manual-question-group-container {
  width: 1180px;
  height: 100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;

  background: #f8f8f8;
  padding-top: 24px;
  padding-left: 40px;
}

.manual-question-group-container .thai-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;

  color: #424242;
}

.manual-question-group-container .eng-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;

  color: #ca0813;
}

#manual-question-container .search-tags-container {
  width: 1180px;
  height: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;

  background: #f8f8f8;
}

#manual-question-container .search-tags-container .search-1 {
  margin-left: 40px;
}

#manual-question-container .search-tags-container .search-1 .title-1 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 10px;

  color: #000000;
  padding-top: 50px;
}

#manual-question-container .search-tags-container .search-1 .input-title {
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  outline: none;

  width: 400px;
  height: 44px;
}

#manual-question-container .search-tags-container .search-1 .title-2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;

  margin-top: 30px;
  margin-bottom: 0px;
}

#manual-question-container .search-tags-container .search-2 .title-3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
  margin-top: 78px;
  margin-bottom: 0px;
}

#manual-question-container .img_question_type_icon {
  width: 25px;
  height: 20px;
  margin-right: 30px;
}

#manual-question-container .img_question_type_icon_selected {
  width: 25px;
  height: 20px;
  margin-right: 30px;
  margin-left: 20px;
}

#manual-question-container .question-type-dropdown,
#manual-question-container .question-type-dropdown #vs5__combobox {
  width: 540px;
  height: 50px;

  background: #424242!important;
  border-radius: 25px;
}

#manual-question-container .question-type-dropdown .vs__selected {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;

  color: #ffffff;
}

#manual-question-container .question-type-dropdown .question_options {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  /* identical to box height */

  color: #000000;
}

#manual-question-container
  .search-tags-container
  .search-2
  .difficulty-container {
  margin-top: 60px;
}

#manual-question-container
  .search-tags-container
  .search-2
  .difficulty-container
  .title-4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;

  color: #000000;
}

#manual-question-container .difficulty-container .d-flex {
  border: 4px solid #ffffff;
  width: 540px;
  height: 100px;

  padding-left: 78px;
  padding-top: 20px;
}

#manual-question-container
  .difficulty-container
  .d-flex
  .difficulty-radio-label {
  margin-top: 0px;
}

#manual-question-container .extra-tag-container {
  margin-top: 64px;
  margin-bottom: 0px;
}

#manual-question-container .extra-tag-container .title-5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}

#manual-question-container .r-2 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

#manual-question-container .r-2 .tags-container {
  margin-left: 40px;
}

#manual-question-container .search-button-container {
  width: 1180px;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

#manual-question-container .search-button-container .search-button {
  width: 270px;
  height: 40px;
  background: #ca0813;
  border-radius: 4px;

  border: 0px;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #ffffff;
}

#manual-question-container .manual-question-show {
  background: #424242;
  margin-top: 10px;

  width: 1180px;

  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

#manual-question-container .manual-question-show .count-question-title {
  padding-top: 30px;
  padding-left: 40px;
  padding-bottom: 32px;
}

#manual-question-container .manual-question-show .count-questions-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #ffffff;
}

#manual-question-container
  .manual-question-show
  .count-question-title
  .count-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  margin-left: 30px;
  margin-right: 30px;
  color: #FFFFFF;
}

#manual-question-container .manual-question-show .table-of-questions {
  margin-right: 10px;
  margin-left: 10px;
  max-height: 392px;
  overflow-x: hidden;
  overflow-y: auto;
}

#manual-question-container
  .manual-question-show
  .table-of-questions
  .questions-table-show {
  background-color: #ffffff;
  border-radius: 4px;
}

#manual-question-container .default_table {
  height: 30px;
}

#manual-question-container .manual-question-show .table-of-questions thead tr {
  height: 60px;
}

#manual-question-container .manual-question-show .table-of-questions thead th {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #000000;

  background: white;
  position: sticky;
  top: 0;

  vertical-align: middle;
}

#manual-question-container .manual-question-show .table-of-questions td {
  vertical-align: middle;
}

#manual-question-container .table-striped > tbody > tr:nth-child(odd) > td,
#manual-question-container .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f8f8f8;
}

#manual-question-container .text-center {
  text-align: center;
}

#manual-question-container .number-class {
  width: 8%;
}

#manual-question-container .explain-question {
  display: none;
}

#manual-question-container .manual-question-show .plus-question {
  color: #767676;
}

#manual-question-container .manual-question-show .plus-question:hover {
  color: #ca0813;
  cursor: pointer;
}

#manual-question-container .manual-question-show .questions-show {
  cursor: pointer;
}

#manual-question-container .manual-question-selected {
  width: 1180px;
  background: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;

  padding-top: 40px;
}

#manual-question-container
  .manual-question-selected
  .table-of-questions-selected {
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  max-height: 392px;
  overflow-x: hidden;
  overflow-y: auto;
}

#manual-question-container
  .manual-question-selected
  .table-of-questions-selected
  .questions-table-selected
  thead
  tr {
  height: 68px;
}

#manual-question-container
  .manual-question-selected
  .table-of-questions-selected
  .questions-table-selected
  thead
  th {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #000000;

  background: white;
  position: sticky;
  top: 0;

  vertical-align: middle !important;
}

#manual-question-container
  .manual-question-selected
  .table-of-questions-selected
  .questions-table-selected
  td {
  vertical-align: middle !important;
}

#manual-question-container .manual-question-selected .questions-table-selected {
  background-color: #ffffff;
  margin-bottom: 0px;
}

#manual-question-container
  .manual-question-selected
  .count-question-title-selected {
  padding-left: 40px;
  padding-bottom: 32px;
}

#manual-question-container
  .manual-question-selected
  .count-question-title-selected
  .count-title-selected {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #ca0813;

  margin-left: 30px;
  margin-right: 30px;
}

#manual-question-container
  .manual-question-selected
  .count-question-title-selected
  .count-questions-title-selected {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}

#manual-question-container .manual-question-selected .delete-question:hover {
  cursor: pointer;
  color: #ca0813;
}

#manual-question-container .manual-question-selected .delete-question {
  color: #767676;
}

#manual-question-container
  .manual-question-selected
  .config-of-questions-selected {
  margin-top: 60px;
}

#manual-question-container
  .manual-question-selected
  .config-of-questions-selected
  .random-explain-text {
  font-family: "Sukhumvit";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}

#manual-question-container
  .manual-question-selected
  .config-of-questions-selected
  .random-explain-text-red {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ca0813;
}

#manual-question-container
  .manual-question-selected
  .config-of-questions-selected
  .random-explain-text-sub {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20.63px;
  color: #000000;
}

#manual-question-container
  .manual-question-selected
  .config-of-questions-selected
  .random
  label {
  padding-left: 40px;
}

#manual-question-container .manual-question-selected .random {
  display: flex;
  align-items: center;
}

#manual-question-container .manual-question-selected .random input {
  width: 100px;
  height: 44px;
  vertical-align: top;
  margin-top: 1.5%;
  text-align: center;
  outline: none;
  font-weight: bold;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
}

#manual-question-container .manual-question-selected .random label {
  padding-right: 30px;
}

#manual-question-container .manual-question-selected .score-per-question {
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;

  color: #000000;
}

#manual-question-container .manual-question-selected .score-per-question input {
  width: 100px;
  height: 44px;
  vertical-align: top;
  margin-top: 1.5%;
  text-align: center;
  outline: none;
  font-weight: bold;
  border: 1px solid #ced4da;

  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}

#manual-question-container .manual-question-selected .button-container {
  text-align: right;
  padding-right: 0.847vw;
  padding-bottom: 60px;
  padding-top: 50px;
}

#manual-question-container .manual-question-selected .button-container .submit {
  margin-left: 20px;
  border-radius: 4px;
  width: 190px;
  height: 44px;
  background: #ca0813;
  outline: none;
  border: 2px solid #ca0813;

  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

#manual-question-container .manual-question-selected .button-container .cancel {
  margin-left: 20px;
  width: 190px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #ca0813;
  border-radius: 4px;
  outline: none;

  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

/* #manual-question-container .manual-question-selected .button-container .import_question{
  width: 230px;
  height: 44px;
  background: #FFFFFF;
  border: 2px solid #CA0813;
  border-radius: 4px;

  color: #CA0813;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  outline: none;
} */

#manual-question-container .input-number::-webkit-outer-spin-button,
#manual-question-container .input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#manual-question-container .input-number {
  -moz-appearance: textfield;
}

#manual-question-container .input-title {
  padding-left: 20px;
  padding-right: 20px;
}

#manual-question-container .table-of-questions::-webkit-scrollbar-track,
#manual-question-container
  .manual-question-selected
  .table-of-questions-selected::-webkit-scrollbar-track {
  background: #ffffff;
}

#manual-question-container .table-of-questions::-webkit-scrollbar,
#manual-question-container
  .manual-question-selected
  .table-of-questions-selected::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
  border-radius: 3px;
}

#manual-question-container .table-of-questions::-webkit-scrollbar-thumb,
#manual-question-container
  .manual-question-selected
  .table-of-questions-selected::-webkit-scrollbar-thumb {
  background-color: #000000;
  background: #ca0813;
  border-radius: 3px;
  height: 130px;
}

.questions-show div {
  max-width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==Exercises blank== */

#exercise_blank_app .exercise_blank_search_container {
  width: 100%;
  height: auto;
  background: #F8F8F8;
  padding: 24px;
}

#exercise_blank_app .course-price-container{
  width: 510px;
  height: 70px;
  background: #F8F8F8;
  border: 4px solid #FFFFFF;
}

#exercise_blank_app .course-price-container .course-price-setting{
  padding-top: 22px;
  padding-left: 18px;
}

#exercise_blank_app .course-price-container .course-price-setting input[type="checkbox"]{
  box-sizing: border-box;
  padding: 0;
}

#exercise_blank_app .course-price-container .course-price-setting .checkbox-button__input{
  opacity: 0;
  position: absolute;
}
#exercise_blank_app .course-price-container .course-price-setting input{
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

#exercise_blank_app .course-price-container .course-price-setting .checkbox-button__input:checked + .checkbox-button__control{
  border-color: #ced4da;
  cursor: pointer;
}

#exercise_blank_app .course-price-container .course-price-setting .checkbox-button__control{
  width: 22px !important;
  height: 22px !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: inherit;
  border: 2px solid #ced4da;
  border-radius: 4px;
}

#exercise_blank_app .course-price-container .course-price-setting .checkbox-button__input:checked + .checkbox-button__control:after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #ca0813;
  border-radius: 2px;
}

#exercise_blank_app .course-price-container .course-price-setting .checkbox-button__label{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-left: 10px;
  color: #767676;
}

#exercise_blank_app .course-price-container .course-exercise-price-label1{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
}

#exercise_blank_app .course-price-container #course-exercise-price{
  width: 120px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  outline: none;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

#exercise_blank_app .course-price-container .course-exercise-price-label2{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #767676;
}

#exercise_blank_app .course-price-container #course-exercise-price:disabled{
  background-color: #dcdcdc;
}

#exercise_blank_app .exercise_blank_search_container .col-6 {
  padding-left: 0;
  padding-right: 0;
}

#exercise_blank_app .exercise_blank_search_container .search-bar-container {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
}

#exercise_blank_app
  .exercise_blank_search_container
  .create-exercise
  .create-exercise-button {
  width: 220px;
  height: 44px;
  background: #ca0813;
  border-radius: 4px;
  border: 0;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}

#exercise_blank_app
  .exercise_blank_search_container
  .search-bar-container
  .search-bar-input {
  outline: none;
  width: 100%;
  border: 0;

  background-color: #f8f8f8 !important;
  background: url(/static/images/search_icon.png) no-repeat right;
  background-position-x: 98%;
  background-size: 20px 20px;
  -webkit-appearance: none;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  height: 44px;
}

#exercise_blank_app
  .exercise_blank_search_container
  .search-bar-container
  .btn {
    width: 220px;
    height: 44px;
    background: #ca0813;
    border-radius: 4px;
    border: 0;
  
    outline: none;
  
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}

#exercise_blank_app .exercises-container {
  width: 100%;
  background: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  padding-top: 30px;
  padding: 24px;
}

#exercise_blank_app .exercises-container .years-exercises-container {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .year-info-container {
  display: flex;
  width: 100%;
  height: 60px;
  background: #424242;
  border-radius: 8px 8px 0 0;
  padding: 8px 24px;
  align-items: center;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .year-info-container
  .year {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .year-info-container
  .last-update-title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;

  color: #767676;

  margin-left: 24px;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .year-info-container
  .last-update {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #979797;

  margin-left: 10px;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .year-info-container
  .row {
  width: 100%;
  height: 34px;
  margin-left: 0;
  margin-right: 0;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .year-info-container
  .col-6 {
  padding-left: 0;
  padding-right: 0;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .year-info-container
  .sec-2 {
  padding-right: 15px;
  text-align: right;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .year-info-container
  .more-vert {
  color: #c4c4c4;
  cursor: pointer;
}

#exercise_blank_app .exercises-container .years-exercises-container .exercises {
  width: 100%;
  height: 48px;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 8px 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  cursor: pointer;
  align-items: center;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .exercises
  .document_icon {
  color: #ca0813;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .exercises
  .exercise-name {
  width: 100%;
  max-width: 300px;
  margin-left: 24px;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
  cursor: pointer;
}

.show-info-breif {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#exercise_blank_app .between-exercises {
  margin-top: 4px;
}

#exercise_blank_app .between-years {
  margin-top: 30px;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .exercises
  .all-buttons-exercise {
  display: none;
  width: auto;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  margin: auto;
  margin-right: 0;
  gap: 8px;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .exercises
  .student-view {
  width: 120px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  outline: none;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .exercises
  .teacher-view {
  width: 120px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  outline: none;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .exercises
  .create-course {
  width: 120px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ca0813;
  outline: none;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .exercises
  .morevert-exercise {
  color: #ffffff;
  cursor: pointer;
}

#exercise_blank_app .exercises-container .all-buttons-exercise a {
  color: #ca0813 !important;
}

#exercise_blank_app .exercises-container .all-buttons-exercise a:hover {
  text-decoration: none !important;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis {
  background: #ca0813 !important;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .document_icon {
  color: #ffffff !important;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .exercise-name {
  color: #ffffff !important;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .all-buttons-exercise {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: auto;
  margin-right: 0;  
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .student-view {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .teacher-view {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .create-course {
  color: #ca0813 !important;
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .morevert-exercise {
  color: #ffffff !important;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .status-container {
  width: 100% !important;
  max-width: 258px;
  margin-left: 24px;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .status-container
  .status-label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #767676;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .status-container
  .status-label,
#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .status-container
  .status,
#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .status-container
  .count-status-label,
#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .status-container
  .count-status {
  color: #ffffff;
}
#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .chooseThis
  .status-container {
    width: 100% !important;
    max-width: 258px;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .status-container
  .status {
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  margin-left: 10px;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .status-container
  .count-status-label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;

  color: #767676;
  margin-left: 30px;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .status-container
  .count-status {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;

  color: #ca0813;
  margin-left: 10px;
}

/* --More vert Exercise-- */

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .dropdown-menu {
  min-width: 116px !important;
  width: auto;
  padding: 0;
  /* background-color: #ca0813 !important; */
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .dropdown-item {
  width: 100%;
  height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 16px;
}

#exercise_blank_app
  .exercises-container
  .years-exercises-container
  .dropdown-item-2 {
  margin-top: 8px;
}

/* --Modal Form-- */

#exercise_blank_app #confirmCreateCourse .modal-dialog {
  max-width: 1100px;
}

#exercise_blank_app #confirmCreateCourse .modal-content {
  background: #f8f8f8;
}

#exercise_blank_app #confirmCreateCourse .modal-dialog .modal-body {
  padding: 0;
  padding-left: 30px;
  padding-bottom: 60px;
}

#exercise_blank_app
  #confirmCreateCourse
  .modal-dialog
  .modal-body
  .sec-modal-1 {
  width: 100%;
  margin: 0;
}

#exercise_blank_app #confirmCreateCourse .modal-dialog .modal-body .col-6 {
  padding: 0;
}

#exercise_blank_app #confirmCreateCourse .modal-dialog .modal-body .row {
  margin-left: 0;
  margin-right: 0;
}

#exercise_blank_app
  #confirmCreateCourse
  .modal-dialog
  .modal-body
  .sec-modal-1
  .course-name {
  margin-top: 50px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
}

#exercise_blank_app
  #confirmCreateCourse
  .modal-dialog
  .modal-body
  .sec-modal-1
  .pre-accesscode-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;

  color: #000000;
  margin-top: 15px;
}

#exercise_blank_app #confirmCreateCourse .not-select-date-time {
  padding-top: 22px;
  padding-left: 18px;
}

#exercise_blank_app
  #confirmCreateCourse
  .not-select-date-time
  input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

#exercise_blank_app #confirmCreateCourse .not-select-date-time input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

#exercise_blank_app
  #confirmCreateCourse
  .not-select-date-time
  .checkbox-button__label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-left: 10px;

  color: #767676;
}

#exercise_blank_app
  #confirmCreateCourse
  .not-select-date-time
  .checkbox-button__input {
  opacity: 0;
  position: absolute;
}

#exercise_blank_app
  #confirmCreateCourse
  .not-select-date-time
  .checkbox-button__control {
  width: 22px !important;
  height: 22px !important;

  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: inherit;
  border: 2px solid #ced4da;
  border-radius: 4px;
}

#exercise_blank_app
  #confirmCreateCourse
  .not-select-date-time
  .checkbox-button__input:checked
  + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #ca0813;
  border-radius: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .not-select-date-time
  .checkbox-button__control {
  cursor: pointer;
}

#exercise_blank_app
  #confirmCreateCourse
  .not-select-date-time
  .checkbox-button__input:checked
  + .checkbox-button__control {
  border-color: #ced4da;
  cursor: pointer;
}

#exercise_blank_app
  #confirmCreateCourse
  .modal-dialog
  .modal-body
  .sec-modal-1
  .access-code {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #ca0813;
  height: 40px;

  border: 1px solid #ca0813;
  border-radius: 4px;
  padding-top: 8px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  width: 188px;

  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

#exercise_blank_app
  #confirmCreateCourse
  .modal-dialog
  .modal-body
  .sec-modal-1
  .copy-access-code {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #c4c4c4;
  padding-top: 15px;
  cursor: pointer;
}

#exercise_blank_app
  #confirmCreateCourse
  .modal-dialog
  .modal-body
  .sec-modal-1
  .button-container {
  text-align: right;
  padding-top: 50px;
}

#exercise_blank_app
  #confirmCreateCourse
  .modal-dialog
  .modal-body
  .sec-modal-1
  .button-container
  .save-exercise {
  width: 180px;
  height: 44px;

  background: #ca0813;
  border: 2px solid #ca0813;
  border-radius: 4px;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;

  margin-right: 30px;
  margin-left: 20px;
}

#exercise_blank_app
  #confirmCreateCourse
  .modal-dialog
  .modal-body
  .sec-modal-1
  .button-container
  .example {
  width: 180px;
  height: 44px;

  border: 2px solid #ca0813;
  border-radius: 4px;
  outline: none;
  background: transparent;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .modal-dialog
  .modal-body
  .sec-modal-2 {
  padding-top: 46px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-2 .questions-count {
  margin-right: 80px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-2
  .questions-count
  .questions-count-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;

  color: #424242;
  margin-right: 20px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-2 .questions-count .count {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;

  color: #ca0813;
  margin-right: 10px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-2 .questions-count .unit {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #424242;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-2
  .score-total
  .score-total-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;

  color: #424242;
  margin-right: 20px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-2 .score-total .score {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #ca0813;

  margin-right: 10px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-2 .score-total .unit {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;

  color: #424242;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-2 .score-total {
  padding-top: 2px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-3 .description-title {
  margin-top: 50px;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000000;

  margin-bottom: 20px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-3 .info-description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;

  color: #424242;

  width: 510px;
  height: 176px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container {
  margin-top: 10px;
  width: 510px;
  height: 256px;
  background: #f8f8f8;
  border: 4px solid #ffffff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .select-datetime {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-top: 30px;
  margin-left: 20px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .clock-symbol {
  width: 22px;
  height: 22px;

  margin-left: 16px;
  margin-right: 14px;
  margin-top: 18px;
  color: #767676;
}

#exercise_blank_app #confirmCreateCourse .edit-course_name{
  margin-top: 54px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #C4C4C4;
  margin-left: 20px;
  cursor: pointer;
}
#exercise_blank_app #confirmCreateCourse .edit-access_code{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #C4C4C4;
  margin-left: 20px;
  cursor: pointer;
  margin-top: 20px;
}

#exercise_blank_app #confirmCreateCourse .edit-description{
  margin-top: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #C4C4C4;
  margin-left: 20px;
  cursor: pointer;
}

#exercise_blank_app #confirmCreateCourse .save-description{
  margin-top: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
  margin-left: 20px;
  cursor: pointer;
  display: none;
}

#exercise_blank_app #confirmCreateCourse .edit-course_name-input{
  display: none;
}

#exercise_blank_app #confirmCreateCourse .edit-access_code-input{
  display: none;
}

#exercise_blank_app #confirmCreateCourse .edit-course_name-input #edit_course_name{
  overflow: auto;
  width: 300px;
  resize: none;
  outline: none;
  border: 1px solid #CED4DA;
  margin-top: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;

  color: #424242;
}

#exercise_blank_app #confirmCreateCourse .edit-description-input{
  display: none;
}

#exercise_blank_app #confirmCreateCourse .edit-description-input #edit_description{
  overflow: auto;
  width: 510px;
  height: 176px;
  resize: none;
  outline: none;
  border: 1px solid #CED4DA;
  margin-top: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;

  color: #424242;
}


#exercise_blank_app #confirmCreateCourse .edit-access_code-input #edit_access_code{
  overflow: auto;
  width: 200px;
  resize: none;
  outline: none;
  border: 1px solid #CED4DA;
  margin-top: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;

  color: #424242;
  margin-left: 20px;
}

#exercise_blank_app #confirmCreateCourse .save-course_name{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
  cursor: pointer;
  margin-top: 54px;
  margin-left: 20px;
  display: none;
}

#exercise_blank_app #confirmCreateCourse .save-access_code{
  margin-left: 20px;
  cursor: pointer;
  margin-top: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
  display: none;
}

#exercise_blank_app #confirmCreateCourse .not-select-date-time {
  padding-top: 22px;
  padding-left: 18px;
 }

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .start-container {
  width: 220px;
  height: 58px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;

  padding-top: 12px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .start-container
  .time_start {
  width: 84px;
  height: 34px;

  margin-left: 16px;
  padding-top: 5px;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .time_start
  #hour_start {
  width: 22px;
  height: 22px;

  border: 0px;
  outline: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 13px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .time_start
  #minute_start {
  width: 22px;
  height: 22px;

  border: 0px;
  outline: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .vdp-datepicker
  input[type="text"],
#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .start-container
  .date_start {
  width: 108px;
  height: 34px;
  border: 0;

  outline: none;

  /* text-align: center; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .vdp-datepicker
  input[type="text"]:focus {
  background-color: #ca0813;
  color: #ffffff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .vdp-datepicker
  input[type="text"] {
  margin-left: 7px;
  border-radius: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .stop-container
  .date_stop {
  width: 108px;
  height: 34px;
  border: 0;

  outline: none;

  /* text-align: center; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .stop-container
  .time_stop
  #hour_stop {
  width: 22px;
  height: 22px;

  border: 0px;
  outline: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .stop-container
  .time_stop
  #minute_stop {
  width: 22px;
  height: 22px;

  border: 0px;
  outline: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .stop-container {
  width: 220px;
  height: 58px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;

  padding-top: 12px;
  margin-left: 4px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .stop-container
  .time_stop {
  width: 108px;
  height: 34px;
  padding-top: 5px;

  border: 0;

  outline: none;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .select-date-time-container
  .select-all-day
  .sec-2 {
  padding-top: 22px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 {
  width: 100%;
  margin-top: 68px;
  margin-left: 0px;
  margin-right: 0px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .col-6 {
  padding-right: 0px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .setting-1 {
  padding-left: 65px !important;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .webcam-setting {
  display: flex;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .webcam-setting
  .webcam-selected {
  border-radius: 13px;
  width: 70px;
  height: 26px;
  border: 1.5px solid #ced4da;
  outline: none;

  margin-left: 10px;
  margin-right: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .webcam-setting
  .webcam-setting-text {
  margin-left: 50px;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  display: flex;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .webcam-setting
  .webcam-setting-text
  #vs3__combobox {
  width: 70px;
  height: 26px;
  border-radius: 13px;
  border: 1.5px solid #ced4da;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .webcam-setting
  .webcam-setting-text
  #selectedWebcam {
  margin-left: 10px;
  margin-right: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .webcam-setting
  .webcam-setting-text
  .vs__selected {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;

  color: #767676;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .webcam-setting
  .webcam-setting-text
  .selector
  .vs__dropdown-toggle {
  padding-left: 0px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .webcam-setting
  .webcam-setting-text
  .vs__clear {
  display: none;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .switchToggle {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle
  input:checked
  + label,
.switchToggle input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle
  input
  + label:before,
.switchToggle input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle
  input:checked
  + label:before,
.switchToggle input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle
  input:checked
  + label:after,
.switchToggle input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle
  label:active:after {
  width: 60px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .back-test-setting {
  display: flex;
  padding-top: 30px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .back-test-setting
  .back-test-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .switchToggle_back {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 3px;
  padding-left: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_back
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .switchToggle_back label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_back
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app .sec-modal-3 .period-time {
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
  max-width: 103px !important;
}

#exercise_blank_app .sec-modal-3 .hour_select {
  padding-left: 0;
  padding-right: 0;
  max-width: 159px !important;
}

#exercise_blank_app .sec-modal-3 .minute_select {
  padding-left: 0;
  padding-right: 0;
  max-width: 150px;
}

#exercise_blank_app .sec-modal-3 #selectedHour,
#exercise_blank_app .sec-modal-3 #selectedMinute,
#exercise_blank_app .sec-modal-3 #selectedMinute #vs2__combobox,
#exercise_blank_app .sec-modal-3 #selectedHour #vs1__combobox {
  width: 100px;
  height: 44px;
}

#exercise_blank_app .sec-modal-3 #selectedHour .vs__dropdown-menu,
#exercise_blank_app .sec-modal-3 #selectedHour .vs__search,
#exercise_blank_app .sec-modal-3 #selectedMinute .vs__dropdown-menu {
  width: 50px;
}

#exercise_blank_app .sec-modal-3 .selectedHour-text,
#exercise_blank_app .sec-modal-3 .selectedMinute-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #767676;

  padding-left: 10px;
  padding-top: 20px;
}

#exercise_blank_app .sec-modal-3 #selectedHour,
#exercise_blank_app .sec-modal-3 #selectedMinute {
  margin-top: 9px !important;
  margin-left: 14px;
}

#exercise_blank_app .period-time-container {
  width: 510px;
  height: 70px;
  background: #f8f8f8;
  border: 4px solid #ffffff;

  margin-top: 10px;
}

#exercise_blank_app .period-time-container .period-time-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  padding-top: 18px;
  padding-left: 10px;
}

#exercise_blank_app #confirmCreateCourse .period-time-container .vs--disabled {
  background-color: #dcdcdc;
}

#exercise_blank_app #confirmCreateCourse .period-time-container input:disabled {
  background: transparent !important;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_back
  input:checked
  + label,
.switchToggle_back input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_back
  input
  + label:before,
.switchToggle_back input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_back
  input:checked
  + label:before,
.switchToggle_back input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_back
  input:checked
  + label:after,
.switchToggle_back input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_back
  label:active:after {
  width: 60px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .show-result-setting {
  display: flex;
  padding-top: 30px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .show-result-setting
  .show-result-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_result {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 3px;
  padding-left: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_result
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_result
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_result
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_result
  input:checked
  + label,
.switchToggle_show_result input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_result
  input
  + label:before,
.switchToggle_show_result input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_result
  input:checked
  + label:before,
.switchToggle_show_result input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_result
  input:checked
  + label:after,
.switchToggle_show_result input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_result
  label:active:after {
  width: 60px;
}
/* ==== */
#exercise_blank_app #confirmCreateCourse .sec-modal-3 .time-test-setting {
  display: flex;
  padding-top: 18px;
  padding-left: 20px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-3 .switchToggle_time_test {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .switchToggle_time_test
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .switchToggle_time_test
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .switchToggle_time_test
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .switchToggle_time_test
  input:checked
  + label,
.switchToggle_time_test input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .switchToggle_time_test
  input
  + label:before,
.switchToggle_time_test input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .switchToggle_time_test
  input:checked
  + label:before,
.switchToggle_time_test input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .switchToggle_time_test
  input:checked
  + label:after,
.switchToggle_time_test input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-3
  .switchToggle_time_test
  label:active:after {
  width: 60px;
}
/* ==== */
#exercise_blank_app #confirmCreateCourse .sec-modal-4 .not-repeat-exam-setting {
  display: flex;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .not-repeat-exam-setting
  .not-repeat-exam-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .setting-2 {
  padding-left: 100px !important;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .show-hint-setting {
  display: flex;
  padding-top: 30px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .show-hint-setting
  .show-hint-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .switchToggle_show_hint {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  input:checked
  + label,
.switchToggle_show_hint input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  input
  + label:before,
.switchToggle_show_hint input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  input:checked
  + label:before,
.switchToggle_show_hint input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  input:checked
  + label:after,
.switchToggle_show_hint input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  label:active:after {
  width: 60px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  input:checked
  + label,
.switchToggle_show_hint input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  input
  + label:before,
.switchToggle_show_hint input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  input:checked
  + label:before,
.switchToggle_show_hint input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  input:checked
  + label:after,
.switchToggle_show_hint input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_hint
  label:active:after {
  width: 60px;
}

/* ==== */

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .only-once-answer-setting {
  display: flex;
  padding-top: 30px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .only-once-answer-setting
  .only-once-answer-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  input:checked
  + label,
.switchToggle_only_once_answer input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  input
  + label:before,
.switchToggle_only_once_answer input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  input:checked
  + label:before,
.switchToggle_only_once_answer input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  input:checked
  + label:after,
.switchToggle_only_once_answer input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  label:active:after {
  width: 60px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  input:checked
  + label,
.switchToggle_only_once_answer input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  input
  + label:before,
.switchToggle_only_once_answer input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  input:checked
  + label:before,
.switchToggle_only_once_answer input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  input:checked
  + label:after,
.switchToggle_only_once_answer input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_only_once_answer
  label:active:after {
  width: 60px;
}
/* ==== */

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_not_repeat_exam {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_not_repeat_exam
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_not_repeat_exam
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_not_repeat_exam
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_not_repeat_exam
  input:checked
  + label,
.switchToggle_not_repeat_exam input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_not_repeat_exam
  input
  + label:before,
.switchToggle_not_repeat_exam input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_not_repeat_exam
  input:checked
  + label:before,
.switchToggle_not_repeat_exam input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_not_repeat_exam
  input:checked
  + label:after,
.switchToggle_not_repeat_exam input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_not_repeat_exam
  label:active:after {
  width: 60px;
}

#exercise_blank_app #confirmCreateCourse .sec-modal-4 .show-answer-setting {
  display: flex;
  padding-top: 30px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .show-answer-setting
  .show-answer-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_answer {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 3px;
  padding-left: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_answer
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_answer
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_answer
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_answer
  input:checked
  + label,
.switchToggle_show_answer input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_answer
  input
  + label:before,
.switchToggle_show_answer input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_answer
  input:checked
  + label:before,
.switchToggle_show_answer input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_answer
  input:checked
  + label:after,
.switchToggle_show_answer input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .sec-modal-4
  .switchToggle_show_answer
  label:active:after {
  width: 60px;
}

#exercise_blank_app #show_modal {
  display: none;
}

/* exercise report */

#exercise-report .title-container {
  width: 1180px;
  height: 100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

#exercise-report .exercise-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #424242;
}

#exercise-report .exercise-id {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #ca0813;
}

#exercise-report .summary-container {
  width: 1180px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

#exercise-report .left-col {
  width: 290px;
  height: 572px;
  /*background: #F8F8F8;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#exercise-report .small-label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #767676;
}

#exercise-report .stat-info {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  color: #ca0813;
}

#exercise-report .divider {
  width: 150px;
  height: 2px;
  background: #979797;
  margin-top: 30px;
  margin-bottom: 30px;
}

#exercise-report .right-col {
  width: 908px;
  height: 572px;
  max-height: 572px;
  background: #f8f8f8;
  margin-left: 2px;
  display: block;
  /*
  flex-direction: column;
  justify-content:center;
  align-items:center;
  */
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 30px 0;
}

#exercise-report .stat-box {
  width: 600px;
  margin: 15px auto;
}

#exercise-report .stat-content {
  width: 600px;
  display: flex;
}

#exercise-report .stat-title-label {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

#exercise-report .correctness-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

/*Override color over bootstrap*/
#exercise-report .progress {
  height: 10px;
  background: #ca0813;
}

#exercise-report .progress-bar {
  height: 10px;
  background: #000000;
}

#exercise-report .detail-tab-container {
  width: 1180px;
  height: 110px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

#exercise-report .tab-label {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #767676;
  margin-left: 50px !important;
}

#exercise-report .tab-label:nth-child(1) {
  margin-left: 0;
}
#exercise-report .detail-tab-container a:hover{
  text-decoration: none;
}

#exercise-report .btn-container {
  width: 1180px;
  height: 80px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

#exercise-report .view-btn,
#exercise-report .btn-container button {
  min-width: 96px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  height: 40px;
  background: #f8f8f8;
  border: 1px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  color: #ca0813;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s ease;
}

#exercise-report .btn-container button {
  margin-left: 10px;
}

#exercise-report .btn-container button a {
  text-decoration: none;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

#exercise-report .detail-container {
  width: 1180px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}

#exercise-report .view-btn:hover,
#exercise-report .btn-container button:hover {
  background: #ca0813;
  color: #ffffff;
}

#exercise-report .table-container table {
  overflow-x: scroll;
}

#exercise-report .table-container .score-table {
  height: auto;
  max-height: 392px;
  overflow-x: auto;
  overflow-y: auto;
}

#exercise-report .table-container table {
}

#exercise-report .table-container thead {
  /*
  width: 1180px;    background: #767676;

  */
}

#exercise-report .table-container th {
  height: 60px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  vertical-align: middle;
  padding: 0;

  position: sticky;
  top: 0;
  background: #767676;
  z-index: 1;
}

#exercise-report .table-container tbody tr:nth-child(even) td {
  background: #f8f8f8;
}

#exercise-report .table-container tbody tr:nth-child(odd) td {
  background: #ffffff;
}

#exercise-report .table-container td {
  height: 60px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  vertical-align: middle;
  padding: 0;
}

#exercise-report thead .name-td,
#exercise-report thead .ranking-td {
  z-index: 2 !important;
}

#exercise-report .ranking-td {
  text-align: center;
  width: 80px;
  min-width: 80px;
  position: sticky;
  left: 0px;
}

#exercise-report .name-td {
  width: 340px;
  min-width: 200px;
  padding-left: 30px !important;

  position: sticky;
  /*ranking-width + padding-left*/
  left: 80px;
}

#exercise-report .stat-td {
  text-align: center;
  width: 160px;
  min-width: 160px;
}

#exercise-report .total-td {
  text-align: center;
  width: 160px;
  min-width: 160px;
  position: sticky;
  /* right: 188px; */
  right: 128px;
}

#exercise-report .btn-td {
  text-align: center;
  width: 108px;
  min-width: 108px;
  position: sticky;
  right: 20px;
}


#exercise-report .more-vert-td {
  text-align: center;
  width: 20px;
  min-width: 20px;
  position: sticky;
  right: 0;
}

#exercise-report .table-title-container {
  width: 1180px;
  height: 90px;
  background: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-left: 20px;
  margin-bottom: 2px;
}

#exercise-report .table-title-container span {
  background: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #ff0000;
  padding-left: 20px;
}

#exercise-report .view-all-btn {
  width: 96px;
  height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  background: #ca0813;
  color: #ffffff;
  border-radius: 4px;
  border: none;
}

#exercise-report .more-vert-icon{
  cursor: pointer;
  color: #c4c4c4;
}

#exercise-report .reset-exercise-btn {
  width: 70px;
  height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  background: #ca0813;
  color: #ffffff;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
}

#exercise-report .score-table .dropdown-menu{
  min-width: 108px;
  width: 108px !important;
  height: 60px !important;
  background: #CA0813;
  text-align: center;
  vertical-align: middle;
  padding-left:0;
  padding-right:0;
  top: -15px !important;
}

#exercise-report .row-red-font td {
  color: #ca0813 !important;
}

#exercise-report .row-red-font td * {
  color: #ca0813 !important;
}

#exercise-report .chart-div {
  width: 290px;
  height: 270px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}

#exercise-report .stat-div {
  width: 290px;
  height: 300px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

#exercise-report .pie-chart {
  width: 130px !important;
  height: 130px !important;
  margin: 10px 0;
}

#exercise-report .right-col::-webkit-scrollbar {
  width: 8px;
  height: 330px;
  border-radius: 4px;
  background: transparent;
  transition: all 0.3s ease;
}

#exercise-report .right-col::-webkit-scrollbar:hover {
  background: #f9f9f9;
}

#exercise-report .right-col::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 4px;
  border-radius: 4px;
}

#exercise-report .score-table::-webkit-scrollbar-track {
  background: #ffffff;
}

#exercise-report .score-table::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
  border-radius: 3px;
}

#exercise-report .score-table::-webkit-scrollbar-thumb {
  background-color: #000000;
  background: #ca0813;
  border-radius: 3px;
  height: 130px;
}

#exercise-report .score-table::-webkit-scrollbar:horizontal {
  width: 6px;
  background-color: #ffffff;
  border-radius: 4px;
}

#exercise-report .score-table::-webkit-scrollbar-thumb:horizontal {
  width: 330px;
  height: 8px;
  background: #c4c4c4;
  border-radius: 4px !important;
}


#exercise-report .popup-label{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #CA0813;
}

#exercise-report .popup-text{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}

#exercise-report .popup-link{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #CA0813;
  text-decoration : none;
}

#exercise-report .popup-cancel-btn{
  width: 300px;
  height: 44px;
  background: #FFFFFF;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #CA0813;
  margin: 40px 15px;
}

#exercise-report .popup-cancel-btn:hover{
  background: #CA0813;
  color: #FFFFFF;
}

#exercise-report .popup-save-btn{
  width: 300px;
  height: 44px;
  background: #CA0813;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  border:none;
  margin: 40px 15px;
}

/*Disable Vue Select Background*/
.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  background-color: transparent !important;
}

/* ==timepicker== */
#problem-set-create #time_start {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
}

#problem-set-create #time_start:focus::-webkit-input-placeholder,
#problem-set-create #time_stop:focus::-webkit-input-placeholder {
  color: #e8e8e8;
  opacity: 1;
}

#problem-set-create #time_start::-webkit-input-placeholder,
#problem-set-create #time_stop::-webkit-input-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

#problem-set-create #time_stop {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  text-align: center;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
}

#problem-set-create #time_start:focus {
  background-color: #ca0813;
  color: #ffffff;
}

#problem-set-create #time_stop:focus {
  background-color: #ca0813;
  color: #ffffff;
}

/* course */

#menu-course{
  display:none;
}
#menu-course .open-course-bar{
  height: 100%;
  background: #424242;
  width: 30px;
  z-index: 50;
}
.hide-sidebar-menu {
  width: 0 !important;
  position: absolute;
}
#v-pills-tab-open {
  display: block;
  width: 0;
}
@media (min-width: 1401px){

  #menu-course .course-bar{
    width: 354px;
    background: #424242;
    z-index:50;
    transition: width 150ms;
    flex-wrap: nowrap;
    padding-bottom: 40px;
    position: sticky;
    top: 128px;
  }

  .admin-menu{
    padding-left: 354px;
    transition: padding-left 150ms;
  }
} 
@media (min-width: 900px) and (max-width: 1400px){
  #menu-course .course-bar {
    background: #424242;
    width: 354px;
    z-index:50;
    transition: width 150ms;
    flex-wrap: nowrap;
    padding-bottom: 40px;
    position: sticky;
    top: 128px;
  }

  .admin-menu{
    padding-left:354px;
    transition: padding-left 150ms;
  }

}

#menu-course .course-bar .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #ca0813;
  margin-left: 40px;
  /* margin-top: 18px; */
  margin-bottom: 18px;
}

#menu-course .course-bar .nav-link.active,
#menu-course .course-bar .show > .nav-link {
  background: #f8f8f8;
  border-radius: 0 16px 16px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #424242;
  width: 80%;
}

#menu-course .course-bar a {
  width: 100%;
  height: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  transition: opacity 0.15s linear;
  word-wrap: break-word;
  padding: 8px 24px 8px 40px;
}

#menu-course .course-bar a:hover {
  background: #3a3a3a;
  padding-left: 30px;
}

#menu-course-detail .course-content{
  width:100%;
  margin-left: auto;
  margin-right: auto;
}

#menu-course-detail .course-content .image-21 {
  width: 100%;
  height: 192px;
  border-radius: 4px 4px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#menu-course-detail .course-content .show-course-preview{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  border-radius: 4px 4px 0px 0px;
}

#menu-course-detail .container {
  min-width: 100%;
  margin: 0;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#menu-course-detail .course-content .div-block-90 {
  margin-bottom: 34px;
  filter: drop-shadow(0 4px 10px #0000001A);
}

#menu-course-detail .course-content .div-block-26 {
  width: 100%;
  padding-bottom: 0;
  border-radius: 0 0 4px 4px;
  margin-left: auto;
  margin-right: auto;
}

#menu-course-detail .course-content .div-block-26-bg {
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 16px 24px 24px 24px;
}

#menu-course-detail .course-content .div-block-26 .text-block-21 {
  height: 60px;
  word-break: break-word;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 200px;
}

#menu-course-detail .course-content .link-10 {
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

#menu-course-detail .course-content .course-time,
#menu-course-detail .course-content .course-time .text-block-20 {
  display: flex;
}

#menu-course-detail .course-content .course-time {
  margin-top: 20px;
  margin-bottom: 14px;
}

#menu-course-detail .course-content .price_course {
  text-align: right;
}

#menu-course-detail .course-content .course-time span {
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

#menu-course-detail .course-content .text-block-20 .text {
  margin-bottom: 2px;
}

#menu-course-detail .course-content .button {
  display: flex;
}

#menu-course-detail .course-content .button .edit-btn button {
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px 56px;
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  background: transparent;
  display: flex;
}

#menu-course-detail .course-content .button .detail-btn {
  display: flex;
}

#menu-course-detail .course-content .button .detail-btn a {
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
}

#menu-course-detail .course-content .button .detail-btn a:hover {
  text-decoration: none;
}

#menu-course-detail .course-content .button .edit-btn button:hover {
  text-decoration: none;
}

#menu-course-detail .course-content .add-course {
  display: flex;
  background: #f8f8f8;
  height: 110px;
  padding: 24px;
}

#menu-course-detail .course-content .page-courses-section {
  background: white;
  /* padding: 24px;
  margin-left: 0px !important;
  margin-right: 0px !important; */
  padding-bottom: 200px;
}

#menu-course-detail .course-content .add-course .text-1 {
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

#menu-course-detail .course-content .add-course .text-2 {
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

#menu-course-detail .course-content .add-course button {
  float: right;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
  outline: none;
}

#menu-course-detail .course-content .search-course {
  display: flex;
  background: #f8f8f8;
  height: auto;
  padding: 24px;
  margin-top: 10px;
  margin-bottom: 2px;
}

#menu-course-detail .course-content .search-course button {
  float: right;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
  outline: none;
}

#menu-course-detail .course-content .tag_of_course {
  clear: both;
  width: 475px;
  height: 44px;
  background: #f8f8f8;
  border: 0px solid #CED4DA;
  box-sizing: border-box;
  float: right;
}

#menu-course-detail .course-content .tag_of_course select {
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 10px;
  padding-right: 4px;
  background-color: white !important;
  background: url(../images/select_icon.png) no-repeat right;
  background-position-x: 95%;
  background-size: 16px 12px;
  -webkit-appearance: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 24px;
}

#menu-course-detail .course-content .text_search{
  background-color: white !important;
  background: url(../images/search_icon.png) no-repeat right;
  background-position-x: 98%;
  background-size: 20px 20px;
  -webkit-appearance: none;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  outline: none;
}

@media (min-width: 576px) {
  #menu-course-detail .modal-dialog {
    min-width: 1160px;
    height: 870px;
    margin-left: auto;
    margin-right: auto;
  }
}

#menu-course-detail #CreateCourseModal .modal-content {
  min-height: 870px;
  padding: 0;
  background-color: #f8f8f8;
}

#menu-course-detail #CreateCourseModal .modal-body {
  padding: 0px !important;
  background: white;
}

#menu-course-detail #CreateCourseModal .input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

#menu-course-detail #CreateCourseModal .input-group .title {
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-detail #CreateCourseModal .input-group input {
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  padding: 8px 16px;
}

#menu-course-detail #CreateCourseModal .input-group textarea {
  resize: none;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  min-height: 103px;
  padding: 8px 16px;
}

#menu-course-detail #CreateCourseModal .course-name div,
#menu-course-detail #CreateCourseModal .course-description div {
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-detail #CreateCourseModal .course-name input {
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  height: 44px;
  margin-bottom: 20px;
  padding: 8px 16px;
}

#menu-course-detail #CreateCourseModal .course-description textarea {
  resize: none;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  min-height: 103px;
  padding: 8px 16px;
}

#menu-course-detail #CreateCourseModal .course-teacher-info .title-teach{
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-detail #CreateCourseModal .course-teacher-info #teacher_info{
  resize: none;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  min-height: 70px;  
  padding: 8px 16px;
}

#menu-course-detail #CreateCourseModal .detail {
  display: flex;
}

#menu-course-detail #CreateCourseModal input,
#menu-course-detail #CreateCourseModal textarea {
  outline: none;
}

#menu-course-detail #CreateCourseModal label {
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

#menu-course-detail #CreateCourseModal .course-access-code input {
  border: 1px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 188px;
  height: 40px;
  padding-left: 12px;
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  margin-left: 20px;
}

#menu-course-detail .img_upload img {
  width: 280px;
  height: 140px;
  margin-top: 20px;
}

#menu-course-detail .footer-detail {
  display: flex;
}

#menu-course-detail .footer-detail .course-price div {
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-detail .footer-detail .course-price {
  position: absolute;
  bottom: 0px;
  left: 40px;
}

#menu-course-detail .footer-detail .course-price input {
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 240px;
  height: 44px;
}

.position_relative {
  position: relative;
}

#menu-course-detail #CreateCourseModal .btn-secondary {
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  background: transparent;
}

#menu-course-detail #CreateCourseModal .btn-primary {
  width: auto;
  height: 44px;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

#menu-course-detail #CreateCourseModal .btn-primary span {
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

#menu-course-detail #CreateCourseModal .create-course-form {
  padding: 24px 40px;
  padding-bottom: 0;
  background: white;
}

#menu-course-detail #CreateCourseModal .header-section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 40px;
  background: #FBFBFB;
}

#menu-course-detail #CreateCourseModal .header-section .title {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

#menu-course-detail #CreateCourseModal .header-section .sub-title {
  color: #CA0813;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

#menu-course-detail #CreateCourseModal .modal-footer {
  padding: 40px;
  border: 0;
  background: white;
}

#menu-course-detail #CreateCourseModal .modal-footer span {
  color: #fff;
}

#menu-course-detail .student_count {
  clear: both;
  width: 100%;
  height: 70px;
  background: #f8f8f8;
  border: 4px solid #ffffff;
  box-sizing: border-box;
  float: right;
  padding: 18px 20px;
}

#menu-course-detail .tag_of_course {
  clear: both;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#menu-course-detail .tag_of_course .title {
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-detail .tag_of_course select {
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 10px;
  padding-right: 4px;
  background-color: white !important;
  background: url(/static/images/select_icon.png) no-repeat right;
  background-position-x: 95%;
  background-size: 16px 12px;
  -webkit-appearance: none;
}

#menu-course-detail .tag_of_course .vs__dropdown-toggle {
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
}

#menu-course-detail .tag_of_course .vs__actions {
  display: flex;
  align-items: center;
  padding: 0 8px;
}

#menu-course-detail .tag_of_course .vs__selected-options {
  align-items: center;
}

#menu-course-detail .student_count .count_number {
  display: block;
}

#menu-course-detail .student_count .label {
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

#menu-course-detail .student_count #student_count {
  width: 80px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 16px;
}

#menu-course-detail .course_status {
  position: relative;
}

#menu-course-detail .course_status select {
  width: 250px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  bottom: 0px;
  margin-left: 26px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white !important;
  background: url(/static/images/select_icon.png) no-repeat right;
  background-position-x: 220px;
  background-size: 16px 12px;
  -webkit-appearance: none;
}

#menu-course ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 25%;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

#exercise_blank_app
  #confirmCreateCourse
  .enable_random_choice-setting
  .switchToggle_enable_random_choice {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#exercise_blank_app
  #confirmCreateCourse
  .enable_random_choice-setting
  .switchToggle_enable_random_choice
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#exercise_blank_app
  #confirmCreateCourse
  .switchToggle_enable_random_choice
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  #confirmCreateCourse
  .switchToggle_enable_random_choice
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#exercise_blank_app
  #confirmCreateCourse
  .switchToggle_enable_random_choice
  input:checked
  + label,
.switchToggle_enable_random_choice input:checked + input + label {
  background: #ca0813;
}

#exercise_blank_app
  #confirmCreateCourse
  .switchToggle_enable_random_choice
  input
  + label:before,
.switchToggle_enable_random_choice input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .switchToggle_enable_random_choice
  input:checked
  + label:before,
.switchToggle_enable_random_choice input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  #confirmCreateCourse
  .switchToggle_enable_random_choice
  input:checked
  + label:after,
.switchToggle_enable_random_choice input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#exercise_blank_app
  #confirmCreateCourse
  .switchToggle_enable_random_choice
  label:active:after {
  width: 60px;
}

#exercise_blank_app #confirmCreateCourse .enable_random_choice-setting {
  display: flex;
  padding-top: 30px;
}

#exercise_blank_app #confirmCreateCourse .enable_random_choice-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

/* course list student */

.head-courses-list-section {
  background: #f8f8f8;
  width: 1200px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 2px;
}

.head-courses-list-section .text-title1 {
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

.head-courses-list-section .text-title2 {
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

.page-courses-student-section {
  display: flex;
  width: 1200px;
  min-height: 838px;
  background: #f8f8f8;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  row-gap: 30px;
}

.page-courses-student-section .image-21 {
  width: 570px;
  height: 250px;
  object-fit: cover;
}

.page-courses-student-section .detail {
  width: 570px;
  /* height: 220px; */
  background: #ffffff;
  /* margin-bottom: 30px; */
  padding: 14px;
}

.page-courses-student-section .link-10 {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 400px;
}

.page-courses-student-section .text-block-18 {
  text-align: right;
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

.page-courses-student-section .text-block-18 span {
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

.page-courses-student-section .description {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 27px;
  padding-left: 10px;
  min-height: 66px;
}

.page-courses-student-section .detail .icon_config,
.page-courses-student-section .detail .title-name {
  padding-left: 10px;
}

.page-courses-student-section .detail .image-readme {
  width: 22px;
  height: 18px;
  margin-right: 10px;
}

.page-courses-student-section .detail .image-alarm {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.page-courses-student-section .detail .image-calendar {
  width: 24px;
  height: 18px;
  margin-right: 10px;
}

.page-courses-student-section .detail .image-video,
.section-56-biooui .detail .image-video {
  width: 24px;
  height: 18px;
  margin-right: 10px;
}

.page-courses-student-section .detail .time_lecture {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #424242;
}

.page-courses-student-section .detail .time_lecture span {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #ca0813;
}

.page-courses-student-section .detail .name-text {
  padding-left: 10px;
  margin-top: 4px;
}

.page-courses-student-section .detail .name-text img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}

.page-courses-student-section .detail .name-text .teacher-name {
  color: #767676;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-top: 8px;
}

.page-courses-student-section .detail .preview-course {
  display: flex;
  width: 270px;
  float: right;
}

.page-courses-student-section .detail .preview-course .view {
  margin-right: 10px;
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 130px;
  height: 44px;
  background: transparent;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
}

.empty-course-list {
  display: block;
  min-height: 150px;
  text-align: center;
}

.empty-course-list h2 {
  margin-top: 40px;
}

.pre-vdo-block {
  width: 100%;
  margin-top: 0;
}

.head-pre-vdo {
  display: none;
}

.popup-preview-video .swal2-title {
  font-size: 16px;
}

.popup-preview-video-item {
  cursor: pointer;
}

.popup-preview-video-item.active {
  background-color: #f1f1f1;
}

.iframe-preview-video {
  width: 640px;
  height: 477px;
}

.pre-vdo-block .w-video {
  padding-top: 0 !important;
}

.div-block-173 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
}

.div-block-174 {
  display: block;
  overflow: hidden;
  width: 142px;
  height: 80px;
  float: left;
}

.text-block-131 {
  margin-left: 20px;
  float: left;
  font-size: 16px;
}

.preview-root-chapter {
  cursor: pointer;
  position: relative;
}

.root-has-preview {
  color: #ca0813;
  font-size: 16px;
  position: absolute;
  right: 50px;
  top: 20px;
}

.root-has-preview-mobile {
  display: none;
}

.page-courses-student-section .detail .preview-course .detail {
  float: right;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 130px;
  height: 44px;
  padding-top: 10px;
  text-decoration: none;
  outline: none;
}

/* end of course list student */

/* preview-course */
.section-56-biooui {
  width: 1200px;
  height: 348px;
  background: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 20px;
  margin-bottom: 4px;
}

.section-56-biooui .image-course {
  width: 570px;
  height: 250px;
  object-fit: cover;
}

.section-56-biooui .detail {
  width: 586px;
  height: 250px;
  background: #ffffff;
  padding: 20px;
}

.section-56-biooui .detail .link-21 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 0px;
  color: #000000;
  text-decoration: none;
}

.section-56-biooui .detail .description {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 413px;
  margin-top: 10px;
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.section-56-biooui .detail .time_lecture {
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
}

.section-56-biooui .detail .time_lecture span {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #ca0813;
}

.section-56-biooui .detail .price {
  text-align: right;
  color: #767676;
  font-size: 16px;
}

.section-56-biooui .detail .price span {
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
}

.section-56-biooui .detail .btn-left {
  display: flex;
}

.section-56-biooui .detail .button-20-copy {
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  width: 130px;
  height: 44px;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
  cursor: pointer;
}

.section-56-biooui .detail .btn-left .button-20 {
  color: #ffffff;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  width: 130px;
  height: 44px;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.section-56-biooui .detail #preview-btn-buy-mobile {
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 130px;
  height: 44px;
  text-decoration: none;
  cursor: pointer;
  float: right;
}

.section-56-biooui .icon_config {
  background: #ffffff;
  width: 1166px;
  margin-top: 4px;
  padding: 7px 20px;
}

.section-56-biooui .icon_config .left {
  display: flex;
}

.section-56-biooui .icon_config .image-58 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.section-56-biooui .icon_config .text-block-133 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
  margin-top: 8px;
  margin-left: 10px;
}

.section-56-biooui .icon_config .readme_section,
.section-56-biooui .icon_config .alarm_section,
.section-56-biooui .icon_config .calendar_section {
  display: flex;
  margin-top: 11px;
}

.section-56-biooui .icon_config .image-readme {
  width: 22px;
  height: 18px;
  margin-right: 12px;
}

.section-56-biooui .icon_config .text-block-164-copy {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #767676;
  margin-right: 30px;
}

.section-56-biooui .icon_config .right {
  display: flex;
  width: 612px;
  float: right;
}

.section-56-biooui .icon_config .image-alarm {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.section-56-biooui .icon_config .image-calendar {
  width: 24px;
  height: 18px;
  margin-right: 12px;
}

.preview-section-biooui {
  background: #f8f8f8;
  width: 1200px;
  min-height: 648px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.preview-section-biooui .title1 {
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 20px;
}

.preview-section-biooui .course-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 10px;
}

.preview-section-biooui .description {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 613px;
  margin-bottom: 20px;
}

.preview-section-biooui .title2 {
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 20px;
}

.preview-section-biooui .text-block-133 {
  color: #424242;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  min-height: 64px;
  margin-bottom: 20px;
}

.preview-section-biooui .title3 {
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}

.preview-section-biooui .full-description {
  background: #ffffff;
  border-radius: 4px;
  width: 1160px;
  min-height: 252px;
  padding: 20px;
}

.preview-section-biooui .full-description .detail {
  word-break: break-word;
  color: #424242;
}

.section-20-biooui {
  background: #f8f8f8;
  width: 1200px;
  min-height: 870px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 130px;
}

.section-20-biooui .text-block-103 {
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
}

.section-20-biooui .btn-preview-hide {
  display: none;
}

.section-20-biooui .div-block-116 {
  display: none;
}

.section-20-biooui .image-24 {
  cursor: pointer;
}

.section-20-biooui .div-block-37.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  background: #ffffff;
  border-radius: 4px;
  width: 900px;
  min-height: 60px;
  margin-bottom: 10px;
}

.section-20-biooui .btn-preview-show {
  width: 22px;
  height: 28px;
  margin-top: 16px;
  margin-left: 30px;
}

.section-20-biooui .btn-preview-hide {
  margin-top: 22px;
  width: 28px;
  height: 22px;
  margin-left: 30px;
}

.section-20-biooui .text-block-28 {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-left: 20px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.section-20-biooui .div-block-117.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 13px 30px 10px 30px;
  position: relative;
}

.section-20-biooui .div-block-117 {
  width: 900px;
  min-height: 60px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.section-20-biooui .div-block-118 img {
  width: 30px;
  margin-right: 20px;
}

.section-20-biooui .text-block-96 {
  margin-top: 6px;
  float: left;
  font-size: 15px;
}

.div-block-118 {
  float: left;
}

.div-block-119 {
  width: auto;
  height: 25px;
  position: absolute;
  right: 16px;
  top: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.text-block-97 {
  font-size: 16px;
  white-space: nowrap;
}

.div-block-120 {
  width: 100px;
  height: 25px;
  position: absolute;
  right: 100px;
  color: #ca0813;
  top: 20px;
}

.div-block-120 .text-block-98-copy {
  color: #ca0813;
  cursor: pointer;
}

/* end of  preview-course */

/* home */

.nav2home {
  background-color: #ca0813 !important;
  position: fixed;
  top: 68px;
  width: 100%;
  height: 60px;
  z-index: 90;
}

.nav2home .main-menu {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
}

.nav2home .dropdown-menu {
  background: #ca0813;
  border-radius: 0px;
}

.nav2home .dropdown-menu.multi-level {
  background: #ca0813;
  margin-top: 6px;
  border-radius: 0px;
}

.nav2home .dropdown-menu a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}

.nav2home .dropdown-submenu {
  position: relative;
}

.nav2home .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.nav2home .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.nav2home .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  margin-top: 5px;
  margin-right: -10px;
}

.nav2home .dropdown-submenu:hover > a:after,
.nav2home .dropdown-menu a:hover {
  border-left-color: #fff;
  text-decoration: none;
}

.nav2home .dropdown-item:hover {
  background: #ff0000;
}

.nav2home .dropdown-submenu.pull-left {
  float: none;
}

.nav2home .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.nav2home .active > .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  padding-bottom: 8px;
  border-bottom: 4px solid #ffffff;
}

.nav2home .nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  margin-right: 60px;
  
  
}

.item.active > .dropdown > .nav-link {
  border-bottom: 4px solid #ffffff;
}

.nav2home .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  width:fit-content;
}

#home-biooui {
  background: linear-gradient(90deg, #f8f8f8 80.73%, #eeeeee 100%);
}

#home-biooui .cover-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

#home-biooui .top .text1 {
  position: absolute;
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  top: 40px;
  left: 50px;
}

#home-biooui .top {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#home-biooui .top .text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  color: #424242;
  position: absolute;
  left: 50px;
  top: 88px;
}

#home-biooui .top .text2 span {
  color: #ca0813;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  display: flex;
}

#home-biooui .top .btn {
  position: absolute;
  left: 50px;
  top: 130px;
  text-decoration: none;
  color: #ffffff;
  background: #ca0813;
  border-radius: 4px;
  width: 144px;
  height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

#home-biooui .middle {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 550px;
  background: #fff;
}

#home-biooui .middle .bg-img {
  width: 1200px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#home-biooui .middle .text1 {
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  top: 40px;
  left: 495px;
  position: absolute;
}

#home-biooui .middle .img-item {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#home-biooui .middle .detail {
  position: absolute;
  width: 100%;
  top: 110px;
}
#home-biooui .middle .title-item {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

#home-biooui .middle .detail-item {
  width: 274px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #767676;
}

#page-app {
  background: #eeeeee;
}

#page-app .top {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#page-app .top .bg-img {
  width: 1200px;
}

#page-app .about-us .text-head {
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  position: absolute;
  top: 142px;
  left: 440px;
}

#page-app .top .text-sub-head {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #ca0813;
  position: absolute;
  top: 222px;
  left: 440px;
}

#page-app .top .about-us-line {
  width: 360px;
  height: 2px;
  background: #424242;
  position: absolute;
  top: 200px;
  left: 440px;
}

#page-app .middle,
#page-app .middle,
#plan-us-biooui .middle {
  padding-top: 62px;
  min-height: 540px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8;
}

#page-app .middle .img-item {
  width: 252px;
}

#page-app .middle .text3 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
}

#page-app .title-editor .ck .ck-editor__top,
#page-app .title-editor .ck .ck-content,
#page-app .add-question-textarea,
#page-app .title-editor .ck .ck-editor__top,
#page-app .title-editor .ck .ck-content,
#page-app .add-question-textarea,
#plan-us-biooui .title-editor .ck .ck-editor__top,
#plan-us-biooui .title-editor .ck .ck-content,
#plan-us-biooui .add-question-textarea {
  min-width: 1000px;
}

#page-app .middle .text3 span {
  color: #ca0813;
}

#page-app #about-us-editor,
#page-app #about-us-editor,
#plan-us-biooui #about-us-editor {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#page-app .edit,
#page-app .edit,
#plan-us-biooui .edit {
  background: #f8f8f8;
  width: 1200px;
  min-height: 401px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
}

#page-app .padding-detail,
#page-app .padding-detail {
  padding: 50px;
}

#page-app .save-edit,
#page-app .save-edit,
#plan-us-biooui .save-edit {
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 190px;
  height: 44px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

#page-app .edit .bg,
#page-app .edit .bg,
#plan-us-biooui .edit .bg {
  width: 1120px;
  min-height: 264px;
  background: #f8f8f8;
  border: 4px solid #ffffff;
  box-sizing: border-box;
  padding: 34px 30px;
}

#page-app .edit i,
#page-app .edit i,
#plan-us-biooui .edit i {
  float: right;
}

#page-app {
  background: #eeeeee;
}

#page-app .content {
  background: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  min-height: 850px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#page-app .content .img-teacher {
  width: 802.36px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 40px;
}

#page-app .content .text1 {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #424242;
  padding-left: 40px;
}

#page-app .content .text1 .name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
}

#page-app .line {
  width: 220px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #c4c4c4;
  margin-top: 70px;
  margin-bottom: 100px;
}

#contact-us-biooui .map {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#contact-us-biooui .detail {
  width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(0deg, #f8f8f8 80.73%, #eeeeee 100%);
  padding: 50px 80px;
}

#contact-us-biooui .map-link {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 500px;
  height: 44px;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}

#contact-us-biooui .detail1,
#contact-us-biooui .detail2 {
  background: #f8f8f8;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  border-radius: 4px;
  width: 500px;
  min-height: 180px;
  height: auto;
  padding: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #424242;
  margin-bottom: 30px;
}

#contact-us-biooui .detail3 {
  width: 470px;
  height: 750px;
  background: #f8f8f8;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding-top: 30px;
  padding-left: 40px;
}

#contact-us-biooui .detail3 .title {
  width: 113px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 30px;
}

#contact-us-biooui .detail3 .label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #74788d;
}

#contact-us-biooui .detail3 input {
  width: 390px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  margin-bottom: 24px;
}

#contact-us-biooui .detail3 textarea {
  outline: none;
  resize: none;
  width: 390px;
  height: 180px;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
}

#contact-us-biooui .detail3 .submit {
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  width: 190px;
  height: 44px;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  float: right;
  text-align: center;
  text-decoration: none;
  margin-right: 40px;
  margin-top: 40px;
  cursor: pointer;
}

#plan-us-biooui {
  background: #eeeeee;
}

.page-exercise-student-section {
  background: #f8f8f8;
  padding: 50px 20px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-exercise-student-section .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 22px;
}

.page-exercise-student-section .item {
  margin-bottom: 14px;
  background: #ffffff;
  border-radius: 2px;
}

.page-exercise-student-section .item .image-21 {
  width: 100%;
  height: 100%;
  border-radius: 1px;
}

.page-exercise-student-section .item .sec2 {
  padding-top: 20px;
  position: relative;
}

.page-exercise-student-section .item .sec2 .name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  text-decoration: none;
}

.page-exercise-student-section .item .sec2 .description {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;

  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.page-exercise-student-section .item .sec2 .footer_sec2 {
  position: absolute;
  bottom: 20px;
}

.page-exercise-student-section .item .sec2 .image-alarm {
  width: 18px;
}

.page-exercise-student-section .item .text-block-18-block {
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  height: 44px;
  margin-top: 46px;
  margin-bottom: 6px;
  text-align: center;
  padding-top: 4px;
}

.page-exercise-student-section .item .text-block-18 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}

.page-exercise-student-section .item .text-block-18 span {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.page-exercise-student-section .item .preview-link {
  width: 100%;
  height: 44px;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  padding-top: 6px;
}

.page-exercise-student-section .item .preview-link a {
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-decoration: none;
}

/* ==blueprint== */

#blueprint-questions-content-container .blueprint-content-1 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  background: #f8f8f8;
  padding-bottom: 40px;
}

#blueprint-questions-content-container .question-type-container {
  padding-top: 50px;
  padding-left: 40px;
}
#blueprint-questions-content-container .question-type-container .title-1 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}

#blueprint-questions-content-container .question-type-dropdown,
#blueprint-questions-content-container .question-type-dropdown #vs1__combobox {
  width: 540px;
  height: 50px;

  background: #424242;
  border-radius: 25px;
}

#blueprint-questions-content-container .question-type-dropdown .vs__selected {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;

  color: #ffffff;
}

#blueprint-questions-content-container
  .question-type-dropdown
  .question_options {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}

#blueprint-questions-content-container .topic-subtopic-container {
  display: flex;
  margin-top: 42px;
  margin-left: 40px;
}

#blueprint-questions-content-container .topic-subtopic-container .topic-tags,
#blueprint-questions-content-container
  .topic-subtopic-container
  .subtopic-tags {
  visibility: hidden;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}

#blueprint-questions-content-container
  .topic-subtopic-container
  .topic-tags
  input[type="radio"]:before,
#blueprint-questions-content-container
  .topic-subtopic-container
  .subtopic-tags
  input[type="radio"]:before {
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  content: "";
  visibility: visible;
  border: 2px solid #ced4da;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#blueprint-questions-content-container
  .topic-subtopic-container
  .topic-tags
  input[type="radio"]:after,
#blueprint-questions-content-container
  .topic-subtopic-container
  .subtopic-tags
  input[type="radio"]:after {
  opacity: 1;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
  content: "";
}

#blueprint-questions-content-container
  .topic-subtopic-container
  .topic-tags
  input[type="radio"]:checked:after,
#blueprint-questions-content-container
  .topic-subtopic-container
  .subtopic-tags
  input[type="radio"]:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #ca0813;
  visibility: visible;
  border: 2px solid #ca0813;
}
#blueprint-questions-content-container
  .topic-subtopic-container
  .topic_tag_label,
#blueprint-questions-content-container
  .topic-subtopic-container
  .subtopic_tag_label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  margin-left: 10px;

  color: #767676;
}

#blueprint-questions-content-container
  .topic-subtopic-container
  .subtopic-tags {
  margin-left: 114px;
}

#blueprint-questions-content-container .blueprint-content-2 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background: #f8f8f8;
  padding-bottom: 42px;
}

#blueprint-questions-content-container
  .blueprint-content-2
  .score-per-questions {
  display: flex;
  padding-top: 54px;
  padding-left: 40px;
}

#blueprint-questions-content-container
  .blueprint-content-2
  .score-per-questions
  .title-1 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
}

#blueprint-questions-content-container
  .blueprint-content-2
  #score-per-questions {
  outline: none;

  width: 100px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  margin-left: 30px;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

#blueprint-questions-content-container
  .blueprint-content-2
  .score-per-questions
  .title-2 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #000000;

  margin-left: 30px;
}

#blueprint-questions-content-container .blueprint-content-3 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8;
  margin-bottom: 10px;
}

#blueprint-questions-content-container .blueprint-table {
  margin-left: auto;
  width: 1152px;
  margin-right: auto;
}

#blueprint-questions-content-container .blueprint-table thead th {
  background-color: #424242;
  width: 144px;
  height: 50px;

  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;

  color: #ffffff;
}

#blueprint-questions-content-container .blueprint-table .total-score-2 {
  background-color: #424242;
  text-align: center;
  padding-top: 8px;
}

#blueprint-questions-content-container .blueprint-table .total-score-row {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

#blueprint-questions-content-container .blueprint-table .total-score {
  background-color: #ca0813;
}

#blueprint-questions-content-container .table-bordered {
  border: 2px solid #c4c4c4;
}

#blueprint-questions-content-container .table-bordered td,
#blueprint-questions-content-container .table-bordered th {
  border: 2px solid #c4c4c4;
}
#blueprint-questions-content-container .col-topic-name {
  background-color: #424242;
}

#blueprint-questions-content-container .name-topic {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;

  color: #ffffff;
  text-align: center;
  padding-top: 12px !important;
  outline: none;
  cursor: pointer;
}
#blueprint-questions-content-container .blueprint-table .add-topic {
  color: #ff0000;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  margin-left: 52px;
  margin-top: 6px;
}
#blueprint-questions-content-container .blueprint-table .add-topic-frame {
  width: 132px;
  height: 38px;
  border: 1px solid #ff0000;
  border-radius: 4px;

  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  cursor: pointer;
}

#blueprint-questions-content-container .blueprint-table td {
  height: 50px;
  padding: 0;
}
#blueprint-questions-content-container .blueprint-table .total-score {
  text-align: center;
  padding-top: 10px;
}
#blueprint-questions-content-container .blueprint-table .total-score .score {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}

#blueprint-questions-content-container
  .blueprint-table
  .total-score
  .score-percent {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;

  padding-left: 15px;
}

#blueprint-questions-content-container .blueprint-table .total-score-2 .score {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}

#blueprint-questions-content-container
  .blueprint-table
  .total-score-2
  .score-percent {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;

  padding-left: 15px;
}
#blueprint-questions-content-container .blueprint-table .score-group {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
}

#blueprint-questions-content-container .blueprint-table .score-percent-group {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;

  color: #767676;
  padding-left: 15px;
}
#blueprint-questions-content-container .blueprint-table .evaluation-total-score,
#blueprint-questions-content-container .blueprint-table .synthesis-total-score,
#blueprint-questions-content-container .blueprint-table .analysis-total-score,
#blueprint-questions-content-container
  .blueprint-table
  .comprehension-total-score,
#blueprint-questions-content-container .blueprint-table .knowledge-total-score,
#blueprint-questions-content-container
  .blueprint-table
  .application-total-score {
  text-align: center;
  padding-top: 9px;
}
#blueprint-questions-content-container .blueprint-table .evaluation,
#blueprint-questions-content-container .blueprint-table .synthesis,
#blueprint-questions-content-container .blueprint-table .analysis,
#blueprint-questions-content-container .blueprint-table .application,
#blueprint-questions-content-container .blueprint-table .comprehension,
#blueprint-questions-content-container .blueprint-table .knowledge {
  text-align: center;
  outline: none;
  padding-top: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
}

#blueprint-questions-content-container .blueprint-table .hide {
  display: none;
}
#blueprint-questions-content-container .button-container {
  width: 1152px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  padding-bottom: 60px;
  text-align: right;
}
#blueprint-questions-content-container .button-container .cancel {
  width: 190px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #ca0813;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ca0813;
  outline: none;
}
#blueprint-questions-content-container .button-container .submit {
  width: 190px;
  height: 44px;
  background: #ca0813;
  border-radius: 4px;
  margin-left: 20px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  border: none;
  outline: none;
}

#blueprint-questions-content-container #createTopicBlueprint .modal-content {
  width: 500px;
  min-width: 500px;
}

#blueprint-questions-content-container #EditTopicBlueprint .modal-content {
  width: 500px;
  min-width: 500px;
}

#blueprint-questions-content-container #createTopicBlueprint .modal-body {
  width: 500px;
  min-width: 500px;
  padding-top: 50px;
  padding-left: 50px;
}

#blueprint-questions-content-container #EditTopicBlueprint .modal-body {
  width: 500px;
  min-width: 500px;
  padding-top: 50px;
  padding-left: 50px;
}
#blueprint-questions-content-container
  #createTopicBlueprint
  .title-container-modal
  .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}

#blueprint-questions-content-container
  #EditTopicBlueprint
  .title-container-modal
  .title {
  color: #000000;
}
#blueprint-questions-content-container #createTopicBlueprint p {
  margin: 0;
}

#blueprint-questions-content-container #EditTopicBlueprint p {
  margin: 0;
}

#blueprint-questions-content-container #createTopicBlueprint #title_input {
  margin-top: 12px;
  width: 400px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 60px;
  color: #767676;
}

#blueprint-questions-content-container #EditTopicBlueprint #title_input_edit {
  margin-top: 12px;
  width: 400px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 60px;
  color: #767676;
}

#blueprint-questions-content-container
  #createTopicBlueprint
  .search-container-modal
  .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}

#blueprint-questions-content-container
  #EditTopicBlueprint
  .search-container-modal
  .title {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

#page-app .edit .bg,
#page-app .edit .bg,
#plan-us-biooui .edit .bg {
  width: 1120px;
  min-height: 264px;
  background: #f8f8f8;
  border: 4px solid #ffffff;
  box-sizing: border-box;
  padding: 34px 30px;
}

#page-app .edit i,
#page-app .edit i,
#plan-us-biooui .edit i {
  float: right;
}

#page-app {
  background: #eeeeee;
}

#page-app .content {
  background: #f8f8f8;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  min-height: 850px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#page-app .content .img-teacher {
  width: 802.36px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 40px;
}

#page-app .content .text1 {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #424242;
  padding-left: 40px;
}

#page-app .content .text1 .name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

#blueprint-questions-content-container
  #createTopicBlueprint
  .search-container-modal {
  margin-top: 50px;
}

#blueprint-questions-content-container
  #EditTopicBlueprint
  .search-container-modal {
  margin-top: 50px;
}
#blueprint-questions-content-container
  #createTopicBlueprint
  .difficulty-container
  .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;

  margin-top: 40px;
}

#blueprint-questions-content-container
  #EditTopicBlueprint
  .difficulty-container
  .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;

  margin-top: 40px;
}

#blueprint-questions-content-container
  #createTopicBlueprint
  .difficulty-container-2 {
  width: 400px;
  height: 150px;
  background: #f8f8f8;
  border: 4px solid #ffffff;

  margin-top: 20px;

  padding-top: 16px;
  padding-left: 30px;
  display: flex;
}

#blueprint-questions-content-container
  #EditTopicBlueprint
  .difficulty-container-2 {
  width: 400px;
  height: 150px;
  background: #f8f8f8;
  border: 4px solid #ffffff;

  margin-top: 20px;

  padding-top: 16px;
  padding-left: 30px;
  display: flex;
}
#blueprint-questions-content-container
  #createTopicBlueprint
  .button-container-modal {
  width: 400px;
  margin-top: 48px;
}

#blueprint-questions-content-container
  #EditTopicBlueprint
  .button-container-modal {
  width: 400px;
  margin-top: 48px;
}

#blueprint-questions-content-container
  #createTopicBlueprint
  .button-container-modal
  .cancel {
  width: 180px;
  height: 44px;
  border: 2px solid #ca0813;
  border-radius: 4px;
  outline: none;
  background: transparent;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;

  text-align: center;

  color: #ca0813;
}

#blueprint-questions-content-container
  #EditTopicBlueprint
  .button-container-modal
  .cancel_edit {
  width: 180px;
  height: 44px;
  border: 2px solid #ca0813;
  border-radius: 4px;
  outline: none;
  background: transparent;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;

  text-align: center;

  color: #ca0813;
}

#blueprint-questions-content-container #createTopicBlueprint .submit {
  width: 180px;
  height: 44px;
  background: #ca0813;
  border: 2px solid #ca0813;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  outline: none;
  margin-left: 32px;
}

#blueprint-questions-content-container #EditTopicBlueprint .submit_edit {
  width: 180px;
  height: 44px;
  background: #ca0813;
  border: 2px solid #ca0813;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  outline: none;
  margin-left: 32px;
}

#blueprint-questions-content-container #show_modal {
  display: none;
}

#blueprint-questions-content-container #show_edit_modal {
  display: none;
}
#blueprint-questions-content-container #EditTopicBlueprint #index_edit {
  display: none;
}
#blueprint-questions-content-container .img_question_type_icon_selected {
  width: 25px;
  height: 20px;
  margin-right: 30px;
  margin-left: 20px;
}
#blueprint-questions-content-container .img_question_type_icon {
  width: 25px;
  height: 20px;
  margin-right: 30px;
}
#blueprint-questions-content-container
  .question-type-dropdown
  .question_options {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  /* identical to box height */

  color: #000000;
}
/* ==new design show questions group in problem set== */

#problem-set-create #show-edit-sortable .course-info .sub-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #979797;
}

#problem-set-create #show-edit-sortable .course-info .sub-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #424242;
  width: 100px;
}
#problem-set-create #show-edit-sortable .tags-info {
  padding-left: 20px;
  padding-right: 0px;
}

#problem-set-create #show-edit-sortable p {
  margin: 0px;
}

#problem-set-create #show-edit-sortable .topic-info .sub-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #979797;
}

#problem-set-create #show-edit-sortable .topic-info .sub-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #424242;
  width: 100px;
}

#problem-set-create #show-edit-sortable .chapter-info .sub-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #979797;
}

#problem-set-create #show-edit-sortable .chapter-info .sub-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #424242;
  width: 100px;
}

#problem-set-create #show-edit-sortable .subtopic-info .sub-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #979797;
}

#problem-set-create #show-edit-sortable .subtopic-info .sub-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #424242;
  width: 100px;
}

#problem-set-create #show-edit-sortable .type_questions-info .sub-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #979797;
}

#problem-set-create #show-edit-sortable .type_questions-info .sub-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #424242;
  width: 165px;
}

#problem-set-create #show-edit-sortable .count_questions-info .sub-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #979797;
}

#problem-set-create #show-edit-sortable .count_questions-info .sub-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #424242;
}

#problem-set-create #show-edit-sortable .difficulty-info .sub-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #979797;
}

#problem-set-create #show-edit-sortable .difficulty-info .sub-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #424242;
  width: 72px;
}

#problem-set-create #show-edit-sortable .score-per-questions-info .sub-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #979797;
}

#problem-set-create #show-edit-sortable .score-per-questions-info .sub-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #424242;
}

#problem-set-create #show-edit-sortable .question-group-name-info {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #424242;
}
#problem-set-create #show-edit-sortable .sticky-note {
  top: -23%;
}

/* Webcam Logs */
#webcam-log .title-content{
    width: 1200px;
    height: 100px;
    background: #F8F8F8;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    padding-left:50px;
    padding-right:30px;
    display:flex;
    align-items:center;    
}

#webcam-log .user-content{
    width: 1200px;
    height: 50px;
    background: #F8F8F8;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    padding-left:50px;
    padding-right:30px;
    display:flex;
    align-items:center;
    justify-content: space-between; /* switched from default (flex-start, see below) */

}

#webcam-log .content{
    width: 1200px;
    background: #F8F8F8;
    margin-left: auto;
    margin-right: auto;    
    margin-top:2px;
    padding: 10px;
}


#webcam-log .sub-title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #CA0813;
}

#webcam-log .title{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #424242;
}


#webcam-log .fail-btn,
#webcam-log .suspicious-btn{
    width: 120px;
    height: 40px;
    border: 1px solid #CA0813;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #CA0813;
    background: transparent;
    transition: all 0.3s ease;
}


#webcam-log .fail-btn:hover,
#webcam-log .suspicious-btn:hover{
    color: #FFFFFF;
    background: #CA0813;
}

#webcam-log .user-name{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    justify-self: start;
}

#webcam-log .user-progress{
    width: 468px;
    justify-self: center;
}
#webcam-log .user-status{
    justify-self: end;
}

#webcam-log .progress{
    background: transparent;
    width: 100%;
    padding: 0;
}

#webcam-log .progress-bar{
    background: #CA0813;
    height: 16px;
    text-align:right;
    z-index : 9999;
    border-radius : none;
    font-style: normal;
    font-weight: bold;
}

#webcam-log .user-status .status-label{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #424242;
    padding-right: 26px;

}
#webcam-log .user-status .exam-status{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #424242;
}

#webcam-log .card{
}

#webcam-log .card-body{
    font-style: normal;
    font-size: 16px;
}

/*
#webcam-log .card img{
    width: 388px;
    height: 220px;
}
*/

#webcam-log .webcam-created-th {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

#webcam-log .webcam-created {
    color: #CA0813;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
}

#webcam-log .more-text{
    font-weight: 600;
    color: #424242;
}

#webcam-log .more-text:hover{
    color: #CA0813;
}


#webcam-log .unit-text{
    font-weight: 500;
    color: #979797;
}


#webcam-log .small-webcam-img{
    margin-top: 20px;
    width: 192px;
    height: 140px;
}

.blur-50{
    opacity : 0.5;
}


#exam-control-room .title-content{
  width: 1200px;
  height: 100px;
  background: #F8F8F8;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
  padding-left:50px;
  display:flex;
  align-items:center;    
}


#exam-control-room .content{
  width: 1200px;
  background: #F8F8F8;
  margin-left: auto;
  margin-right: auto;    
  margin-top:2px;
  padding: 10px;
}


#exam-control-room .sub-title{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #CA0813;
}

#exam-control-room .title{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #424242;
}

/*Exam Proctor - Control Room - Course Detail*/


#exam-control-room .course-detail {
  color: #424242;
  padding: 50px 80px 60px 80px;
}

#exam-control-room .course-name {
  margin-top: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #424242;
}


#exam-control-room .access-code-label {
font-style: normal;
font-weight: bold;
font-size: 16px;
color: #000000;
margin-top: 15px;
}

#exam-control-room .access-code-label {
font-style: normal;
font-weight: bold;
font-size: 16px;
color: #000000;
margin-top: 15px;
}

#exam-control-room .access-code {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #CA0813;
  height: 40px;

  border: 1px solid #CA0813;
  border-radius: 4px;
  padding-top: 8px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  width: 188px;

  padding-left: 12px;
  padding-right: 12px;
  text-align: center;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-access-code {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 25px;

color: #c4c4c4;
padding-top: 15px;
cursor: pointer;
}

#exam-control-room .count-label,
#exam-control-room .score-label{
  font-weight: normal;
  font-size: 14px;
  color: #424242;
}

#exam-control-room .count,
#exam-control-room .score{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #CA0813;
  margin-left:20px;
  margin-right:10px;
}

#exam-control-room .count-unit,
#exam-control-room .score-unit{
  font-weight: normal;
  font-size: 14px;
  color: #424242;
}

#exam-control-room .score-total{
  margin-left: 60px;
}

#exam-control-room .description-label {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 25px;
color: #000000;

margin-bottom: 20px;
}

#exam-control-room .description-info {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 22px;

color: #424242;

width: 510px;
height: 176px;
}


#exam-control-room .period-time-container {
width: 510px;
height: 70px;
background: #f8f8f8;
border: 4px solid #ffffff;
display:flex;
align-items:center;
margin-top:4px;
}


#exam-control-room .period-time-label {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 25px;
color: #767676;
padding-top: 18px;
padding-left: 20px;
}

#exam-control-room .limit-time{
  width: 120px;
  display:flex;
  align-items:center;
  margin-left: 50px;
  justify-content: space-between;
}

#exam-control-room .limit-time-value{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #767676;
  justify-self:flex-start;
}

#exam-control-room .limit-time-unit{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #767676;
  justify-self:flex-end;
}

#exam-control-room .select-date-time-container {
width: 510px;
height: 186px;
background: #f8f8f8;
border: 4px solid #ffffff;
display: flex;
align-items:center;
margin-top:10px;
padding-left: 16px;
position:relative;
}

#exam-control-room .datetime-label{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #767676;    
  position: absolute;
  top:26px;
  left:20px;
}

#exam-control-room .date-container {
  width: 220px;
  height: 58px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items:center;
  padding: 0 15px;
  justify-content: space-between;
  margin-left: 4px;
}
#exam-control-room .clock-symbol {
width: 22px;
height: 22px;
margin-right: 10px;
color: #767676;
}

#exam-control-room .date-container .date{
  justify-self: flex-start;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  color: #767676;
}

#exam-control-room .date-container .time{
  justify-self: flex-end;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;

  color: #767676;
}

/*Exam Proctor - Control Room - Table*/
#exam-control-room .pct-th{
  height: 30px !important;
  width: 120px;
  text-align: right;
  padding: 0!important;
  position:relative;
  vertical-align: middle !important;
  font-size : 14px !important;
}

#exam-control-room .pct-th span{
  position:absolute;
  left:0;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
}

#exam-control-room .progress-td{
  position:relative;
  padding: 0!important;
  vertical-align: middle !important;
}

#exam-control-room .progress-td .table-vert-line{
  height:100%; 
  width:2px;
  background: #E5E5E5;
  position: absolute;
  left: 25%; 
  top: 0;
}


#exam-control-room .progress-td .table-vert-line:nth-child(2){
  left: 50%; 
}

#exam-control-room .progress-td .table-vert-line:nth-child(3){
  left: 75%; 
}

#exam-control-room .progress{
  background: transparent;
  width: 100%;
  padding: 0;
}

#exam-control-room .progress-bar{
  background: #CA0813;
  height: 16px;
  text-align:right;
  z-index : 9999;
  border-radius : none;
  font-style: normal;
  font-weight: bold;
}

#exam-control-room .check-answer-btn,
#exam-control-room .check-webcam-btn{
  width: 100px;
  height: 40px;
  border: 1px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #CA0813;
  transition: all 0.3s ease;
  vertical-align: middle;
}


#exam-control-room .check-answer-btn:hover,
#exam-control-room .check-webcam-btn:hover{
  background: #CA0813;
  color: #FFFFFF;
}

#exam-control-room .btn-link{
  text-decoration : none;
}

#exam-control-room .ranking-td, #exam-control-room .ranking-th{
  width: 80px;
  text-align : center;
  vertical-align: middle !important;
}

#exam-control-room .name-th, #exam-control-room .name-td{
  width: 340px;
  padding-right : 60px !important;
  vertical-align: middle !important;
}

#exam-control-room .progress-th{
  width: 490px;
  height: 30px !important;
  text-align:center;
  vertical-align: middle !important;
}


#exam-control-room .check-answer-th, #exam-control-room .check-answer-td{
  width: 132px;
  text-align:center;
  vertical-align: middle !important;
}

#exam-control-room .check-webcam-th, #exam-control-room .check-webcam-td{
  width: 132px;
  text-align:center;
  vertical-align: middle !important;
}


#exam-control-room .more-vert-th, #exam-control-room .more-vert-td{
  width: 20px;
  text-align:center;
  vertical-align: middle !important;
  padding: 0;
}

#exam-control-room .user-table{
  padding-top: 30px;
}
#exam-control-room .user-table tr th{
  background: #767676;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  height: 60px;
}


#exam-control-room .user-table .table{
  margin-top: 24px;
  width : 1180px;

}


#exam-control-room .table-header{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #424242;
  display:flex;
  align-items: center;
}

#exam-control-room .table-header span{
  width: 24px;
  height: 26px;
  margin-left:20px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #CA0813;

}


#exam-control-room .notify-btn,
#exam-control-room .add-more-user-btn{
  width: 140px;
  height: 40px;
  background: #F8F8F8;
  border: 1px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #CA0813;
  transition: all 0.3s ease;
}

#exam-control-room .notify-btn{
  margin-right: 20px;
}


#exam-control-room .notify-btn:hover,
#exam-control-room .add-more-user-btn:hover{
  background: #CA0813;
  color: #FFFFFF;
}

/*Toggle Switch*/

#exam-control-room .switchToggle {
width: 70px;
border: 1.5px solid #ced4da;
border-radius: 13px;
height: 26px;
padding-top: 2px;
padding-left: 2px;
}

#exam-control-room .switchToggle input[type="checkbox"] {
height: 0;
width: 0;
visibility: hidden;
position: absolute;
}

#exam-control-room .switchToggle label {
cursor: pointer;
text-indent: -9999px;
width: 62px;
max-width: 62px;
height: 18px;
background: #767676;
display: block;
border-radius: 100px;
position: relative;
}

#exam-control-room .switchToggle label:after {
content: "";
position: absolute;
left: 0px;
width: 30px;
height: 18px;
background: #000000;
border-radius: 90px;
transition: 0.3s;
}

#exam-control-room .switchToggle input:checked+label,
.switchToggle input:checked+input+label {
background: #ca0813;
}

#exam-control-room .switchToggle input+label:before,
.switchToggle input+input+label:before {
content: "";
position: absolute;
top: 5px;
left: 35px;
width: 26px;
height: 26px;
border-radius: 90px;
transition: 0.3s;
text-indent: 0;
color: #fff;
}

#exam-control-room .switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
content: "";
position: absolute;
top: 5px;
left: 10px;
width: 26px;
height: 26px;
border-radius: 90px;
transition: 0.3s;
text-indent: 0;
color: #fff;
}

#exam-control-room .switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
left: calc(100% - 0px);
transform: translateX(-100%);
background: #ff0000;
border-radius: 10px;
}

#exam-control-room .switchToggle label:active:after {
width: 60px;
}

#exam-control-room .toggle-switchArea {
margin: 10px 0 10px 0;
}


#exam-control-room .title-section{}

#exam-control-room .access-code-section{
  margin-top: 18px;
}

#exam-control-room .question-score-section{
  margin-top: 46px;
}

#exam-control-room .description-section{
  margin-top:50px;
}

#exam-control-room .setting-section{
  margin-top:60px;
}

#exam-control-room .exam-setting {
display: flex;
margin-left: 90px;
margin-top: 30px;
}

#exam-control-room .exam-setting:nth-child(1) {
margin-top: 0 !important;
}

#exam-control-room .exam-setting .exam-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  display:flex;
  color: #767676;
  margin-left: 50px;
}

#exam-control-room .webcam-duration{
  width: 70px;
  height: 26px;
  background: #F8F8F8;
  border: 1.5px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 13px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align:center;
  margin-left: 10;
  margin-right:10;
}


#exam-control-room .more-vert-icon{
  cursor: pointer;
  color: #c4c4c4;
}

#exam-control-room .reset-exercise-btn {
  width: 70px;
  height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  background: #ca0813;
  color: #ffffff;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
}

#exam-control-room table .dropdown-menu{
  min-width: 108px;
  width: 108px !important;
  height: 60px !important;
  background: #CA0813;
  text-align: center;
  vertical-align: middle;
  padding-left:0;
  padding-right:0;
  top: -15px !important;
}


/* Exam Proctor*/

#exam-proctor .title-content{
  width: 100%;
  height: 100px;
  background: #F8F8F8;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
  padding-left:50px;
  display:flex;
  align-items:center;    
}


#exam-proctor .content{
  width: 100%;
  background: #F8F8F8;
  margin-left: auto;
  margin-right: auto;    
  margin-top:2px;
  padding: 10px;
}


#exam-proctor .en-title{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #CA0813;
}

#exam-proctor .th-title{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #424242;
}

#exam-proctor .ce-active-label{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #424242;
  margin-left:40px;
  margin-top:16px;
  margin-bottom:16px;
}

#exam-proctor .ce-active-label .red-font{
  color: #CA0813;
}

#exam-proctor .ce-active-row{
  width: 100%;
  height: 50px;
  background: #EDEDED;
  border-radius: 2px;
  margin-top: 10px;
  display:flex;
  align-items:center;
  padding-left: 40px;
  padding-right: 20px; 
}

#exam-proctor .ce-active-row span{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  max-width: 350px;
}

#exam-proctor .ce-title{
  margin-left:20px;  
}
#exam-proctor .vert-divider{
  width: 2px;
  height: 68px;
  background: #E5E5E5;
  margin: 0 20px;
}

#exam-proctor .ce-access-code-btn{
  width: 188px;
  height: 40px;
  border: 1px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #CA0813;
  transition: all 0.3s ease;
  background: white;
}

#exam-proctor .ce-access-code-btn:hover{
  color: #FFFFFF;
  background: #CA0813;
}


#exam-proctor button a{
  text-decoration:none;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

#exam-proctor .ce-room-btn{
  width: 140px;
  height: 40px;
  border: 1px solid #424242;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #424242;
  margin-right:10px;  
  transition: all 0.3s ease;
  background: white;
}

#exam-proctor .ce-room-btn:hover{
  color: #FFFFFF;
  background: #424242;
}

#exam-proctor .ce-stat-btn{
  width: 140px;
  height: 40px;
  border: 1px solid #424242;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #424242;
  transition: all 0.3s ease;
  background: white;
}

#exam-proctor .ce-stat-btn:hover{
  color: #FFFFFF;
  background: #424242;
}
/* book */

#teacher_book .cover,#teacher_book .cover img{
  width: 1100px;
  height: 340px;
  margin-left:auto;
  margin-right:auto;
}

#teacher_book .find-book{
  width: 1100px;
  height: auto;
  background: #F8F8F8;
  padding-top: 18px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left:auto;
  margin-right:auto
}

#teacher_book .find-book .item form{
  display: inline-block;
}

#btn-add-book {
  float: right;
}

/* #teacher_book .find-book .item input{
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 658px;
  height: 44px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  outline: none;
  background-color: white !important;
  background: url(/static/images/search_icon.png) no-repeat right;
  background-position-x: 618px;
  background-size: 20px 20px;
} */

#teacher_book .find-book .item button{
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  background: #CA0813;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  border: none;
  outline: none;
}

#teacher_book #CreateCourseModalBook .modal-content{
  background: #F8F8F8;
  width: 914px;
  height: 994px;
  margin-left: auto;
  margin-right: auto;
}

#teacher_book #CreateCourseModalBook .modal-body{
  padding: 50px 30px;
}

#teacher_book #CreateCourseModalBook .create-book-form .title{
  color: #CA0813;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 28px;
}

#teacher_book #CreateCourseModalBook .create-book-form .detail img{
  width: 274px;
  height: 390px;
  cursor: pointer;
  margin-top: 22px;
}

#teacher_book #CreateCourseModalBook .create-book-form .detail .label{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

#teacher_book #CreateCourseModalBook .create-book-form .detail #book_name{
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  height: 44px;
  margin-bottom:20px;
  padding-left: 20px;
}

#teacher_book #CreateCourseModalBook .create-book-form .detail #book_description,
#teacher_book #CreateCourseModalBook .create-book-form .detail #table_contents{
  resize: none;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  height: 260px;
  margin-bottom:10px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right:20px;
}

#teacher_book #CreateCourseModalBook .create-book-form .detail .selected_status{
  width: 274px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  padding-left: 20px;
  background-color: white !important;
  background: url(/static/images/select_icon.png) no-repeat right;
  background-position-x: 244px;
  background-size: 16px 12px;
  -webkit-appearance: none;
}

#teacher_book #CreateCourseModalBook .create-book-form .detail .price input,
#teacher_book #CreateCourseModalBook .create-book-form .detail .price_discount input{
  width: 240px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  padding-left: 20px;
}

#teacher_book #CreateCourseModalBook .create-book-form .detail .price_discount .label span{
  color: #767676;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
}

#teacher_book #CreateCourseModalBook .create-book-form .detail .book_status{
  position: absolute;
  bottom: 0px;
}

#teacher_book #CreateCourseModalBook .create-book-form .detail .price_discount{
  float: right;
  margin-right: 10px;
}

#teacher_book #CreateCourseModalBook .modal-footer .cancel-btn{
  width: 180px;
  height: 44px;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  background: transparent;
  color: #CA0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin-right: 18px;
}
 
#teacher_book #CreateCourseModalBook .modal-footer .submit-btn {
  width: 180px;
  height: 44px;
  background: #CA0813;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
} 

#teacher_book #CreateCourseModalBook .modal-footer .submit-btn span{
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

#teacher_book #CreateCourseModalBook .modal-dialog{
  min-width: 914px;
  height: 994px;
  margin-left: auto;
  margin-right: auto;
}

#teacher_book .list-book{
  width: 1100px;
  background: #F8F8F8;
  margin-left:auto;
  margin-right:auto;
}

#teacher_book .list-book .page-books-section{
  padding: 10px 20px;
  margin-left: 2px;
}

#teacher_book .list-book .page-books-section .card{
  width: 254px;
  height: 551px;
  background: #424242;
  border-radius: 2px;
}

#teacher_book .list-book .page-books-section .card img{
  width: 244px;
  height: 370px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  object-fit: cover;
}

#teacher_book .list-book .page-books-section .div-block-90{
  margin-right: -4px;
  margin-bottom:20px;
}

#teacher_book .list-book .page-books-section .img{
  margin-left: auto;
  margin-right: auto;
  width: 244px;
  height: 370px;
  position: relative;
}

#teacher_book .list-book .page-books-section .img div{
  position: absolute;
  top: 5px;
  right: 6px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

#teacher_book .list-book .detail {
  background: #FFFFFF;
  border-radius: 2px;
  clear: both;
  width: 244px;
  height: 166px;
  margin-top: 9px;
  margin-left: 4px;
  padding: 4px 4px;
}

#teacher_book .list-book .detail .title{
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-top: 2px;
  margin-left: 2px;
  margin-bottom: 4px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 230px
}

#teacher_book .list-book .detail .description{
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 220px;
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  margin-left: 4px;
  height: 70px;
}

#webcam-log .progress-bar{
    background: #CA0813;
    height: 16px;
    text-align:right;
    z-index : 1;
    border-radius : none;
    font-style: normal;
    font-weight: bold;
}

#teacher_book .list-book .edit_book{
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 2px;
  width: 118px;
  height: 44px;
  background: transparent;
  color: #CA0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  outline: none;
  margin-left: 15px;
}

#teacher_book .list-book .price_book{
  background: #CA0813;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 2px;
  width: 50%;
  height: 44px;
  outline:none;
  text-align: left;
  margin-left:1px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

#teacher_book .list-book .price_book .text{
  margin-left:auto;
  margin-right:auto;
  width: 110px;
}

#teacher_book .list-book .price_book .discount{
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: #FFC9C9;
}

#teacher_book .list-book .price_book .price{
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-top: -10px;
}

#teacher_book .list-book .price_book .price span{
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

.book-empty {
  text-align: center;
  font-size: 20px;
  margin: 50px;
}
.price_book .price_full {
  margin-top: 3px !important;
  text-align: center;
}

#teacher_book .detail .detail_book{
  text-align: center;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 2px;
  width: 50%;
  height: 44px;
  background: transparent;
  color: #CA0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0!important;
  padding: 0!important;
  white-space: nowrap;
}
/* preview-book */
#preview-book{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #F8F8F8;
}

#preview-book .first-section{
  margin-bottom:4px;
}

#preview-book .first-section img{
  margin-left: 10px;
  width: 234px;
  height: 334px;
  margin-top: 10px;
}

#preview-book .first-section .detail{
  padding: 20px;
  margin-left: -70px;
  margin-top: 10px;
  background: #ffffff;
  width: 936px;
  height: 278px;
  float: right;
  margin-right: 10px;
}

#preview-book .first-section .detail .title{
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}

#preview-book .first-section .detail .description{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #424242;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  width: 700px;
}

#preview-book .first-section .footer_detail{
  display:flex;
  background: #FFFFFF;
  width: 936px;
  height: 52px;
  float: right;
  position: relative;
  margin-right: 10px;
  margin-left: -70px;
  padding-left: 493px;
  margin-top: 4px;
}

#preview-book-bg{
  background: #EEEEEE;
  padding-top: 10px;
}

#preview-book .first-section .footer_detail .pre{
  display: flex;
  clear: both;
  position: absolute;
  right: 0px;
}

#preview-book .first-section .footer_detail .discount{
  color: #979797;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-right: 15px;
  margin-top: 18px;
}
#preview-book .first-section .footer_detail .price{
  color: #CA0813;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  margin-top: 4px;
}

#preview-book .first-section .footer_detail .price span{
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-left: 10px;
  margin-right: 20px;
}

#preview-book .first-section .footer_detail .btn-to-cart{
  background: #CA0813;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: auto;
  height: 40px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px!important;
}

#preview-book .second-section{
  background: #F8F8F8;
  width: 1200px;
  padding: 60px 40px;
}
#preview-book .line-break {
  height: 4px;
  width:100%;
  background: #FFFFFF;
}
#preview-book .second-section .title1{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}

#preview-book .second-section .title2{
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}

#preview-book .second-section .description,
#preview-book .third-section .table_contents{
  width: 1100px;
  word-break: break-all;
  color: #424242;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

#preview-book .third-section{
  width: 1160px;
  height: 312px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-left:auto;
  margin-right:auto;
  padding: 20px 30px;
  margin-bottom: 10px;
}

#preview-book .third-section .title{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}

/* attachment_teacher */

#attachment_student{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#attachment_student .head_section{
  width: 1200px;
  height: 100px;
  background: #F8F8F8;
  float:left;
  padding-top: 24px;
  padding-bottom: 26px;
  padding-left: 50px;
  padding-right: 30px;
  margin-bottom: 2px;
}

#attachment_teacher .head_section{
  width: 1100px;
  height: 100px;
  background: #F8F8F8;
  padding-top: 24px;
  padding-bottom: 26px;
  padding-left: 50px;
  padding-right: 30px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
}

#attachment_teacher .question-bank-pagination-content {
  margin: 50px auto;
}

#attachment_teacher .head_section .text1,
#attachment_student .head_section .text1{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

#attachment_teacher .head_section .text2,
#attachment_student .head_section .text2{
  color: #CA0813;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

#attachment_teacher .head_section .addfile_btn{
  float: right;
  background: #CA0813;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 190px;
  height: 44px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-top: 4px;
}

#attachment_teacher .head_section .addfile_btn span{
  font-size: 24px;
  color: #fff;
}

#attachment_student .find_section{
  width: 1200px;
  height: 84px;
  clear: both;
  background: #F8F8F8;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom:4px;
}
#attachment_teacher .find_section{
  width: 1100px;
  height: 84px;
  clear: both;
  background: #F8F8F8;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom:4px;
  margin-left:auto;
  margin-right:auto;
}

#attachment_student .find_section .text_search{
  background-color: white !important;
  background: url(/static/images/search_icon.png) no-repeat right;
  background-position-x: 808px;
  background-size: 20px 20px;
  -webkit-appearance: none;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 850px;
  height: 44px;
  outline: none;
  padding-left:20px;
  margin-left:20px;
  margin-right:50px;
}

#attachment_teacher .find_section .text_search{
  background-color: white !important;
  background: url(/static/images/search_icon.png) no-repeat right;
  background-position-x: 730px;
  background-size: 20px 20px;
  -webkit-appearance: none;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 770px;
  height: 44px;
  outline: none;
  padding-left:20px;
  margin-left:20px;
  margin-right:50px;
}

#attachment_teacher .find_section .row button{
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  background: #CA0813;
  border-radius: 4px;
  width: 190px;
  height: 44px;
  border: none;
  outline: none;
}

#attachment_student .attachment_content{
  background: #F8F8F8;
  width: 1200px;
  padding-top:22px;
  padding-left:50px;
  padding-bottom:140px;
  padding-right:10px;
}

#attachment_teacher .attachment_content{
  background: #F8F8F8;
  width: 1100px;
  min-height: 980px;
  padding-top:22px;
  padding-left:12px;
  padding-bottom:140px;
  padding-right:10px;
  margin-left:auto;
  margin-right:auto;
}

#attachment_student .attachment_content .item{
  background: #FFFFFF;
  border-radius: 2px;
  width: 1160px;
  height: 150px;
  padding: 2px 2px;
  margin-bottom: 12px;
  float: right;
  margin-right: 0px;
  position:relative;
}

#attachment_teacher .attachment_content .item{
  background: #FFFFFF;
  border-radius: 2px;
  width: 1080px;
  height: 150px;
  padding: 2px 2px;
  margin-bottom: 12px;
  float: right;
  margin-right: 0px;
  position:relative;
  z-index:1;
  margin-left: 10px;
}

#attachment_teacher .item_img,
#attachment_student .item_img{
  width: 280px;
  height: 146px;
  border-radius: 1px;
  object-fit: cover;
}

#attachment_teacher .attachment_content .item .detail,
#attachment_student .attachment_content .item .detail{
  position: relative;
  height: 120px;
  margin-left: 21px;
}

#attachment_teacher .attachment_content .item .title,
#attachment_student .attachment_content .item .title{
  color: #000000;
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
}

#attachment_teacher .attachment_content .item .description,
#attachment_student .attachment_content .item .description{
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 321px;
  margin-bottom:8px;
  margin-top: -4px;
}

#attachment_teacher .attachment_content .item .link_download{
  display:flex;
  background: #CA0813;
  border-radius: 2px;
  width: 260px;
  height: 24px;
  position:absolute;
  bottom:0px;
}

#attachment_teacher .attachment_content .item .link_download div{
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 210px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}


#attachment_teacher .attachment_content .item .link_download img{
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: 4px;
  margin-right: 14px;
}

#attachment_teacher .attachment_content .item .sec1{
  color: #767676;
  font-style: normal;
  float: right;
  font-weight: 600;
  font-size: 14px;
  line-height: 60px;
}

#attachment_teacher .attachment_content .item .sec1 span{
  color: #CA0813;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-right: 30px;
  margin-left: 4px;
}

#attachment_teacher .attachment_content .item .btn-download,
#attachment_student .attachment_content .item .btn-download{
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 48px;
  background: #CA0813;
  border-radius: 4px;
  width: 190px;
  height: 44px;
  margin-bottom: 20px;
  clear: both;
  float: right;
  text-align: center;
  outline:none;
  border: none;
}
#attachment_teacher .attachment_content .item .btn-download{
  margin-top: -6px;
}

#attachment_student .attachment_content .item .btn-download{
  margin-top: 52px;
}

#attachment_teacher .attachment_content .edit-download,
#attachment_student .attachment_content .edit-download{
  display:flex;
  clear:both;
  float:right;
}

#attachment_teacher .attachment_content .edit-download span{
  color: #C4C4C4;
  cursor: pointer;
}

#attachment_teacher .modal-content {
  padding: 50px 30px;
}

@media (min-width: 576px) {
  #attachment_teacher .modal-dialog {
    min-width: 610px;
    height: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

#exam-control-room .progress-bar{
  background: #CA0813;
  height: 16px;
  text-align:right;
  z-index : 1;
  border-radius : none;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
#attachment_teacher #CreateCourseModalAttachment .item_label{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

#attachment_teacher #CreateCourseModalAttachment textarea{
  outline: none;
  resize: none;
  width: 550px;
  height: 260px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
}

#attachment_teacher #CreateCourseModalAttachment input{
  outline: none;
  width: 550px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom:20px;
}

#attachment_teacher #CreateCourseModalAttachment .img_upload img{
  margin-top:0px;
  width: 238px;
  height: 128px;
  object-fit: cover;
}

#attachment_teacher #CreateCourseModalAttachment select{
  width: 250px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  bottom: 0px;
  outline: none;
  padding-left: 20px;
}

#attachment_teacher #CreateCourseModalAttachment .modal-footer{
  margin-top: 40px;
}

#attachment_teacher #CreateCourseModalAttachment .cancel-btn{
  
  width: 180px;
  height: 44px;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  background: transparent;
  color: #CA0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;

}

#attachment_teacher #CreateCourseModalAttachment .save-btn{
  width: 180px;
  height: 44px;
  background: #CA0813;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
}

#attachment_teacher #CreateCourseModalAttachment .save-btn span{
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

#attachment_teacher .edit_delete_attachment{
  /* display:none; */
  position: absolute;
  top: 0px;
  right: 0px;
  background: #CA0813;
  border-radius: 4px;
  /* width: 200px; */
  height: 150px;
  transition: width 1s ease-out;
  width: 0;
  overflow: hidden;
}

.moved_edit_delete_attachment {
  width: 90px !important;
}

#attachment_teacher .edit_delete_attachment .btn-edit{
  margin-top: 30px;
  margin-left: 10px;
}
#attachment_teacher .edit_delete_attachment .btn-delete{
  margin-left: 10px;
}

#attachment_teacher .edit_delete_attachment .btn-edit,
#attachment_teacher .edit_delete_attachment .btn-delete{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  outline: none;
  background: transparent;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  width: 70px;
  height: 40px;
  margin-bottom: 10px;
}

#attachment_teacher .attachment_content .count{
  clear: both;
  display: flex;
  margin-left: 46px;
}
#attachment_teacher .attachment_content .count img,
#attachment_student .attachment_content .count img{
  width: 16px;
  margin-right: 20px;
}
#attachment_teacher .attachment_content .count .text1,
#attachment_student .attachment_content .count .text1{
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  margin-right: 20px;
}
#attachment_teacher .attachment_content .count .text1 span,
#attachment_student .attachment_content .count .text1 span{
  color: #CA0813;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  margin-left: 10px;
}

#attachment_student .attachment_content .count{
  display: flex;
  position: absolute;
  bottom: 0px;
}
/* end of attachment_teacher */

/* cart system (transfer) */

/* ==Cart Systems== */

#shopping-cart{
  width: 28px;
  height: 18px;
  cursor: pointer;
}

.cart-area{
  margin-right: 30px;
  padding-top: 10px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -12px; 
}

/* ==add transfer== */

#add_transfer_biooui{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#add_transfer_biooui .head-title-container{
  padding-top: 30px;
  padding-left: 130px;

  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #424242;

  padding-bottom: 30px;
}

#add_transfer_biooui .add-transfer-container{
  width: 100%;
}

#add_transfer_biooui .item-container .item-info{
  width: 100%;
  min-height: 60px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 8px 20px;
}

#add_transfer_biooui .item-container .img-info .show-img{
  width: 128px;
  height: 56px;
  object-fit: cover;
}

#add_transfer_biooui .item-container .img-info{
  padding-right: 0px;
  padding-left: 0px;
}

#add_transfer_biooui .item-container .data-info{
  padding-right: 0;
  padding-left: 20px;
}

#add_transfer_biooui .item-container .delete-container{
  padding: 0;
  text-align: right;
}

#add_transfer_biooui .item-container .data-info .show-name-course,
#add_transfer_biooui .item-container .data-info .show-price-data{
  margin-left: 0;
  margin-right: 0;
}

#add_transfer_biooui .item-container .data-info .show-name-course{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  width: auto;
  white-space: normal;
}

#add_transfer_biooui .show-info-breif {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#add_transfer_biooui .item-container .data-info .show-price-data .price_discount{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #979797;
  margin-right: 14px;

  text-decoration: line-through;
}

#add_transfer_biooui .item-container .data-info .show-price-data .price{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;

  color: #CA0813;
}

#add_transfer_biooui .item-container .data-info .show-price-data .unit{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
}

#add_transfer_biooui .item-container .delete-container .remove-items{
  color: #424242;
  cursor: pointer;

  margin-right: 20px;
  margin-top: 18px;
}
#add_transfer_biooui .conclude-container .conclude{
  width: 428px;
  height: auto;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.no-padding{
  padding: 0;
}

#add_transfer_biooui .conclude-container .conclude .conclude-1 .show_subtotal,
#add_transfer_biooui .conclude-container .conclude .conclude-1 .show_discount{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;

  color: #424242;
}

#add_transfer_biooui .conclude-container .conclude .conclude-1 .show_grand_total{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #CA0813;
}

#add_transfer_biooui p{
  margin: 0;
}

#add_transfer_biooui .conclude-container .conclude .conclude-1 #subtotal,
#add_transfer_biooui .conclude-container .conclude .conclude-1 #discount{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;

  color: #767676;
}

#add_transfer_biooui .conclude-container .conclude .conclude-1 #grand_total{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #CA0813;
}

#add_transfer_biooui .conclude-container .conclude .row-for-submit #confirmOrder{
  width: 230px;
  height: 44px;
  background: #CA0813;
  border-radius: 4px;
  border: none;

  outline: none;
  margin-top: 30px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
#add_transfer_biooui .show-no-item-in-cart{
  text-align: center;
  font-size: 25px;
}

/* ==Inform Paid Transfer== */
#inform_paid_transfer{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#inform_paid_transfer .area-upload-row,
#inform_paid_transfer .area-inform-row{
  margin-left: 0;
  margin-right: 0;
}

#inform_paid_transfer .area-upload-row .area-upload-container{
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}

#inform_paid_transfer .area-upload-row .area-upload-container .title-1{
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;

  color: #424242;
}

#inform_paid_transfer .area-upload-row .area-upload-container .title-2{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;

  color: #424242;
}

#inform_paid_transfer .area-upload-row .area-upload-container .tel{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-left: 11px;

  color: #CA0813;
}

#inform_paid_transfer .area-upload-row .area-upload-container .title-3{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;

  color: #424242;
}

#inform_paid_transfer .area-upload-row .area-upload-container .area-for-upload{
  background: #F8F8F8;
  border: 2px solid #CA0813;
  border-radius: 4px;

  width: 240px;
  height: 240px;

  padding-left: 49px;
  padding-top: 105px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #CA0813;

  cursor: pointer;
}

#inform_paid_transfer .area-inform-row,
#inform_paid_transfer .area-inform-row-1,
#inform_paid_transfer .area-inform-row-2,
#inform_paid_transfer .area-inform-row-3,
#inform_paid_transfer .area-inform-row-4{
  padding-top: 50px;
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}

#inform_paid_transfer .area-inform-row .from_bank_name_text{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;

  color: #424242;
}

#inform_paid_transfer .area-inform-row #from_bank_name{
  width: 300px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;

  border-radius: 4px;
  outline: none;
  margin-left: 10px;
}

#inform_paid_transfer .area-inform-row .count_text{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;

  color: #424242;
}

#inform_paid_transfer .area-inform-row #count{
  width: 300px;
  height: 44px;

  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  outline: none;

  margin-left: 10px;
}

#inform_paid_transfer .area-inform-row-1 .date_paid_text{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #424242;
}

#inform_paid_transfer .area-inform-row-1 #date_paid{
  width: 300px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;

  outline: none;
  border-radius: 4px;
  margin-left: 26px;
}

#inform_paid_transfer .area-inform-row-1 .time_text{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 37px;

  color: #424242;
}

#inform_paid_transfer .area-inform-row-1 #time{
  width: 300px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;

  outline: none;
  border-radius: 4px;
  margin-left: 47px;
  padding-top: 7px;
}

#inform_paid_transfer .area-inform-row-1 #time .time_input{
  width: 35px;
  outline: none;
  border: none;
  text-align: center;
}

#inform_paid_transfer .area-inform-row-2 .confirmData{
  width: 195px;
  margin-left: auto;
  margin-right: auto;
}

/* #problem-set-create .not-select-date-time {
  padding-top: 22px;
  padding-left: 18px;
} */

#inform_paid_transfer .area-inform-row-2 .confirmData input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

#inform_paid_transfer .area-inform-row-2 .confirmData input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

#inform_paid_transfer .area-inform-row-2 .confirmData .checkbox-button__label {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #767676;
  padding-left: 10px;
}

#inform_paid_transfer .area-inform-row-2 .confirmData .checkbox-button__input {
  opacity: 0;
  position: absolute;
}

#inform_paid_transfer .area-inform-row-2 .confirmData .checkbox-button__control {
  width: 22px !important;
  height: 22px !important;

  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: inherit;
  border: 2px solid #ced4da;
  border-radius: 4px;
}

#inform_paid_transfer .area-inform-row-2 .confirmData
  .checkbox-button__input:checked
  + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #ca0813;
  border-radius: 2px;
}

#inform_paid_transfer .area-inform-row-2 .confirmData .checkbox-button__control {
  cursor: pointer;
}

#inform_paid_transfer .area-inform-row-2 .confirmData
  .checkbox-button__input:checked
  + .checkbox-button__control {
  border-color: #ced4da;
  cursor: pointer;
}

#inform_paid_transfer .area-inform-row-2 .confirmData .checkbox-button{
  display: flex;
}

#inform_paid_transfer .area-inform-row-3{
  padding-top: 50px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#inform_paid_transfer .area-inform-row-3 #confirmPaid{
  width: 500px;
  height: 50px;
  background: #CA0813;
  border-radius: 4px;
  outline: none;
  border: none;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}

#inform_paid_transfer #showModalSuccess .modal-content{
  width: 640px;
  height: 600px;
}

#inform_paid_transfer #showModalSuccess .closed{
  padding-right: 20px;
  color: #CCCCCC;
  cursor: pointer;
}

#inform_paid_transfer #showModalSuccess .success-icon{
  width: 80px;
  height: 80px;

  margin-left: auto;
  margin-right: auto;
}
#inform_paid_transfer #showModalSuccess .success-text{
  width: 122px;
  margin-left: auto;
  margin-right: auto;

  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #424242;
  margin-top: 20px;
}

#inform_paid_transfer #showModalSuccess .order-number-show{
  width: 175px;
  margin-left: auto;
  margin-right: auto;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #424242;

  margin-bottom: 52px;
}

#inform_paid_transfer #showModalSuccess .detail-1{
  width: 266px;
  margin-left: auto;
  margin-right: auto;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;

  margin-top: 54px;
  color: #424242;

}

#inform_paid_transfer #showModalSuccess .detail-2{
  width: 136px;
  margin-left: auto;
  margin-right: auto;

  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;

  color: #424242;
  margin-bottom: 10px;

}

#inform_paid_transfer #showModalSuccess .detail-2 .link-to-fb-inform{
  margin-left: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  
  color: #424242;
}

#inform_paid_transfer #showModalSuccess .detail{
  width: 270px;
  height: 50px;

  margin-left: auto;
  margin-right: auto;
}


#inform_paid_transfer #showModalSuccess .detail-3{
  width: 150px;
  margin-left: auto;
  margin-right: auto;

}
#inform_paid_transfer #showModalSuccess p{
  margin: 0;
}
#inform_paid_transfer #showModalSuccess .detail .text-1{
  text-align: center;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #CA0813;
}

#inform_paid_transfer #showModalSuccess .detail .text-2{
  text-align: center;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #CA0813;
}

#inform_paid_transfer #showModalSuccess_button{
  display: none;
}

/* ==Form User Transfer== */

#form_user_transfer{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#form_user_transfer .form_user_transfer_container{
  width: 1200px;

  margin-left: auto;
  margin-right: auto;
}

#form_user_transfer .form_user_transfer_container .title{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;

  color: #424242;

  padding-top: 50px;
  padding-left: 40px;
}
.no-margin{
  margin: 0;
}

#form_user_transfer .form_user_transfer_container .name-container,
#form_user_transfer .form_user_transfer_container .surname-container,
#form_user_transfer .form_user_transfer_container .tel-container{
  padding-left: 40px;
}

#form_user_transfer .form_user_transfer_container .name-container .name-container-1{
  margin-top: 30px;
}

#form_user_transfer .form_user_transfer_container .name-container .name-container-1 .name_text{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #424242;

  margin-right: 80px;
}

#form_user_transfer .form_user_transfer_container .name-container .name-container-1 #name_user,
#form_user_transfer .form_user_transfer_container .surname-container .surname-container-1 #surname_user,
#form_user_transfer .form_user_transfer_container .tel-container .tel-container-1 #tel_user,
#form_user_transfer .form_user_transfer_container .email-container .email-container-1 #email{
  width: 400px;
  height: 44px;

  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  outline: none;
}

#form_user_transfer .form_user_transfer_container .surname-container .surname-container-1,
#form_user_transfer .form_user_transfer_container .tel-container .tel-container-1,
#form_user_transfer .form_user_transfer_container .email-container .email-container-1{
  margin-top: 10px;
}
#form_user_transfer .form_user_transfer_container .surname-container .surname-container-1 .surname_text{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
  margin-right: 44px;
}

#form_user_transfer .form_user_transfer_container .tel-container .tel-container-1 .tel_text{
  margin-right: 8px;
}

#form_user_transfer .form_user_transfer_container .email-container .email-container-1 label{
  margin-right: 60px;
}

#form_user_transfer .form_user_transfer_container .tel-container .tel-container-1 .tel_text,
#form_user_transfer .form_user_transfer_container .email-container .email-container-1 label{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
}

#form_user_transfer .form_user_transfer_container .address-container{
  padding-top: 106px;
}

#form_user_transfer .form_user_transfer_container .address-container .address_text{

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #424242;

  margin-right: 80px;
}

#form_user_transfer .form_user_transfer_container .address-container #address_user{
  width: 400px;
  height: 152px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;

  border-radius: 4px;
  outline: none;
  resize: none;
}

#form_user_transfer .form_user_transfer_container .road-container .road-container-1,
#form_user_transfer .form_user_transfer_container .tumbon-container .tumbon-container-1,
#form_user_transfer .form_user_transfer_container .ampher-container .ampher-container-1,
#form_user_transfer .form_user_transfer_container .provice-container .provice-container-1,
#form_user_transfer .form_user_transfer_container .zipcode-container .zipcode-container-1{
  margin-top: 10px;
}

#form_user_transfer .form_user_transfer_container .road-container .road-container-1 .road_text{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
  margin-right: 107px;
}

#form_user_transfer .form_user_transfer_container .road-container .road-container-1 #road_user{
  width: 400px;
  height: 44px;

  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  outline: none;
}

#form_user_transfer .form_user_transfer_container .tumbon-container .tumbon-container-1 .tumbon_text{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
  margin-right: 61px;
}

#form_user_transfer .form_user_transfer_container .tumbon-container .tumbon-container-1 #tumbon_user,
#form_user_transfer .form_user_transfer_container .ampher-container .ampher-container-1 #ampher_user,
#form_user_transfer .form_user_transfer_container .provice-container .provice-container-1 #provice_user,
#form_user_transfer .form_user_transfer_container .zipcode-container .zipcode-container-1 #zipcode_user{
  width: 400px;
  height: 44px;

  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  outline: none;
}

#form_user_transfer .form_user_transfer_container .ampher-container .ampher-container-1 .ampher_text{

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
  margin-right: 68px;
}

#form_user_transfer .form_user_transfer_container .provice-container .provice-container-1 .provice_text{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
  margin-right: 91px;
}

#form_user_transfer .form_user_transfer_container .zipcode-container .zipcode-container-1 .zipcode_text{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
  margin-right: 46px;
}

#form_user_transfer .button-container{
  margin-top: 52px;
  float: right;
  padding-right: 20px;
}

#form_user_transfer .button-container #submit{
  width: 230px;
  height: 44px;

  background: #CA0813;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  border: none;

  outline: none;
}

#form_user_transfer #showDataUser .modal-content{
  width: 640px;

  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

#form_user_transfer #showDataUser .modal-content .title{
  margin-top: 50px;
  margin-left: 40px;

  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;

  color: #424242;
}

#form_user_transfer #showDataUser .modal-content .show-detail{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #424242;
}

#form_user_transfer #showDataUser .modal-content #edit{
  width: 230px;
  height: 44px;

  border: 2px solid #CA0813;
  border-radius: 4px;
  outline: none;
  background: transparent;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #CA0813;
}

#form_user_transfer #showDataUser .modal-content #confirm{
  width: 230px;
  height: 44px;

  background: #CA0813;
  border-radius: 4px;
  border: none;
  outline: none;
  margin-left: 20px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}

#form_user_transfer #showDataUser_button{
  display: none;
}

#form_user_transfer #ShowSuccessTransfer .modal-content{
  width: 820px;
  height: 350px;

  background: #FFFFFF;
  border-radius: 4px;
}

#form_user_transfer #ShowSuccessTransfer .show_text_success{
  width: 200px;
  text-align: center;
  margin-top: 42px;

  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;

  color: #CA0813;
}

#form_user_transfer #ShowSuccessTransfer #start_to_learn{
  width: 400px;
  height: 44px;

  background: #CA0813;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #FFFFFF;

  outline: none;
  border: none;
}

#form_user_transfer #ShowSuccessTransfer .button-to-my-course{
  margin-top: 42px;
}

#form_user_transfer .email-container {
  padding-left: 40px;
}

#showRepeat .modal-dialog{
  width: 640px;
  height: auto;
  background: #F8F8F8;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
  border-radius: 2px;
}

#showRepeat .modal-content{
  width: 640px;
  height: auto;
  padding: 50px 40px;
}

#showRepeat .modal-content .title{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom:40px;
}
#showRepeat .modal-content .detail .boxes{
  display: flex;
  margin-bottom: 30px;
}

#showRepeat .modal-content .detail .name label{
  margin-right: 90px;
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
#showRepeat .modal-content .detail .boxes div{
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin-top: 3px;
}

#showRepeat .modal-content .detail .address label{
  margin-right: 80px;
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

#showRepeat .modal-content .detail .address div{
  max-width: 270px;
  word-break: break-word;
}

#showRepeat .modal-content .detail .tel label{
  margin-right: 26px;
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

#showRepeat .modal-content .detail .mail label{
  margin-right: 76px;
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

#showRepeat .modal-content .button{
  width: 480px;
  margin-left:auto;
  margin-right:auto;
  display: flex;
  margin-top: 48px;
}

#showRepeat .modal-content .button #edit{
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 230px;
  height: 44px;
  background: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #CA0813;
  outline: none;
  margin-right:20px;
}

#showRepeat .modal-content .button #confirm{
  background: #CA0813;
  border-radius: 4px;
  width: 230px;
  height: 44px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  border: #CA0813;
  outline: none;
}
/* list-page admin */
#list_page .head{
  background: #F8F8F8;
  width: 1100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 24px 50px;
  margin-bottom: 2px;
}

#list_page .head .text1{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #CA0813;
}

#list_page .head .text2{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

#list_page .table_detail{
  width: 1100px;
  margin-left:auto;
  margin-right:auto;
  background: #F8F8F8;
  min-height: 768px;
  padding:30px 50px;
}

#list_page .table_detail thead{
  background: #767676;
}

#list_page .table_detail thead tr{
  height: 60px;
}

#list_page .table_detail thead tr th{
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

#list_page .table_detail thead .count-head,
#list_page .table_detail tbody .count,
#list_page .table_detail thead .orderNumber-head,
#list_page .table_detail tbody .orderNumber,
#list_page .table_detail thead .status-head,
#list_page .table_detail tbody .status{
  text-align:center;
}

#list_page .table_detail tbody .orderNumber a{
  color: #CA0813;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-decoration:none;
}

#list_page .table_detail tbody {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

#list_page .table_detail tbody .status_completed,
#list_page .detail_list_view_page .status_completed{
  color: #00B78B;
}

#list_page .table_detail tbody .status_canceled,
#list_page .detail_list_view_page .status_canceled{
  color: #000000;
}

#list_page .table_detail tbody .status_inform_payment,
#list_page .detail_list_view_page .status_inform_payment{
  color: #CA0813;
}

#list_page .table_detail tbody .status{
  font-weight: 600;
}

#list_page .table_detail .table-striped tbody tr:nth-of-type(odd){
  background: #FFFFFF;
  height: 60px;
}

#list_page .table_detail .table-striped tbody tr:nth-of-type(even){
  background: #F8F8F8;
  height: 60px;
}

#list_page .table_detail .table td, #list_page .table_detail .table th{
  border:none !important;
}

#list_page .detail_list_view_page{
  background: #F8F8F8;
  width: 1100px;
  min-height: 1468px;
  margin-left:auto;
  margin-right:auto;
  padding:30px;
}

#list_page .detail_list_view_page .section-1{
  padding-left: 28px;
}

#list_page .detail_list_view_page .label{
  margin-bottom: 35px;
  color: #767676;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-top: 20px;
}

#list_page .detail_list_view_page .number{
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

#list_page .detail_list_view_page .status{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

#list_page .detail_list_view_page .change_status{
  background: #FFFFFF;
  border-radius: 4px;
  width: 330px;
  height: 120px;
  padding: 14px 20px;
  float: right;
  margin-bottom: 20px;
}

#list_page .detail_list_view_page .change_status .title{
  text-align:center;
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom:14px;
}

#list_page .detail_list_view_page .change_status select{
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 25px;
  width: 290px;
  height: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
  padding-left: 20px;
  background-color: #424242 !important;
  background: url(/static/images/select_icon.png) no-repeat right;
  background-position-x: 250px;
  background-size: 16px 12px;
  -webkit-appearance: none;
}

#list_page .detail_list_view_page .change_status select option{
  background: #FFFFFF;
}

#list_page .detail_list_view_page .item{
  background: #FFFFFF;
  border-radius: 4px;
  /* width: 780px; */
  height: 60px;
  margin-left: -28px;
  display: flex;
  position: relative;
  margin-bottom:10px;
}

#list_page .detail_list_view_page .item img{
  width: 128px;
  height: 56px;
  margin-left: 10px;
  margin-top: 2px;
  margin-right: 20px;
  object-fit: cover;
}

#list_page .detail_list_view_page .item .title{
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-top: 14px;
  width: 350px;
}

#list_page .detail_list_view_page .item .price_item{
  display: flex;
  position: absolute;
  right: 10px;
  top: 15px;
}

#list_page .detail_list_view_page .item .price_item .price{
  color: #979797;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-right: 17px;
  margin-top: 4px;
}

#list_page .detail_list_view_page .item .price_item .price s{
  color: #979797;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

#list_page .detail_list_view_page .item .price_item .price_discount{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

#list_page .detail_list_view_page .item .price_item .price_discount span{
  margin-left: 6px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

#list_page .detail_list_view_page .check_price{
  background: #FFFFFF;
  border-radius: 4px;
  width: 330px;
  height: 100%;
  float: right;
  padding: 50px;
}

#list_page .detail_list_view_page .check_price .text1{
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

#list_page .detail_list_view_page .check_price .text2{
  color: #CA0813;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-top: 24px;
}

#list_page .detail_list_view_page .section-2{
  background: #FFFFFF;
  border-radius: 2px;
  width: 100%;
  height: 340px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  padding:50px 40px;
  margin-bottom: 20px;
}

#list_page .detail_list_view_page .section-2 .slip-img{
  width: 240px;
  height: 240px;
}
#list_page .detail_list_view_page .section-2 .text1{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #424242;
  margin-bottom: 40px;
}
#list_page .detail_list_view_page .section-2 .text2{
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

#list_page .detail_list_view_page .section-3{
  background: #FFFFFF;
  border-radius: 2px;
  padding:50px 40px;
  height: 388px;
  width: 100%;
}

#list_page .detail_list_view_page .section-3 .title{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom:40px;
}

#list_page .detail_list_view_page .section-3 .text1{
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
#list_page .detail_list_view_page .section-3 .text2{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #424242;
  margin-bottom: 30px;
}

/* end of cart system (transfer)*/

/* error 404 */
#error404, #error500{
  background: #EEEEEE;
}

#error404 .error404-content,
#error500 .error500-content{
  width: 1200px;
  height: 950px;
  margin-left:auto;
  margin-right: auto;
  background: #F8F8F8;
  padding: 100px 227px;
}

#error404 .first-section,
#error500 .first-section{
  width: 746px;
  height: 459px;
  position:relative;
}

#error404 .first-section{
  margin-bottom:12px;
}

#error500 .first-section{
  margin-bottom: 84px;
}

#error404 .first-section img,
#error500 .first-section img{
  width: 746px;
  height: 459px;
}

#error404 .first-section .text,
#error500 .first-section .text{
  text-align:center;
  position: absolute;
}

#error404 .first-section .text{
  bottom: 8px;
  left: 228px;
}

#error500 .first-section .text{
  bottom:-44px;
  left: 184px;
}

#error404 .first-section .text .text1,
#error500 .first-section .text .text1{
  color: #CA0813;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 95px;
  margin-bottom: 16px;
}

#error404 .first-section .text .text2,
#error500 .first-section .text .text2{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 20px;
}

#error404 .first-section .text .text3,
#error500 .first-section .text .text3{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #424242;
}

#error404 .link-home,
#error500 .link-home{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
  width: 230px;
  height: 44px;
  background: #CA0813;
  border-radius: 4px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  padding-top: 8px;
  display: block;
}
/* end of error 404 */

.footer-qr-code-container{
  margin-top: 20px;
}

/* list order */
#list_order{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#list_order .head_section{
  width: 1200px;
  height: 100px;
  background: #F8F8F8;
  float:left;
  padding-top: 24px;
  padding-bottom: 26px;
  padding-left: 50px;
  padding-right: 30px;
  margin-bottom: 20px;
}

#list_order .head_section .text1{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

#list_order .head_section .text2{
  color: #CA0813;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

#list_order .order_content{
  background: #F8F8F8;
  width: 1200px;
  height: auto;
  padding-top:22px;
  padding-left:12px;
  padding-bottom:140px;
  padding-right:10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#list_order .order_content .item{
  background: #FFFFFF;
  border-radius: 4px;
  width: 1100px;
  height: 60px;
  padding: 2px 2px;
  margin: auto;
  margin-bottom: 12px;
  float: right;
  position:relative;
  display: flex;
}

#list_order .order_content .item img{
  width: 128px;
  height: 56px;
  margin-left: 20px;
  margin-top: 2px;
  margin-right: 20px;
  object-fit: cover;
}

#list_order .order_content .item .detail{
  position: relative;
  height: 60px;
  margin-left: 11px;
}

#list_order .order_content .item .order_number{
  display: flex;
  position: absolute;
  margin-top: 20px;
}

/* #list_order .order_content .order .text1{
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  margin-right: 20px;
} */

#list_order .order_content .item .order_number .text1{
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-right: 20px;
}

#list_order .order_content .item .order_number .text1 a{
  color: #CA0813;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 19px;
  margin-left: 10px;
}

#list_order .order_content .status{
  background-color: #F8F8F8;
  display: flex;
  position: absolute;
  height: 50px;
  width: 170px;
  margin-top: 3px;
  margin-left: 80px;
  right: 10px;
}

#list_order .order_content .price_item{
  display: flex;
  position: absolute;
  right: 30px;
  top: 15px;
}

#list_order .order_content .item .price_item .price_discount{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

#list_order .order_content .item .price_item .price_discount span{
  margin-left: 6px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

#list_order .order_content .item .text3{
  color: #CA0813;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-left: 50px;
  margin-top: 20px;
}

#list_order .order_content .item .text3 .status_completed,
#list_order .detail_list_view_page .status_completed{
  color: #00B78B;
}

#list_order .order_content .item .text3 .status_canceled,
#list_order .detail_list_view_page .status_canceled{
  color: #000000;
}

#list_order .order_content .item .text3 .status_inform_payment,
#list_order .detail_list_view_page .status_inform_payment{
  color: #CA0813;
}

#list_order .detail_list_view_page{
  background: #F8F8F8;
  width: 1200px;
  min-height: 1468px;
  margin-left:auto;
  margin-right:auto;
  padding:30px;
}

#list_order .detail_list_view_page .section-1{
  padding-left: 28px;
}

#list_order .detail_list_view_page .label{
  margin-bottom: 35px;
  color: #767676;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-top: 20px;
}

#list_order .detail_list_view_page .number{
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

#list_order .detail_list_view_page .status{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

#list_order .detail_list_view_page .change_status{
  background: #FFFFFF;
  border-radius: 4px;
  width: 330px;
  height: 120px;
  padding: 14px 20px;
  float: right;
  margin-bottom: 20px;
}

#list_order .detail_list_view_page .change_status .title{
  text-align:center;
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom:14px;
}

#list_order .detail_list_view_page .change_status select{
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 25px;
  width: 290px;
  height: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
  padding-left: 20px;
  background-color: #424242 !important;
  background: url(/static/images/select_icon.png) no-repeat right;
  background-position-x: 250px;
  background-size: 16px 12px;
  -webkit-appearance: none;
}

#list_order .detail_list_view_page .change_status select option{
  background: #FFFFFF;
}

#list_order .detail_list_view_page .item{
  background: #FFFFFF;
  border-radius: 4px;
  width: 780px;
  height: 60px;
  margin-left: -28px;
  display: flex;
  position: relative;
  margin-bottom:10px;
}

#list_order .detail_list_view_page .item img{
  width: 128px;
  height: 56px;
  margin-left: 20px;
  margin-top: 2px;
  margin-right: 20px;
  object-fit: cover;
}

#list_order .detail_list_view_page .item .title{
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-top: 14px;
}

#list_order .detail_list_view_page .item .price_item{
  display: flex;
  position: absolute;
  right: 10px;
  top: 15px;
}

#list_order .detail_list_view_page .item .price_item .price{
  color: #979797;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-right: 17px;
  margin-top: 4px;
}

#list_order .detail_list_view_page .item .price_item .price s{
  color: #979797;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

#list_order .detail_list_view_page .item .price_item .price_discount{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

#list_order .detail_list_view_page .item .price_item .price_discount span{
  margin-left: 6px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

#list_order .detail_list_view_page .check_price{
  background: #FFFFFF;
  border-radius: 4px;
  width: 330px;
  height: 100%;
  float: right;
  padding: 50px;
}

#list_order .detail_list_view_page .check_price .text1{
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

#list_order .detail_list_view_page .check_price .text2{
  color: #CA0813;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-top: 24px;
}

#list_order .detail_list_view_page .section-2{
  background: #FFFFFF;
  border-radius: 2px;
  width: 1140px;
  height: 340px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  padding:50px 40px;
  margin-bottom: 20px;
}

#list_order .detail_list_view_page .section-2 .slip-img{
  width: 240px;
  height: 240px;
}
#list_order .detail_list_view_page .section-2 .text1{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #424242;
  margin-bottom: 40px;
}

#list_order .detail_list_view_page .section-2 .text2{
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

#list_order .detail_list_view_page .section-3{
  background: #FFFFFF;
  border-radius: 2px;
  padding:50px 40px;
  height: 388px;
  width: 1140px;
}

#list_order .detail_list_view_page .section-3 .title{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom:40px;
}

#list_order .detail_list_view_page .section-3 .text1{
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
#list_order .detail_list_view_page .section-3 .text2{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #424242;
  margin-bottom: 30px;
}
/* end of list order */

.register-btn{
  width: 96px;
  height: 40px;
  background: #CA0813;
  border-radius: 4px;

  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-decoration:none;
  color: #FFFFFF;

  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:30px;
}

.register-btn:hover{
  text-decoration:none;
  color : #FFFFFF;
}

/*header btn - END*/

.lighter-red-font{
  color: #FF0000 !important
}

/* ==Navigation setting checkbox== */

#problem-set-create .setting-switch-container .switchToggle_naviagion {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 3px;
  padding-left: 2px;
}
#problem-set-create
  .setting-switch-container
  .switchToggle_naviagion
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
#problem-set-create
  .setting-switch-container
  .switchToggle_naviagion
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_naviagion
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}
#problem-set-create
  .setting-switch-container
  .switchToggle_naviagion
  input:checked
  + label,
.switchToggle_naviagion input:checked + input + label {
  background: #ca0813;
}
#problem-set-create
  .setting-switch-container
  .switchToggle_naviagion
  input
  + label:before,
.switchToggle_naviagion input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_naviagion
  input:checked
  + label:after,
.switchToggle_naviagion input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}
#problem-set-create
  .setting-switch-container
  .switchToggle_naviagion
  label:active:after {
  width: 60px;
}

#problem-set-create .setting-switch-container .toggle-switchArea {
  margin: 10px 0 10px 0;
}

#problem-set-create .setting-switch-container .naviagation-setting {
  display: flex;
  padding-top: 10px;
}
#problem-set-create
  .setting-switch-container
  .naviagation-setting
  .naviagation-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 20px;
}
#problem-set-create .sub_navigation{
  padding-left: 116px;
}

/* ==WebCam Checkbox== */
#problem-set-create .setting-switch-container .switchToggle {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}
#problem-set-create
  .setting-switch-container
  .switchToggle
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
#problem-set-create .setting-switch-container .switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}
#problem-set-create .setting-switch-container .switchToggle label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .setting-switch-container
  .switchToggle
  input:checked
  + label,
.switchToggle input:checked + input + label {
  background: #ca0813;
}
#problem-set-create
  .setting-switch-container
  .switchToggle
  input
  + label:before,
.switchToggle input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}
#problem-set-create
  .setting-switch-container
  .switchToggle
  input:checked
  + label:before,
.switchToggle input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}
#problem-set-create
  .setting-switch-container
  .switchToggle
  input:checked
  + label:after,
.switchToggle input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}
#problem-set-create .setting-switch-container .switchToggle label:active:after {
  width: 60px;
}
#problem-set-create .setting-switch-container .toggle-switchArea {
  margin: 10px 0 10px 0;
}
#problem-set-create .setting-switch-container .setting-1 {
  padding-left: 100px;
}

#problem-set-create .setting-switch-container .setting-2 {
  padding-left: 78px;
}

#problem-set-create .setting-switch-container .setting-1 .webcam-setting {
  display: flex;
}
#problem-set-create
  .setting-switch-container
  .setting-1
  .webcam-setting
  .webcam-selected {
  border-radius: 13px;
  width: 70px;
  height: 26px;
  border: 1.5px solid #ced4da;
  outline: none;

  margin-left: 10px;
  margin-right: 10px;
}

#problem-set-create
  .setting-switch-container
  .setting-1
  .webcam-setting
  .webcam-setting-text {
  margin-left: 50px;

  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  display: flex;
}
#problem-set-create
  .setting-switch-container
  .setting-1
  .webcam-setting
  .webcam-setting-text
  #vs3__combobox {
  width: 70px;
  height: 26px;
  border-radius: 13px;
  border: 1.5px solid #ced4da;
}

#problem-set-create
  .setting-switch-container
  .setting-1
  .webcam-setting
  .webcam-setting-text
  #selectedWebcam {
  margin-left: 10px;
  margin-right: 10px;
}
#problem-set-create
  .setting-switch-container
  .setting-1
  .webcam-setting
  .webcam-setting-text
  .vs__selected {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;

  color: #767676;
}

#problem-set-create
  .setting-switch-container
  .setting-1
  .webcam-setting
  .webcam-setting-text
  .selector
  .vs__dropdown-toggle {
  padding-left: 0px;
}
#problem-set-create
  .setting-switch-container
  .setting-1
  .webcam-setting
  .webcam-setting-text
  .vs__clear {
  display: none;
}

/* ==Time test Setting== */

#problem-set-create .select-period-time-container .switchToggle_time_test {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 3px;
  padding-left: 2px;
}

#problem-set-create
  .select-period-time-container
  .switchToggle_time_test
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#problem-set-create
  .select-period-time-container
  .switchToggle_time_test
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#problem-set-create .sub_navigation{
  padding-left: 116px;
}

#problem-set-create
  .select-period-time-container
  .switchToggle_time_test
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .select-period-time-container
  .switchToggle_time_test
  input:checked
  + label,
.switchToggle_time_test input:checked + input + label {
  background: #ca0813;
}

#problem-set-create
  .select-period-time-container
  .switchToggle_time_test
  input
  + label:before,
.switchToggle_time_test input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .select-period-time-container
  .switchToggle_time_test
  input:checked
  + label:before,
.switchToggle_time_test input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .select-period-time-container
  .switchToggle_time_test
  input:checked
  + label:after,
.switchToggle_time_test input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#problem-set-create
  .select-period-time-container
  .switchToggle_time_test
  label:active:after {
  width: 60px;
}

#problem-set-create .select-period-time-container .toggle-switchArea {
  margin: 10px 0 10px 0;
}

#problem-set-create .select-period-time-container .time-test-setting {
  display: flex;
  padding-top: 10px;
}

/* ==Back Checkbox== */

#problem-set-create .setting-switch-container .switchToggle_back {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 3px;
  padding-left: 2px;
}
#problem-set-create
  .setting-switch-container
  .switchToggle_back
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#problem-set-create .setting-switch-container .switchToggle_back label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}
#problem-set-create .setting-switch-container .switchToggle_back label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_back
  input:checked
  + label,
.switchToggle_back input:checked + input + label {
  background: #ca0813;
}
#problem-set-create
  .setting-switch-container
  .switchToggle_back
  input
  + label:before,
.switchToggle_back input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}
#problem-set-create
  .setting-switch-container
  .switchToggle_back
  input:checked
  + label:before,
.switchToggle_back input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_back
  input:checked
  + label:after,
.switchToggle_back input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}
#problem-set-create
  .setting-switch-container
  .switchToggle_back
  label:active:after {
  width: 60px;
}

#problem-set-create .setting-switch-container .toggle-switchArea {
  margin: 10px 0 10px 0;
}

#problem-set-create .setting-switch-container .back-test-setting {
  display: flex;
  padding-top: 30px;
}

#problem-set-create
  .setting-switch-container
  .back-test-setting
  .back-test-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

/* ==Show Result Checkbox== */

#problem-set-create .setting-switch-container .switchToggle_show_result {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 3px;
  padding-left: 2px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_result
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#problem-set-create .setting-switch-container .switchToggle_show_result label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_result
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_result
  input:checked
  + label,
.switchToggle_show_result input:checked + input + label {
  background: #ca0813;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_result
  input
  + label:before,
.switchToggle_show_result input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_result
  input:checked
  + label:before,
.switchToggle_show_result input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_result
  input:checked
  + label:after,
.switchToggle_show_result input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_result
  label:active:after {
  width: 60px;
}

#problem-set-create .setting-switch-container .toggle-switchArea {
  margin: 10px 0 10px 0;
}

#problem-set-create .setting-switch-container .show-result-setting {
  display: flex;
  padding-top: 30px;
}

#problem-set-create
  .setting-switch-container
  .show-result-setting
  .show-result-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}
/* ==Show answer checkbox== */

#problem-set-create .setting-switch-container .switchToggle_show_answer {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 3px;
  padding-left: 2px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_answer
  input[type="checkbox"],#problem-set-create .constant-value-setting-section .switchToggle_show_constant_value input[type="checkbox"]{
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#problem-set-create .setting-switch-container .switchToggle_show_answer label,
#problem-set-create .constant-value-setting-section .switchToggle_show_constant_value label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_answer
  label:after,#problem-set-create .constant-value-setting-section .switchToggle_show_constant_value label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_answer
  input:checked
  + label,
.switchToggle_show_answer input:checked + input + label,#problem-set-create .constant-value-setting-section .switchToggle_show_constant_value input:checked+label,
.switchToggle_show_constant_value input:checked+input+label {
  background: #ca0813;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_answer
  input
  + label:before,
.switchToggle_show_answer input + input + label:before,#problem-set-create .constant-value-setting-section .switchToggle_show_constant_value input+label:before,
.switchToggle_show_constant_value input+input+label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_answer
  input:checked
  + label:before,
.switchToggle_show_answer input:checked + input + label:before ,#problem-set-create .constant-value-setting-section .switchToggle_show_constant_value input:checked+label:before,
.switchToggle_show_constant_value input:checked+input+label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_answer
  input:checked
  + label:after,
.switchToggle_show_answer input:checked + input + label:after,#problem-set-create .constant-value-setting-section .switchToggle_show_constant_value input:checked+label:after,
.switchToggle_show_constant_value input:checked+input+label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_answer
  label:active:after,#problem-set-create .constant-value-setting-section .switchToggle_show_constant_value label:active:after {
  width: 60px;
}

#problem-set-create .setting-switch-container .toggle-switchArea {
  margin: 10px 0 10px 0;
}

#problem-set-create .setting-switch-container .show-answer-setting {
  display: flex;
  padding-top: 30px;
}

#problem-set-create
  .setting-switch-container
  .show-answer-setting
  .show-answer-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

#problem-set-create .constant-value-setting-section .show-constant-value-setting .show-constant-value-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

#problem-set-create .constant-value-setting-section{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 68px;
}
#problem-set-create .constant-value-setting-section .show-constant-value-setting{
  margin-left: 72px;
  display: flex;
}

#problem-set-create .constant-value-setting-section .switchToggle_show_constant_value{
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 3px;
  padding-left: 2px;
}

#problem-set-create .constant-value-setting-section .ck.ck-editor__main> .ck-editor__editable.ck-rounded-corners{
  width: 1020px !important;
  height: 150px !important;
}

#problem-set-create .constant-value-setting-section .ckeditor-problem-set{
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  display: none;
}

/* ==Not Repeat Exam Checkbox== */

#problem-set-create .setting-switch-container .switchToggle_not_repeat_exam {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#problem-set-create .setting-switch-container .switchToggle_show_navigation {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_navigation
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_not_repeat_exam
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_not_repeat_exam
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_navigation
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_not_repeat_exam
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_navigation
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_not_repeat_exam
  input:checked
  + label,
.switchToggle_not_repeat_exam input:checked + input + label {
  background: #ca0813;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_navigation
  input:checked
  + label,
.switchToggle_show_navigation input:checked + input + label {
  background: #ca0813;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_not_repeat_exam
  input
  + label:before,
.switchToggle_not_repeat_exam input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_navigation
  input:checked
  + label:before,
.switchToggle_show_navigation input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_not_repeat_exam
  input:checked
  + label:before,
.switchToggle_not_repeat_exam input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_not_repeat_exam
  input:checked
  + label:after,
.switchToggle_not_repeat_exam input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_navigation
  input:checked
  + label:after,
.switchToggle_show_navigation input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_not_repeat_exam
  label:active:after {
  width: 60px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_navigation
  label:active:after {
  width: 60px;
}

#problem-set-create .setting-switch-container .toggle-switchArea {
  margin: 10px 0 10px 0;
}

#problem-set-create .setting-switch-container .not-repeat-exam-setting {
  display: flex;
}

#problem-set-create .setting-switch-container .show-navigation-setting {
  display: flex;
}

#problem-set-create
  .setting-switch-container
  .not-repeat-exam-setting
  .not-repeat-exam-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

#problem-set-create
  .setting-switch-container
  .show-navigation-setting
  .show-navigation--setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

/* ==is_only_answer_once Checkbox== */

#problem-set-create
  .setting-switch-container
  .switchToggle_is_only_answer_once {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_is_only_answer_once
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_is_only_answer_once
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_is_only_answer_once
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_is_only_answer_once
  input:checked
  + label,
.switchToggle_is_only_answer_once input:checked + input + label {
  background: #ca0813;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_is_only_answer_once
  input
  + label:before,
.switchToggle_is_only_answer_once input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_is_only_answer_once
  input:checked
  + label:before,
.switchToggle_is_only_answer_once input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_is_only_answer_once
  input:checked
  + label:after,
.switchToggle_is_only_answer_once input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_is_only_answer_once
  label:active:after {
  width: 60px;
}

#problem-set-create .setting-switch-container .is_only_answer_once-setting {
  display: flex;
  padding-top: 30px;
}

#problem-set-create
  .setting-switch-container
  .is_only_answer_once-setting
  .is_only_answer_once-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

/* ==enable_random_choice Checkbox== */

#problem-set-create
  .setting-switch-container
  .switchToggle_enable_random_choice {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_enable_random_choice
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_enable_random_choice
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_enable_random_choice
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_enable_random_choice
  input:checked
  + label,
.switchToggle_enable_random_choice input:checked + input + label {
  background: #ca0813;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_enable_random_choice
  input
  + label:before,
.switchToggle_enable_random_choice input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_enable_random_choice
  input:checked
  + label:before,
.switchToggle_enable_random_choice input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_enable_random_choice
  input:checked
  + label:after,
.switchToggle_enable_random_choice input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_enable_random_choice
  label:active:after {
  width: 60px;
}

#problem-set-create .setting-switch-container .enable_random_choice-setting {
  display: flex;
  padding-top: 30px;
}

#problem-set-create
  .setting-switch-container
  .enable_random_choice-setting
  .enable_random_choice-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

/* ==Same Exam Checkbox== */

#problem-set-create .setting-switch-container .switchToggle_same_exam {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_same_exam
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#problem-set-create .setting-switch-container .switchToggle_same_exam label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_same_exam
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_same_exam
  input:checked
  + label,
.switchToggle_same_exam input:checked + input + label {
  background: #ca0813;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_same_exam
  input
  + label:before,
.switchToggle_same_exam input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_same_exam
  input:checked
  + label:before,
.switchToggle_same_exam input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_same_exam
  input:checked
  + label:after,
.switchToggle_same_exam input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_same_exam
  label:active:after {
  width: 60px;
}

#problem-set-create .setting-switch-container .toggle-switchArea {
  margin: 10px 0 10px 0;
}

#problem-set-create .setting-switch-container .same-exam-setting {
  display: flex;
  padding-top: 30px;
}

#problem-set-create
  .setting-switch-container
  .same-exam-setting
  .same-exam-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

/* ==Show hint checkbox== */
#problem-set-create .setting-switch-container .switchToggle_show_hint {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 2px;
  padding-left: 2px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_hint
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

#problem-set-create .setting-switch-container .switchToggle_show_hint label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_hint
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_hint
  input:checked
  + label,
.switchToggle_show_hint input:checked + input + label {
  background: #ca0813;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_hint
  input
  + label:before,
.switchToggle_show_hint input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_hint
  input:checked
  + label:before,
.switchToggle_show_hint input:checked + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_hint
  input:checked
  + label:after,
.switchToggle_show_hint input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}

#problem-set-create
  .setting-switch-container
  .switchToggle_show_hint
  label:active:after {
  width: 60px;
}

#problem-set-create .setting-switch-container .toggle-switchArea {
  margin: 10px 0 10px 0;
}

#problem-set-create .setting-switch-container .show-hint-setting {
  display: flex;
  padding-top: 30px;
}

#problem-set-create
  .setting-switch-container
  .show-hint-setting
  .show-hint-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 50px;
}

/* ==Navigation setting checkbox== */

#exercise_blank_app .switchToggle_naviagion {
  width: 70px;
  border: 1.5px solid #ced4da;
  border-radius: 13px;
  height: 26px;
  padding-top: 3px;
  padding-left: 2px;
}
#exercise_blank_app
  .switchToggle_naviagion
  input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
#exercise_blank_app
  .switchToggle_naviagion
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 62px;
  max-width: 62px;
  height: 18px;
  background: #767676;
  display: block;
  border-radius: 100px;
  position: relative;
}

#exercise_blank_app
  .switchToggle_naviagion
  label:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  height: 18px;
  background: #000000;
  border-radius: 90px;
  transition: 0.3s;
}
#exercise_blank_app
  .switchToggle_naviagion
  input:checked
  + label,
.switchToggle_naviagion input:checked + input + label {
  background: #ca0813;
}
#exercise_blank_app
  .switchToggle_naviagion
  input
  + label:before,
.switchToggle_naviagion input + input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

#exercise_blank_app
  .switchToggle_naviagion
  input:checked
  + label:after,
.switchToggle_naviagion input:checked + input + label:after {
  left: calc(100% - 0px);
  transform: translateX(-100%);
  background: #ff0000;
  border-radius: 10px;
}
#exercise_blank_app
  .switchToggle_naviagion
  label:active:after {
  width: 60px;
}

#exercise_blank_app .toggle-switchArea {
  margin: 10px 0 10px 0;
}

#exercise_blank_app .naviagation-setting {
  display: flex;
  padding-top: 10px;
}
#exercise_blank_app
  .naviagation-setting
  .naviagation-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #424242;
  margin-bottom: 30px;
}

#list_order .empty-order-list {
  display: block;
  min-height: 150px;
  text-align: center;
}

#list_order .page-order-section {
  width: 1200px;
  background: #f8f8f8;
  padding-top: 120px;
  padding-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

#list_order .empty-order-list h2 {
  margin-top: 40px;
}

/* end of list order */

/*header btn*/

.login-btn{
  width: 96px;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-decoration:none;
  color: #CA0813;
  background: #FFFFFF;
  border: 1px solid #CA0813;
  border-radius: 4px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: all 0.3s ease;
  margin-right:10px;
}

.login-btn:hover{
  background: #CA0813;
  color: #FFFFFF;
  text-decoration:none;
}

#exercise_blank_app
  .naviagation-setting
  .naviagation-setting-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;

  color: #767676;
  margin-left: 20px;
}
#exercise_blank_app .sub_navigation{
  padding-left: 116px;
}

#exam-control-room .sub_navigation{
  padding-left: 116px;
}

.lighter-red-font{
  color: #FF0000 !important
}

/* ==Import Question== */

#import_question_1{
  height: 1020px;
}
#import_question_1 .import-question-title-1{
  width: 1200px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;

  padding-top: 24px;
  padding-left: 50px;
  margin-top: 20px;

  background: #F8F8F8;
}

#import_question_1 .import-question-title-1 .title-1{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
}

#import_question_1 .import-question-title-1 .title-2{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
}

#import_question_1 .import-question-title-2{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;

  background: #F8F8F8;
  margin-top: 2px;
  padding-top: 60px;
  padding-left: 100px;
  padding-bottom: 20px;
}

#import_question_1 .import-question-title-2 .head{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}
#import_question_1 .import-question-title-2 .head-2{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}

#import_question_1 .import-question-title-2 .question-type-dropdown,
#import_question_1 .import-question-title-2 .question-type-dropdown #vs5__combobox {
  width: 540px;
  height: 50px;

  background: #424242!important;
  border-radius: 25px;
  margin-top: 46px;
}

#import_question_1 .difficulty-dropdown,
#import_question_1  .difficulty-dropdown .vs__dropdown-toggle{
  width: 150px;
  height: 44px;
}

#import_question_1 .import-question-title-2 .question-type-dropdown .vs__selected {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;

  color: #ffffff;
}

#import_question_1 .import-question-title-2 .question-type-dropdown .question_options {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  /* identical to box height */

  color: #000000;
}

#import_question_1  .img_question_type_icon {
  width: 25px;
  height: 20px;
  margin-right: 30px;
}

#import_question_1 .img_question_type_icon_selected {
  width: 25px;
  height: 20px;
  margin-right: 30px;
  margin-left: 20px;
}

#import_question_1 .import-question-title-2 .count-setting{
  margin-top: 30px;
}
#import_question_1 .import-question-title-2 .count-setting .title-1{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}
#import_question_1 .import-question-title-2 .count-setting .title-2{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}
#import_question_1 .import-question-title-2 .count-setting #count-questions{
  width: 250px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;

  border-radius: 4px;
  outline: none;
}
#import_question_1 .import-question-title-2 .count-setting #count-choices{
  width: 250px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  outline: none;
}

#import_question_1 .import-question-title-2 .r-2{
  margin-top: 60px;
  width: 180px;
  margin-left: auto;
  margin-right: 71px;
  margin-bottom: 50px;
}

#import_question_1 .import-question-title-2 .r-2 #submit{
  width: 180px;
  height: 44px;
  background: #CA0813;
  border: 2px solid #CA0813;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
  outline: none;
}

#import_question_1 .section-2{
  display: none;
}

#import_question_1 .section-2 .section-2-data{
  width: 1200px;
  background: #F8F8F8;

  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

#import_question_1 .section-2 .section-2-data .show-data-row{
  width: 1044px;
  margin-left: auto;
  margin-right: auto;
}
#import_question_1 .section-2 .section-2-data .show-data-row .header-brand{
  width: 1044px;
  height: 60px;
  background: #767676;
}

.text-center{
  text-align: center;
}

#import_question_1 .section-2 .section-2-data .show-data-row .header-brand .text-header{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;

  padding-top: 20px;
}

#import_question_1 .section-2 .section-2-data .show-data-row .question-type-dropdown,
#import_question_1 .section-2 .section-2-data .show-data-row .question-type-dropdown .vs__dropdown-toggle {
  width: 250px;
  height: 44px;
  margin-top: 0;
}

#import_question_1 .section-2 .section-2-data .show-data-row .question-count{
  width: 112px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  outline: none;
}
.border-none{
  border: none;
  outline: none;
}

#import_question_1 .section-2 .section-2-data .show-data-row .tag_show{
  width: 112px;
  width: 112px;
  height: 44px;
  background: transparent;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#import_question_1 .no-paddinglr{
  padding-left: 0;
  padding-right: 0;
}

#import_question_1 .section-2 .section-2-data .confirm-container #conFirmImport{
  width: 180px;
  height: 44px;

  background: #CA0813;
  border: 2px solid #CA0813;
  border-radius: 4px;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
}

#import_question_1 .section-2 .section-2-data .confirm-container{
  margin-top: 60px;
  text-align: right;
  padding-right: 78px;
}

#import_question_1
  .difficulty-container
  .title-3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}

#import_question_1 .difficulty-container {
  margin-top: 39px;
}

.import-quesrtions-header{
  width: 1200px;
  height: 100px;

  background: #F8F8F8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-top: 24px;
  padding-left: 50px;
}

.import-quesrtions-header .title-1{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;

  color: #424242;
}

.import-quesrtions-header .title-2{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;

  color: #CA0813;
}

#import_questions_biooui_1{
  width: 1200px;
  height: 1020px;

  background: #F8F8F8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
}
#import_questions_biooui_1 .area-upload{
  width: 800px;

  background: transparent;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

#import_questions_biooui_1 .area-upload .img-container{
  width: 330px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

#import_questions_biooui_1 .area-upload .img-container .submit-01{
  width: 180px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
#import_questions_biooui_1 .area-upload .img-container #saveFile{
  width: 180px;
  height: 44px;
  background: #CA0813;
  border: 2px solid #CA0813;
  border-radius: 4px;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
}

#import_questions_3{
  width: 1200px;
  background: #F8F8F8;

  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  padding-bottom: 100px;
}
#import_questions_3 .container-data-1{
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  background: #F8F8F8;

  padding-top: 50px;
  padding-left: 40px;
  margin-bottom: 20px;
}
#import_questions_3 .container-data-1 .title{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}

#import_questions_3 .container-data-1 .show-title{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #CA0813;
  margin-left: 20px;
  margin-right: 20px;
}
#import_questions_3 .container-data-2{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;

  background: #FFFFFF;

  padding-top: 24px;
  padding-left: 20px;
  margin-top: 10px;

  padding-bottom: 50px;
}
#import_questions_3 .container-data-2 .show-question-num{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}
#import_questions_3 .container-data-2 .red-text{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #CA0813;
}
#import_questions_3 .container-data-2 .show-question-type{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #979797;
}
#import_questions_3 .container-data-2 .question-container{
  margin-top: 40px;
}
#import_questions_3 .container-data-2 .question-container .title{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;

  color: #000000;
  margin-bottom: 20px;
}
#import_questions_3 .container-data-2 .question-container .question-info{
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 35px;
  color: #000000;
}
#import_questions_3 .container-data-2 .question-container .title-choice{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 45px;
  margin-bottom: 20px;
}

#import_questions_3 .container-data-2 .question-container p{
  margin-bottom: 0;
}
#import_questions_3 .container-data-2 .choice-container .choice{
  width: 1050px;
  height: 141px;
  background: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 4px;
  margin-bottom: 10px;
}
#import_questions_3 .container-data-2 .choice-symbol{
  padding-top: 8px;
  padding-left: 25px;
  font-size: 28px;
}
#import_questions_3 .container-data-2 .choice-container .choice-title{
  padding-top: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}
#import_questions_3 .container-data-2 .choice-answer-title{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 20px;
}
#import_questions_3 .container-data-2 .choice-answer{
  width: 1050px;
  background: #FFFFFF;
  border: 1px solid #979797;

  border-radius: 4px;
}
#import_questions_3 .container-data-2 .show-answer-choice{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
  padding-top: 4px;
}

#import_questions_3 .container-data-2 .add-other_tag-container{
  margin-top: 62px;
}
#import_questions_3 .container-data-2 .add-other_tag-container .title{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}
#import_questions_3 .tags .vs__dropdown-toggle{
  width: 870px;
}

#import_questions_3 .global_tag-container{
  margin-top: 50px;
  padding-left: 40px;
}
#import_questions_3 .global_tag-container .title{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;

  color: #000000;
}

#import_questions_3 .submit-container{
  margin-top: 50px;
  text-align: right;
  padding-right: 79px;
}

#import_questions_3 .submit-container #SubmitImportQuestions{
  width: 180px;
  height: 44px;
  background: #CA0813;
  border: 2px solid #CA0813;
  border-radius: 4px;
  outline: none;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
}

#import_questions_3 .container-data-2 .answer-free-text-container{
  margin-top: 50px;
}
#import_questions_3 .container-data-2 .answer-free-text-container .title{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #424242;
}

#import_questions_3 .container-data-2 .answer-free-text-container .show-input-box{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;

  color: #000000;

  width: 1012px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
}

#import_questions_3 #ShowSuccessImport .modal-content{
  width: 820px;
  height: 334px;
  background: #FFFFFF;
  border-radius: 4px;
}
#import_questions_3 #ShowSuccessImport .modal-content .success-symbol{
  text-align: center;
  margin-top: 50px;
}
#import_questions_3 #ShowSuccessImport .modal-content .success-text .title-1{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #CA0813;
}

#import_questions_3 #ShowSuccessImport .modal-content .success-text{
  text-align: center;
  margin-top: 35px; 
}
#import_questions_3 #ShowSuccessImport .modal-content .confirm-success-container .confirm-success{
  width: 400px;
  height: 44px;
  background: #CA0813;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  border: none;
  outline: none;
}

#import_questions_3 #ShowSuccessImport .modal-content .confirm-success-container{
  text-align: center;
  margin-top: 35px;
}

/* #import_questions_3 .radio-choice-container input[type=radio]{
  width: 2em;
  height: 2em;
} */
#import_questions_3 .radio-choice-container{
  padding-top: 48px;
  padding-left: 25px;
}


#import_questions_3 .radio-choice-container input[type='radio'] {
  -webkit-appearance:none;
  width: 30px;
  height: 30px;
  border:1px solid #000;
  border-radius:50%;
  outline:none;
  border: 1px solid #424242;
}

#import_questions_3 .radio-choice-container input[type='radio']:before {
  content:'';
  display:block;
  width:100%;
  height:100%;
  /*margin: 20% auto;    */
  border-radius:50%;
  border: 1px solid #424242;   
}
#import_questions_3 .radio-choice-container  input[type='radio']:checked:before {
  background: #CA0813;
}

#question-bank .modal-dialog {
    max-width: 820px;
    margin: auto auto;
    margin-top: 105px;
}

#import_questions_3 .solution-editor,
#import_questions_3 .ck-rounded-corners{
  width: 1012px;
  height: 100px;
}
#import_questions_3 .modal-dialog {
  max-width: 820px;
  margin: auto auto;
  margin-top: 105px;
}

#import_question_1 input:disabled {
  background: #C0C0C0 !important;
}

#import_questions_3 #ConfirmImport .modal-content{
  width: 820px;
  height: 334px;
}

#import_questions_3 #ConfirmImport .modal-content .show-info-text{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;

  color: #CA0813;
  text-align: center;
  margin-top: 80px;

}
#import_questions_3 #ConfirmImport .modal-content .confirm1{
  width: 200px;
  height: 44px;
  background: #CA0813;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  outline: none;
  border: none;
}

#import_questions_3 #ConfirmImport .modal-content .cancel1{
  outline: none;
  border: none;

  width: 200px;
  height: 44px;
  background: #FFFFFF;
  border: 2px solid #CA0813;
  border-radius: 4px;

  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #CA0813;
  margin-right: 20px;
}
#import_questions_3 #ConfirmImport .modal-content .button-container{
  text-align: center;
  margin-top: 50px;
}

#import_questions_3 .choice-import .solution-editor{
  width: 920px;
  height: 100px;
}
#import_questions_3 .choice-import .ck-rounded-corners{
  width: 920px;
 
}

/* CourseAccessCode */

#CreateCourseModal .modal-footer .btn-access-code {
  /* margin-right: auto; */
  color: #ca0813;
}

#CreateCourseModal .modal-footer .list-students-detail-link {
  margin-right: auto;

  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#CreateCourseModal .modal-footer .btn-delete-course {
  margin-right: 10px;
  width: auto !important;
}

#CreateCourseModal .modal-footer .btn-access-code a{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #ca0813;
  outline: none;
  text-decoration:none;
}

#CreateCourseModal .modal-footer form{
  margin-right:auto;
}

#course-access-code{
  background: #EEEEEE;
}

#course-access-code .bg1{
  margin-top: 14px;
  width: 1200px;
  height: 100px;
  background: #F8F8F8;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 50px;
}

#course-access-code .title1{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
}

#course-access-code .title2{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
}

#course-access-code .button-title{
  float:right;
  margin-top:4px;
}

#course-access-code .button-title .create-btn{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
  width: 190px;
  height: 44px;
  background: #CA0813;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  text-decoration: none;
}

#course-access-code .bg2{
  width: 1200px;
  height: 828px;
  background: #F8F8F8;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 66px;
  display: table;
  position: relative;
}

#course-access-code .bg2 table{
  width: 1068px;
  height: 60px;
  margin-left:auto;
  margin-right:auto;
}

#course-access-code .line-break{
  width:100%;
  height:2px;
  background:#FFFFFF;
}

#course-access-code .bg2 table thead tr{
  background: #767676;
  width: 1068px;
  height: 60px;
}

#course-access-code .bg2 table thead tr th{
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

#CreateCourseAccessCodeModal .modal-content{
  width: 570px;
  min-height: 564px;
  background: #F8F8F8;
  padding: 50px 30px;
}

#CreateCourseAccessCodeModal .modal-content .modal-body{
  padding: 0px !important;
}

#CreateCourseAccessCodeModal .title{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #CA0813;
  padding-bottom: 30px;
}

#CreateCourseAccessCodeModal .text-name1{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #767676;
  margin-bottom: 10px;
}

#CreateCourseAccessCodeModal .text-name2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  padding-bottom:30px;
}

#CreateCourseAccessCodeModal .access_code_number{
  width: 240px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 10px;
  outline: none;
  margin-bottom: 30px;
}

#CreateCourseAccessCodeModal input[type="checkbox"] {
  width: 22px;
  height: 22px;
  background: #F8F8F8;
  border: 2px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  outline:none;
}

#CreateCourseAccessCodeModal input[type="checkbox"]:checked {
  background: #ca0813 !important;
  border: 2px solid #ca0813 !important;
  visibility: visible;
  outline:none;
}

#CreateCourseAccessCodeModal .exp{
  width: 510px;
  height: 62px;
  background: #F8F8F8;
  border: 4px solid #FFFFFF;
  box-sizing: border-box;
  padding: 16px 20px;
  display: flex;
}

#CreateCourseAccessCodeModal .text-exp{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-left: 10px;
}

#CreateCourseAccessCodeModal .date_exp input{
  width: 240px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  outline: none;
}

#CreateCourseAccessCodeModal .exp-detail{
  width: 510px;
  height: 134px;
  background: #F8F8F8;
  border: 4px solid #FFFFFF;
  box-sizing: border-box;
  margin-top:10px;
  padding:20px 20px;
}

#CreateCourseAccessCodeModal .exp-detail .text{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #767676;
  line-height: 25px;
  margin-bottom: 12px;
}

#CreateCourseAccessCodeModal .exp-detail img{
  width: 24px;
  height: 18px;
  margin-top: 22px;
  margin-right: 8px;
}
#CreateCourseAccessCodeModal .exp-detail .date_exp{
  width: 280px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 8px 20px
}

#CreateCourseAccessCodeModal .count{
  display: flex;
  width: 60%;
  float: right;
  margin-top: 30px;
}

#CreateCourseAccessCodeModal .count .text1{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-right: 20px;
  margin-top: 11px;
}

#CreateCourseAccessCodeModal .count .text2{
  margin-top: 11px;
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

#CreateCourseAccessCodeModal .count input{
  width: 120px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 27px;
  outline: none;
  margin-right: 20px;
}

#CreateCourseAccessCodeModal .button-modal{
  clear: both;
  float: right;
  margin-top: 50px;
  display: flex;
}

#CreateCourseAccessCodeModal .button-modal .cancel-btn{
  color: #CA0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  width: 180px;
  height: 44px;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  background: transparent;
  margin-right: 20px;
  outline: none;
}
#CreateCourseAccessCodeModal .button-modal .submit-btn{
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  width: 180px;
  height: 44px;
  background: #CA0813;
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
}

#course-access-code .suspended-btn-active,
#course-access-code .suspended-btn-used{
  color: #C4C4C4;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border: 2px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100px;
  height: 44px;
  outline:none;
  background:transparent;
}
#course-access-code .suspended-btn-active:hover,
#course-access-code .suspended-btn-used:hover{
  border: 2px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  color: #CA0813;
}

#course-access-code .suspended-btn-suspended{
  background: #CA0813;
  border-radius: 4px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border: 2px solid #CA0813;
  width: 100px;
  height: 44px;
  outline:none;
}

#course-access-code table tbody th,#course-access-code table tbody td{
  display: table-cell;
  vertical-align: middle;
}

#course-access-code .status_active{
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

#course-access-code .status_used{
  color: #09CE9F;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

#course-access-code .status_suspended{
  color: #C4C4C4;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

#course-access-code  .text_align_center{
  text-align:center;
}

.pagination-bottom{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
#questions-content-container .difficulty-checkbox-btn{
  display: inline-block;
  text-align: center;
}

#questions-content-container .difficulty-checkbox-btn input[type='checkbox'] {
  visibility: hidden;
  position: relative;
  display: inline-block;
  width:30px;
  height:30px;
}

#questions-content-container .difficulty-checkbox-btn input[type='checkbox']:before {
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  content: '';
  visibility: visible;
  border: 2px solid #CED4DA;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#questions-content-container .difficulty-checkbox-btn input[type='checkbox']:after {
  opacity: 1;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
  content: '';
}
#questions-content-container .difficulty-checkbox-btn input[type='checkbox']:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #CA0813;
  visibility: visible;
  border: 2px solid #CA0813;
}
#questions-content-container .difficulty-checkbox-btn input[type='checkbox']:focus {
  outline: none;
}

#questions-content-container .difficulty-checkbox-btn input[type='checkbox']:checked+label {
  font-weight: bold;
 }

 #manual-question-container .difficulty-checkbox-btn{
  display: inline-block;
  text-align: center;
}

#manual-question-container .difficulty-checkbox-btn input[type='checkbox'] {
  visibility: hidden;
  position: relative;
  display: inline-block;
  width:30px;
  height:30px;
}

#manual-question-container .difficulty-checkbox-btn input[type='checkbox']:before {
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  content: '';
  visibility: visible;
  border: 2px solid #CED4DA;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#manual-question-container .difficulty-checkbox-btn input[type='checkbox']:after {
  opacity: 1;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
  content: '';
}
#manual-question-container .difficulty-checkbox-btn input[type='checkbox']:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #CA0813;
  visibility: visible;
  border: 2px solid #CA0813;
}
#manual-question-container .difficulty-checkbox-btn input[type='checkbox']:focus {
  outline: none;
}

#manual-question-container .difficulty-checkbox-btn input[type='checkbox']:checked+label {
  font-weight: bold;
 }

#blueprint-questions-content-container .difficulty-checkbox-btn{
  display: inline-block;
  text-align: center;
}

#blueprint-questions-content-container .difficulty-checkbox-btn input[type='checkbox'] {
  visibility: hidden;
  position: relative;
  display: inline-block;
  width:30px;
  height:30px;
}

#blueprint-questions-content-container .difficulty-checkbox-btn input[type='checkbox']:before {
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  content: '';
  visibility: visible;
  border: 2px solid #CED4DA;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#blueprint-questions-content-container .difficulty-checkbox-btn input[type='checkbox']:after {
  opacity: 1;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
  content: '';
}
#blueprint-questions-content-container .difficulty-checkbox-btn input[type='checkbox']:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #CA0813;
  visibility: visible;
  border: 2px solid #CA0813;
}
#blueprint-questions-content-container .difficulty-checkbox-btn input[type='checkbox']:focus {
  outline: none;
}

#blueprint-questions-content-container .difficulty-checkbox-btn input[type='checkbox']:checked+label {
  font-weight: bold;
 }

 .toggle-open-close {
  width: 32px;
  height: 32px;
  display: flex;
  margin-left: 96%;
  background: white;
  position: sticky;
  top: 150px;
  box-shadow: 0px 4px 4px 0px #0000001A;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.toggle-open-close .to-close{
  color: #424242;
  cursor: pointer;
}

.toggle-close-open{
  text-align: center;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}

.toggle-close-open .to-open{
  color: #fff;
  cursor: pointer;
}

#list_order .link-to-inform{
  text-align: center;
  padding-top: 20px;
}

#list_order .link-to-inform a{
  color: #424242;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

.setting_school_name{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.setting_school_name input{
  width: 100%;
  height: 44px;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
}
.setting_school_name label,
.setting_address .address label{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #424242;
  margin-top: 10px;
  margin-right: 14px;
}

.setting_address .road-tumbon label,
.setting_address .ampher-province label,
.setting_address .zipcode label{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #424242;
  margin-top: 10px;
  margin-right: 14px;
}

.setting_address{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.setting_address .address .text-area-input-address{
  resize: none;
  outline: none;
  width: 100%;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
}

.setting_address .road-tumbon input{
  width: 100%;
  height: 44px;
  outline: none;
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 5px;
}

.setting_address .ampher-province input{
  width: 100%;
  height: 44px;
  outline: none;
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 5px;
}

.setting_address .zipcode input{
  width: 100%;
  height: 44px;
  outline: none;
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 5px;
}

.school-register{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.school-register input{
  width: 100%;
  height: 44px;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  display: block;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
}

.school-register label{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #424242;
  margin-top: 10px;
  margin-right: 14px;
}

#question-bank .filter_question_sarabun,
#question-bank .expand-btn{
  cursor: pointer;
}

#menu-course-detail .course-expire{
  position: absolute;
  bottom: 0px;
  left: 300px;
}

#menu-course-detail .course-expire div{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-detail .course-expire input{
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
}

.clear_both{
  clear: both;
}

.my-courses-list .expired_date{
  color: #767676;
  font-size: 12px;
  margin-top: 2px;
}

#exercise_blank_app #confirmCreateCourse .modal-dialog .expired_interval input{
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100px;
  height: 44px;
  outline: none;
  text-align: center;
}
#exercise_blank_app #confirmCreateCourse .modal-dialog .expired_interval label{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
  margin-top: 30px;
  margin-right: 5px;
}
#list_page .sort_order{
  width: 16px;
  cursor: pointer;
}

#list_page .up-arrow {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    background: transparent;
    border-bottom: solid 7px black;
    border-top-width: 0;
    cursor: pointer;
}

#list_page .down-arrow {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    background: transparent;
    border-top: solid 7px black;
    border-bottom-width: 0;
    margin-top:1px;
    cursor: pointer;
}
#list_page .head-title{
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}
#list_page #text_search{
  background-color: white !important;
  background: url(../images/search_icon.png) no-repeat right;
  background-position-x: 300px;
  background-size: 20px 20px;
  -webkit-appearance: none;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 342px;
  height: 44px;
  outline: none;
  padding-left: 20px;
  margin-left: 0px;
  margin-right: 25px;
  margin-top: 14px;
}
#list_page .select-type-filter select{
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 228px;
  height: 44px;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 10px;
  padding-right: 4px;
  background-color: white !important;
  background: url(../images/select_icon.png) no-repeat right;
  background-position-x: 200px;
  background-size: 16px 12px;
  -webkit-appearance: none;
  margin-top: 14px;
}

#list_page #search_button{
  float: right;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100px;
  height: 44px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
  margin-top: 14px;
  outline: none;
  margin-left: 35px;
}

#exam-proctor .search-filter-container{
  width: 100%;
  height: auto;
  background: #F8F8F8;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  align-items: center;
}
#exam-proctor .search-filter-container .row{
  width: 100%;
}
#exam-proctor .search-filter-container #text_search{
  background-color: white !important;
  background: url(../images/search_icon.png) no-repeat right;
  background-position-x: 98%;
  background-size: 20px 20px;
  -webkit-appearance: none;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  outline: none;
}
#exam-proctor .search-filter-container #search_commit_button{
  float: right;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
  outline: none;
}

#exam-proctor .up-arrow {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  background: transparent;
  border-bottom: solid 7px black;
  border-top-width: 0;
  cursor: pointer;
}

#exam-proctor .down-arrow {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  background: transparent;
  border-top: solid 7px black;
  border-bottom-width: 0;
  margin-top:1px;
  cursor: pointer;
}
#exam-proctor .exam-proctor-pagination-content{
  margin-top: 40px;
}
#exam-proctor .document_icon {
  width: 18px;
  height: 20px;
  color: #ca0813;
}

#exercise_blank_app .down-arrow {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  background: transparent;
  border-top: solid 7px black;
  border-bottom-width: 0;
  margin-top:1px;
  cursor: pointer;
}
#exercise_blank_app .up-arrow {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  background: transparent;
  border-bottom: solid 7px black;
  border-top-width: 0;
  cursor: pointer;
}
#exercise_blank_app .sort-exercises{
  margin-left: 12px;
  padding-top: 2px;
}
#exercise_blank_app .sort-years{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding-bottom: 5px;
}
#exercise_blank_app .sort-years .title-text{
  padding-left: 142px;
  white-space: nowrap;
}
#exercise_blank_app .sort-years .title-text-1{
  padding-left: 16px;
  white-space: nowrap;
}

/* analysis report */
#analysis_all_students_report{
  margin-top: 10px;
  margin-bottom: 218px;
}
#analysis_all_students_report .title-container{
  width: 1200px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;

  background: #F8F8F8;
  padding-left: 50px;
  padding-top: 22px;
}
#analysis_all_students_report .title-container .title-1{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;

  color: #424242;
}
#analysis_all_students_report .title-container .title-2{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
}
#analysis_all_students_report .analysis-report-container{
  margin-top: 2px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;  
}
#analysis_all_students_report .img-dropdown{
  width: 16px;
  height: 12px;

  cursor: pointer;
}
#analysis_all_students_report .course_tags_info_container{
  height: 90px;

  background: #424242;
  padding-top: 30px;
}
#analysis_all_students_report .course_tags_info_container .course_tag_name{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
#analysis_all_students_report .course_tags_info_container .title-head{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
}
#analysis_all_students_report .chapter_tags_info_container{
  height: 60px;
  padding-top: 20px;
  background: #C4C4C4;
  margin-top: 2px !important;
}
#analysis_all_students_report .chapter_tags_info_container .title-1{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
#analysis_all_students_report .chapter_tags_info_container .title-2{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #000000;

  text-align: center;
}
#analysis_all_students_report .chapter_tags_info_container .title-red-text{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;

  color: #CA0813;
  text-align: center;
}
#analysis_all_students_report .topic_tags_container{
  height: 60px;
  background: #F8F8F8;
  margin-top: 2px !important;
}
#analysis_all_students_report .topic_tags_container .head-title{
  border: 1px solid #CED4DA;

  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
#analysis_all_students_report .topic_tags_container .title-2{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  text-align: center;

  border: 1px solid #CED4DA;
}
#analysis_all_students_report .topic_tags_container .title-3{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000000;

  border: 1px solid #CED4DA;
}
#analysis_all_students_report  .topic_tags_container .col-5,
#analysis_all_students_report .topic_tags_container .col-3,
#analysis_all_students_report  .topic_tags_container .col{
  padding-top: 15px;
}
#analysis_all_students_report .subtopic_tags_container{
  height: 60px;
  background: #FFFFFF;
}
#analysis_all_students_report .subtopic_tags_container .head-title{
  padding-top: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  color: #000000;
  border: 1px solid #CED4DA;
}
#analysis_all_students_report .subtopic_tags_container .title-1{
  padding-top: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  border: 1px solid #CED4DA;
}
#analysis_all_students_report .main-tags-full,
#analysis_all_students_report .other-tags-full,
#analysis_all_students_report .taxonomy-tags-full,
#analysis_all_students_report .difficulty-tags-full{
  display: none;
}
#analysis_all_students_report .main-tags-breif,
#analysis_all_students_report .main-tags-full,
#analysis_all_students_report .other-tags-breif,
#analysis_all_students_report .other-tags-full,
#analysis_all_students_report .taxonomy-tags-breif,
#analysis_all_students_report .taxonomy-tags-full{
  margin-bottom: 10px;
}
#analysis_all_students_report .other-tags-breif .title_container,
#analysis_all_students_report .other-tags-full .title_container,
#analysis_all_students_report .taxonomy-tags-breif .title_container,
#analysis_all_students_report .difficulty-tags-breif .title_container,
#analysis_all_students_report .taxonomy-tags-full .title_container,
#analysis_all_students_report .difficulty-tags-full .title_container{
  height: 90px;

  background: #424242;
  padding-top: 30px;
}
#analysis_all_students_report .other-tags-breif .title_container .title-head,
#analysis_all_students_report .other-tags-full .title_container .title-head,
#analysis_all_students_report .taxonomy-tags-breif .title_container .title-head,
#analysis_all_students_report .difficulty-tags-breif .title_container .title-head,
#analysis_all_students_report .taxonomy-tags-full .title_container .title-head,
#analysis_all_students_report .difficulty-tags-full .title_container .title-head{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;

  text-align: center;
}
#analysis_all_students_report .other-tags-breif .title_container .title,
#analysis_all_students_report .other-tags-full .title_container .title,
#analysis_all_students_report .taxonomy-tags-breif .title_container .title,
#analysis_all_students_report .difficulty-tags-breif .title_container .title,
#analysis_all_students_report .taxonomy-tags-full .title_container .title,
#analysis_all_students_report .difficulty-tags-full .title_container .title{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
#analysis_all_students_report .taxonomy-tags-full .taxonomy-container,
#analysis_all_students_report .difficulty-tags-full .difficulty-container{
  height: 60px;
  background: #FFFFFF;
}
#analysis_all_students_report .taxonomy-tags-full .taxonomy-container .title-1,
#analysis_all_students_report .difficulty-tags-full .difficulty-container .title-1{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  padding-top: 17px;

  border: 1px solid #CED4DA;
}
#analysis_all_students_report .taxonomy-tags-full .taxonomy-container .title-2,
#analysis_all_students_report .difficulty-tags-full .difficulty-container .title-2{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  padding-top: 17px;

  text-align: center;
  border: 1px solid #CED4DA;
}
#analysis_all_students_report .strip{
  background: #F8F8F8 !important;
}
#list_page .list-page-pagination-content{
    /* min-width: 85.36%; */
    width: 1180px;
    max-width: 1180px;
    height: 70px;
    background: #f8f8f8;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    /* float: right; */
}
#list_page .courseActivate-checkbox-btn input[type='checkbox']{
  visibility: hidden;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#list_page .courseActivate-checkbox-btn input[type='checkbox']::before{
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  content: '';
  visibility: visible;
  border: 2px solid #CED4DA;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#list_page .courseActivate-checkbox-btn input[type='checkbox']::after{
  opacity: 1;
  left: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
  content: '';
}
#list_page .courseActivate-checkbox-btn input[type='checkbox']:checked::after{
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #CA0813;
  visibility: visible;
  border: 2px solid #CA0813;
}
#list_page #selectCourseActivate .course_info{
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
}
#list_page #selectCourseActivate #selectCourseActivateTitle{
  margin-top: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 8px;
}
#list_page #selectCourseActivate .modal-footer .btn-primary{
    /* width: 270px; */
    /* height: 40px; */
    background: #ca0813;
    border-radius: 4px;
    border: 0px;
    outline: none;
    font-style: normal;
    font-weight: 600;
    /* font-size: 20px; */
    /* line-height: 32px; */
    color: #ffffff;
}
#list_page .activate-course{
  color: #CA0813;
  padding-top: 18px;
  padding-left: 10px;
}
#list_page .not-activate-course{
  color: #CED4DA;
  padding-top: 18px;
  padding-left: 10px;
}
#list_page #selectCourseActivate .modal-footer .text-tip{
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  color: #767676;
}

#analysis_all_students_report .print_analysis_report{
  width: 120px;
  height: 40px;
  border: 1px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;

  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: center;

  color: #CA0813;
  background-color: transparent;
}
#analysis_all_students_report .print_analysis_report:hover{
  color: #FFFFFF;
  background: #CA0813;
}

#menu-course-detail .list-course-pagination-content{
  min-width: 85.36%; 
  width: 1180px;
  max-width: 1180px;
  height: 70px;
  background: #f8f8f8;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}

#course_students_detail{
  margin-top: 35px;
  padding: 24px;

  width: 100%%;
  margin-left: auto;
  margin-right: auto;
  background: #F8F8F8;
  margin-bottom: 50px;
}
#course_students_detail .course_title_1{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
}
#course_students_detail .course_title_2{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
}
#course_students_detail .students-content{
  margin-top: 30px;
}
#course_students_detail .students-content .students-content-heading-1{
  width: 100%;
  height: 90px;
  background: #424242;

  padding-left: 20px;
  padding-right: 20px;
}
#course_students_detail .students-content .students-content-heading-1 .title-1{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
#course_students_detail .students-content .students-content-heading-1 .student-count{
  padding-left: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #FF0000;
}
#course_students_detail .students-content .heading-table{
  width: 100%;
  height: 60px;
  background: #767676;
  margin-top: 2px !important;
  padding-top: 20px;
}
#course_students_detail .students-content .heading-table .heading-text{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
}
#course_students_detail .students-content .heading-table .heading-text-1{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
}
#course_students_detail .students-content .student-content-row{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
#course_students_detail .students-content .text_center{
  text-align: center;
}
#course_students_detail .students-content .normal_text{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
#course_students_detail .white-backgroud{
  background: #fff;
}
#course_students_detail .course-students-pagination-content{
  width: 100%;
  height: 70px;
  background: #f8f8f8;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  /* float: right; */
}
#course_students_detail .disabled{
  pointer-events: none !important;
  cursor: pointer;
}
#course_students_detail .search-student-info-input{
  outline: none;
  width: 410px;
  border: 0;
  padding-left: 20px;
  margin-left: auto;
  margin-right: 20px;
  background-color: #f8f8f8 !important;
  background: url(/static/images/search_icon.png) no-repeat right;
  background-position-x: 368px;
  background-size: 20px 20px;
  -webkit-appearance: none;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  height: 44px;
}
#course_students_detail .search-student-info{
  width: 125px;
  height: 44px;
  background: #ca0813;
  border-radius: 4px;
  border: 0;
  outline: none;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
#menu-course-exam-detail{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#menu-course-exam-detail .heading-container{
  background: #f8f8f8;
  height: auto;
  padding: 24px;
}

#menu-course-exam-detail .heading-container .heading-1{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

#menu-course-exam-detail .heading-container .heading-2{
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}
#menu-course-exam-detail .search-course-exam{
  display: flex;
  background: #f8f8f8;
  height: auto;
  padding: 24p;
}
#menu-course-exam-detail .search-course-exam .search-submit-form{
  width: 100%;
}
#menu-course-exam-detail .search-course-exam .search-submit-form #text_search{
  background-color: white !important;
  background: url(../images/search_icon.png) no-repeat right;
  background-position-x: 98%;
  background-size: 20px 20px;
  -webkit-appearance: none;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  outline: none;
  padding-left: 20px;
  margin-left: 0px;
  margin-right: 25px;
  margin-top: 14px;
}
#menu-course-exam-detail .search-course-exam .search-submit-form button{
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
  margin-top: 14px;
  outline: none;
  margin-left: 35px;
}
#menu-course-exam-detail .page-course-exam-section{
  background: white;
}
#menu-course-exam-detail .page-course-exam-section .div-block-90{
  margin-bottom: 34px;
  filter: drop-shadow(0 4px 10px #0000001A);
}
#menu-course-exam-detail .page-course-exam-section .show-course-preview{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  border-radius: 4px 4px 0px 0px;
}
#menu-course-exam-detail .page-course-exam-section .image-21{
  width: 100%;
  height: 192px;
  border-radius: 4px 4px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#menu-course-exam-detail .page-course-exam-section .div-block-26{
  width: 100%;
  padding-bottom: 0;
  border-radius: 0 0 4px 4px;
  margin-left: auto;
  margin-right: auto;
}
#menu-course-exam-detail .page-course-exam-section .div-block-26-bg{
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 16px 24px 24px 24px;
}
#menu-course-exam-detail .page-course-exam-section .text-block-12 .link-10{
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}
#menu-course-exam-detail .page-course-exam-section .text-block-21{
  height: 60px;
  word-break: break-word;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 200px;
}
#menu-course-exam-detail .page-course-exam-section .course-time{
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
}
#menu-course-exam-detail .page-course-exam-section .course-time .text-block-20{
  display: flex;
}
#menu-course-exam-detail .page-course-exam-section .course-time .text-block-20 .text{
  margin-bottom: 2px;
}
#menu-course-exam-detail .page-course-exam-section .course-time span{
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
#menu-course-exam-detail .page-course-exam-section .course-time .price_course{
  text-align: right;
}
#menu-course-exam-detail .page-course-exam-section .button{
  display: flex;
}
#menu-course-exam-detail .page-course-exam-section .button .edit-btn button{
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px 56px;
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  background: transparent;
  margin-top: -8px;
}
#menu-course-exam-detail .page-course-exam-section .button .detail-btn a{
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
}
#menu-course-exam-detail .list-course-exam-pagination-content{
  width: 1080px;
  max-width: 1080px;
  height: 70px;
  background: #f8f8f8;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}
#menu-course-exam-detail #CreateCourseModal .modal-dialog{
  min-width: 1160px;
  height: 870px;
  margin-left: auto;
  margin-right: auto;
}
#menu-course-exam-detail #CreateCourseModal .modal-content{
  min-height: 870px;
  padding: 0;
  background-color: #f8f8f8;
}
#menu-course-exam-detail #CreateCourseModal .modal-body {
  padding: 0px !important;
  background: white;
}
#menu-course-exam-detail #CreateCourseModal .header-section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 40px;
  background: #FBFBFB;
}
#menu-course-exam-detail #CreateCourseModal .header-section .title {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
#menu-course-exam-detail #CreateCourseModal .header-section .sub-title {
  color: #CA0813;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
#menu-course-exam-detail #CreateCourseModal .create-course-form {
  padding: 24px 40px;
  padding-bottom: 0;
  background: white;
}
#menu-course-exam-detail #CreateCourseModal .detail{
  display: flex;
}
#menu-course-exam-detail #CreateCourseModal .course-name div, #menu-course-exam-detail #CreateCourseModal .course-description div{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
#menu-course-exam-detail #CreateCourseModal .course-name input{
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  height: 44px;
  margin-bottom: 20px;
  outline: none;
}
#menu-course-exam-detail #CreateCourseModal .course-description textarea{
  resize: none;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  min-height: 103px;
  outline: none;
}
#menu-course-exam-detail #CreateCourseModal .course-teacher-info .title-teach{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
#menu-course-exam-detail #CreateCourseModal .course-teacher-info #teacher_info{
  resize: none;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  min-height: 70px;
  outline: none;
}
#menu-course-exam-detail #CreateCourseModal label{
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}
#menu-course-exam-detail #CreateCourseModal .course-access-code input{
  border: 1px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 188px;
  height: 40px;
  padding-left: 12px;
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  margin-left: 20px;
}
#menu-course-exam-detail #CreateCourseModal .student_count{
  clear: both;
  width: 510px;
  height: 88px;
  background: #f8f8f8;
  border: 4px solid #ffffff;
  box-sizing: border-box;
  float: right;
  padding: 18px 20px;
  margin-top: 44px;
}
#menu-course-exam-detail .student_count #checked_count{
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 22px;
  height: 22px;
  background: #f8f8f8;
  border: 2px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 10px;
}
#menu-course-exam-detail #CreateCourseModal input{
  outline: none;
}
#menu-course-exam-detail .student_count .label{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
#menu-course-exam-detail #CreateCourseModal .tag_of_course{
  clear: both;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#menu-course-exam-detail .tag_of_course select{
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 10px;
  padding-right: 4px;
  background-color: white !important;
  background: url(/static/images/select_icon.png) no-repeat right;
  background-position-x: 90%;
  background-size: 16px 12px;
  -webkit-appearance: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 24px;
}
#menu-course-exam-detail .student_count .count_number{
  display: block;
}
#menu-course-exam-detail .student_count #student_count{
  width: 80px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: -8px;
  outline: none;
}
#menu-course-exam-detail .footer-detail{
  display: flex;
}
#menu-course-exam-detail #CreateCourseModal input{
  outline: none;
}
#menu-course-exam-detail .img_upload img{
  width: 280px;
  height: 140px;
  margin-top: 20px;
}
#menu-course-exam-detail .course_status{
  position: relative;
}
#menu-course-exam-detail .course_status select{
  width: 250px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  bottom: 0px;
  margin-left: 26px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white !important;
  background: url(/static/images/select_icon.png) no-repeat right;
  background-position-x: 220px;
  background-size: 16px 12px;
  -webkit-appearance: none;
}
#menu-course-exam-detail .footer-detail .course-price{
  position: absolute;
  bottom: 0px;
  left: 40px;
}
#menu-course-exam-detail .footer-detail .course-price div{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
#menu-course-exam-detail .footer-detail .course-price input{
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 240px;
  height: 44px;
  outline: none;
}
#menu-course-exam-detail .course-expire{
  position: absolute;
  bottom: 0px;
  left: 300px;
}
#menu-course-exam-detail .course-expire div{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
#menu-course-exam-detail .course-expire input{
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  outline: none;
}
#menu-course-exam-detail #CreateCourseModal .modal-footer{
  padding: 40px;
  border: 0;
  background: white;
}
#menu-course-exam-detail #CreateCourseModal .btn-primary{
  width: 180px;
  height: 44px;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  outline: none;
}
#menu-course-exam-detail #CreateCourseModal .btn-secondary{
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  background: transparent;
  outline: none;
}
#menu-course-exam-detail #CreateCourseModal .modal-footer span{
  color: #fff;
}
#menu-course-exam-detail #CreateCourseModal .student_count #checked_count:checked,
#menu-course-exam-detail #CreateCourseModal .student_count #checked_sale_course:checked{
  background: #ca0813 !important;
  border: 2px solid #ca0813 !important;
  visibility: visible;
}
#menu-course-exam-detail .student_count #checked_sale_course{
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 22px;
  height: 22px;
  background: #f8f8f8;
  border: 2px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 10px;
}
#menu-course-exam-detail #CreateCourseModal .course-price input:disabled{
  background-color: #dcdcdc !important;
}
#menu-course-exam-detail .search-course{
  display: flex;
  background: #f8f8f8;
  height: auto;
  padding: 24px;
}

#menu-course-exam-detail  .search-course .text_search{
  background-color: white !important;
  background: url(../images/search_icon.png) no-repeat right;
  background-position-x: 98%;
  background-size: 20px 20px;
  -webkit-appearance: none;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  outline: none;
}
#menu-course-exam-detail .search-course button{
  float: right;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
  outline: none;
}
#inform_paid_transfer .tel_input_label{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #424242;
}
#inform_paid_transfer .tel_input{
  width: 300px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  outline: none;
  margin-left: 49px;
}

#menu-course-detail .setting-moredetail,
#menu-course-exam-detail .setting-moredetail{
margin-top: 25px !important;
}

#menu-course-detail .setting-moredetail .label,
#menu-course-exam-detail .setting-moredetail .label{
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-detail .setting-moredetail .send_document,
#menu-course-detail .setting-moredetail .unlimited_learning,
#menu-course-detail .setting-moredetail .pdf_document,
#menu-course-detail .setting-moredetail .can_study_twelve_months,
#menu-course-exam-detail .setting-moredetail .send_document,
#menu-course-exam-detail .setting-moredetail .unlimited_learning,
#menu-course-exam-detail .setting-moredetail .pdf_document,
#menu-course-exam-detail .setting-moredetail .can_study_twelve_months{
  display: flex;
}

#menu-course-detail .setting-moredetail .can_study_twelve_months .select-value,
#menu-course-exam-detail .setting-moredetail .can_study_twelve_months .select-value{
  color: #ca0813;
  margin-right: 10px;
}

.section-56-biooui .icon_config .pdf_document{
  display: flex;
  margin-top: 11px;
}
.section-56-biooui .icon_config .pdf_document .pdf_sym{
  margin-right: 12px;
}
.page-courses-student-section .detail .image-readme-pdf{
  width: 22px;
  height: 18px;
  margin-right: 10px;
}

#student_list_home{
  margin-top: 15px;
}
#student_list_home .student_list_title{
  height: 100px;
  background: #F8F8F8;
  padding: 24px;
}
#student_list_home .student_list_title .title-1{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
}
#student_list_home .student_list_title .title-2{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
}

#student_list_home .student_list_content{
  background: #F8F8F8;
  padding: 24px;
}
#student_list_home .student_list_content .search_filter{
  width: 740px;
  height: auto;
  display: flex;
}
#student_list_home .student_list_content .search_filter .search-bar-input{
  outline: none;
  width: 410px;
  border: 0;
  padding-left: 20px;
  margin-left: auto;
  margin-right: 20px;
  background-color: #f8f8f8 !important;
  background: url(/static/images/search_icon.png) no-repeat right;
  background-position-x: 98%;
  background-size: 20px 20px;
  -webkit-appearance: none;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  height: 44px;
}
#student_list_home .student_list_content .search_filter .btn{
  width: 220px;
  height: 44px;
  background: #ca0813;
  border-radius: 4px;
  border: 0;
  outline: none;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
#student_list_home .student_list_content .student_list_table{
  padding-top: 68px;
}
#student_list_home .student_list_content .student_list_table .header{
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
}
#student_list_home .student_list_content .student_list_table .student-row{
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  height: 70px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#student_list_home .student_list_content .student_list_table .student-row-1{
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  height: 70px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#student_list_home .student_list_content .student_list_table .header-row{
  padding-bottom: 22px;
}

#student_list_home .student_list_content .student_list_table .show_detail_click{
  width: 120px;
  height: 40px;
  outline: none;
  border: 1px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
  background: transparent;
  display: none;
}

#student_list_home .list-page-pagination-content{
    /* min-width: 85.36%; */
    width: 100%;
    height: 70px;
    background: #f8f8f8;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    /* float: right; */
}

#home_student_detail{
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#home_student_detail .student_head_bar{
  height: 100px;
  background: #F8F8F8;
  padding-left: 40px;
  padding-top: 20px;
}
#home_student_detail .student_head_bar .title-1{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
}
#home_student_detail .student_head_bar .title-2{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
}
#home_student_detail .student_content{
  padding: 40px;
  background: #F8F8F8;
}
#home_student_detail .student_content .profile_avatar{
  width: 120px;
  height: 120px;
}
#home_student_detail .student_content .profile_section .avatar_section{
  padding-left: 10px;
}
#home_student_detail .student_content .profile_section .name-section .name{
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
}
#home_student_detail .student_content .profile_section .student_id-section{
  margin-top: 6px !important;
}
#home_student_detail .student_content .profile_section .student_id-section .student_id{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #CA0813;
}
#home_student_detail .student_content .profile_section .school-section,
#home_student_detail .student_content .profile_section .tel-section,
#home_student_detail .student_content .profile_section .email-section,
#home_student_detail .student_content .profile_section .line-section,
#home_student_detail .student_content .profile_section .address-section{
  margin-top: 24px !important;
}
#home_student_detail .student_content .profile_section .school-section .school_name{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
#home_student_detail .student_content .profile_section .tel-section .tel{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
#home_student_detail .student_content .profile_section .email-section .email{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
#home_student_detail .student_content .profile_section .line-section .line{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
#home_student_detail .student_content .profile_section .address-section .address .normal-text{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
#home_student_detail .student_content .profile_section .address-section .address .topic-text{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin-right: 10px;
}
#home_student_detail .student_content .transer_section_header .title{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  margin-left: 16px;
}
#home_student_detail .student_content .transer_section{
  margin-top: 36px !important;
}
#home_student_detail .student_content .transer_section .no_data_transfer{
  width: 100%;
  min-height: 320px;
  height: auto;
  background: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  padding-top: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
#home_student_detail .student_content .transer_section .total-section{
  height: auto;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 24px;
}
#home_student_detail .student_content .transer_section .total-section .header-1{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #424242;
}
#home_student_detail .student_content .transer_section .total-section .normal-1{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #767676;
}
#home_student_detail .student_content .transer_section .total-section .value{
  text-align: right;
  padding-right: 20px;
}
#home_student_detail .student_content .transer_section .total-section .discount-content{
  margin-top: 24px !important;
}
#home_student_detail .student_content .transer_section .total-section .grand-total-content{
  margin-top: 62px !important;
}

#home_student_detail .student_content .transer_section .total-section .grand-total-content .header-1-red{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
}
#home_student_detail .student_content .transer_section .total-section .grand-total-content .normal-1-red{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #CA0813;
}
#home_student_detail .student_content .transer_section .transfer_box{
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  align-items: stretch;
  gap: 8px;
}
#home_student_detail .student_content .transer_section .beetween_box{
  margin-top: 10px !important;
}
#home_student_detail .student_content .transer_section .transfer_box .number{
  text-align: center;
  padding-top: 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
#home_student_detail .student_content .transer_section .transfer_box .order_number_content{
  padding-left: 32px;
  padding-top: 6px;
}
#home_student_detail .student_content .transer_section .transfer_box .order_number_content .title-1{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-right: 4px;
}
#home_student_detail .student_content .transer_section .transfer_box .order_number_content .title-2{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #CA0813;
  margin-right: 4px;
}
#home_student_detail .student_content .transer_section .transfer_box .date_create{
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #979797;
}
#home_student_detail .student_content .transer_section .transfer_box .creted{
  margin-top: 4px !important;
}
#home_student_detail .student_content .transer_section .transfer_box .price{
  padding-top: 20px;
  text-align: right;
  margin-right: 13px;
}
#home_student_detail .student_content .transer_section .transfer_box .price .discount{
  text-decoration: line-through;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #979797;
  margin-right: 10px;
}
#home_student_detail .student_content .transer_section .transfer_box .price .grand_total{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
}
#home_student_detail .student_content .transer_section .transfer_box .price .baht{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #424242;
}
#home_student_detail .student_content .transer_section .transfer_box .find-section{
  text-align: center;
  padding-top: 14px;
}
#home_student_detail .student_content .transer_section .transfer_box .find-section img{
  cursor: pointer;
  display: none;
}
#home_student_detail .student_content .transer_section .show-section-transfer{
  margin-top: 36px;
  text-align: center;
}
#home_student_detail .student_content .transer_section .show-section-transfer .load-more{
  width: 160px;
  height: 40px;
  border: 1px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
}
#home_student_detail .student_content .transer_section .show-section-transfer .hide-more{
  width: 160px;
  height: 40px;
  border: 1px solid #CA0813;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #CA0813;
}

/* ==Expired course== */

#course_students_detail .edit_expire_date{
  width: 50px;
  height: 30px;
  border: 2px solid #CA0813;
  background: transparent;
  outline: none;
  border-radius: 4px;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  color: #CA0813;
  display: none;
}
#course_students_detail #EditCourseExpire .title-modal{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #424242;
  margin-bottom: 40px;
}
#course_students_detail #EditCourseExpire .modal-body{
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0px;
  background: #F8F8F8;
}
#course_students_detail #EditCourseExpire .title{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #424242;
}
#course_students_detail #EditCourseExpire .name-container .name_info,
#course_students_detail #EditCourseExpire .created-container .created,
#course_students_detail #EditCourseExpire .expired-time-container .time-box .hour,
#course_students_detail #EditCourseExpire .expired-time-container .time-box .minute,
#course_students_detail #EditCourseExpire .expired-container
  .vdp-datepicker
  input[type="text"]{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #424242;
}
#course_students_detail #EditCourseExpire .between-section{
  padding-top: 10px;
  padding-bottom: 10px;
}

#course_students_detail #EditCourseExpire .expired-container
  .vdp-datepicker
  input[type="text"],
  #course_students_detail #EditCourseExpire .expired-container
  .expired_date {
  width: 120px;
  height: 34px;
  border: 0;
  outline: none;
}
#course_students_detail #EditCourseExpire .expired-time-container .time-box{
  width: 95px;
  height: 34px;
  background: transparent;
}
#course_students_detail #EditCourseExpire .expired-time-container .time-box .hour,
#course_students_detail #EditCourseExpire .expired-time-container .time-box .minute{
  width: 40px;
  height: 34px;
  border: none;
  outline: none;
  text-align: center;
}
#course_students_detail #EditCourseExpire .help-tip{
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  color: #979797;
  padding-top: 14px;
  padding-left: 4px;
}
#course_students_detail #EditCourseExpire .cancel-change{
  background: #FFFFFF;
  border: 2px solid #CA0813;
  border-radius: 4px;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #CA0813;
  outline: none;
}
#course_students_detail #EditCourseExpire .save-change{
  background: #CA0813;
  border-radius: 4px;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  outline: none;
}
#course_students_detail #EditCourseExpire .infinity-learning-container .checkbox-button__input {
  opacity: 0;
  position: absolute;
}
#course_students_detail #EditCourseExpire .infinity-learning-container input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}
#course_students_detail #EditCourseExpire .infinity-learning-container .checkbox-button__input:checked + .checkbox-button__control {
  border-color: #ced4da;
  cursor: pointer;
}

#course_students_detail #EditCourseExpire .infinity-learning-container .checkbox-button__control {
  cursor: pointer;
}
#course_students_detail #EditCourseExpire .infinity-learning-container .checkbox-button__control {
  width: 22px !important;
  height: 22px !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: inherit;
  border: 2px solid #ced4da;
  border-radius: 4px;
}
#course_students_detail #EditCourseExpire .infinity-learning-container .checkbox-button__input:checked + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #ca0813;
  border-radius: 2px;
}
#course_students_detail #EditCourseExpire .infinity-learning-container .checkbox-button__label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-left: 10px;
  color: #767676;
}

.btn-dropdown-secondary {
  width: 48px;
  height: 48px;
  border: 1px solid #CED4DA;
  background: white;
  padding: 8px;
  border-radius: 8px;
  color: #424242;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-dropdown-secondary .dropdown-menu {
  border-color: #CED4DA;
  border-radius: 4px;
}

.btn-dropdown-secondary::after {
  display: none;
}

.btn-dropdown-secondary:hover,
.btn-dropdown-secondary[aria-expanded="true"] {
  border-color: #CA0813;
  background: #FFF3F3;
}

.btn-dropdown-secondary .icon {
  color: #424242;
}

.biooui-dropdown .dropdown-item.active, .biooui-dropdown .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #CA0813;
}

.btn-biooui-primary {
  background: #CA0813;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: white;
  height: 48px;
  border-radius: 4px;
  text-decoration: none;
}

.btn-biooui-primary:hover {
  color: white;
  text-decoration: none;
}

.username-validate-msg {
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #979797;
  margin-top: 4px;
}

.username-validate-msg.error {
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #CA0813;
  margin-top: 4px;
}

.signup-div .input_register_box input.username-not-validate {
  border-color: #CA0813;
}

#menu-course .nav-link-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden;
}

#menu-course .nav-link-list::-webkit-scrollbar {
  width: 14px;
}

#menu-course .nav-link-list::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: white;
}

#menu-course .nav-link-list::-webkit-scrollbar-track {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: transparent;
}
/* ==End expired course== */

#menu-course-exam-detail #CreateCourseModal .input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

#menu-course-exam-detail #CreateCourseModal .input-group .title {
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-exam-detail #CreateCourseModal .input-group input {
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  padding: 8px 16px;
}

#menu-course-exam-detail #CreateCourseModal .input-group textarea {
  resize: none;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  min-height: 103px;
  padding: 8px 16px;
}

#menu-course-exam-detail #CreateCourseModal .course-name div,
#menu-course-exam-detail #CreateCourseModal .course-description div {
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-exam-detail #CreateCourseModal .course-name input {
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  height: 44px;
  margin-bottom: 20px;
  padding: 8px 16px;
}

#menu-course-exam-detail #CreateCourseModal .course-description textarea {
  resize: none;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  min-height: 103px;
  padding: 8px 16px;
}

#menu-course-exam-detail #CreateCourseModal .course-teacher-info .title-teach{
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-exam-detail #CreateCourseModal .course-teacher-info #teacher_info{
  resize: none;
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 550px;
  min-height: 70px;  
  padding: 8px 16px;
}

#menu-course-exam-detail #CreateCourseModal .detail {
  display: flex;
}

#menu-course-exam-detail #CreateCourseModal input,
#menu-course-exam-detail #CreateCourseModal textarea {
  outline: none;
}

#menu-course-exam-detail #CreateCourseModal label {
  color: #424242;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

#menu-course-exam-detail #CreateCourseModal .course-access-code input {
  border: 1px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 188px;
  height: 40px;
  padding-left: 12px;
  color: #ca0813;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  margin-left: 20px;
}

#menu-course-exam-detail .img_upload img {
  width: 280px;
  height: 140px;
  margin-top: 20px;
}

#menu-course-exam-detail .footer-detail {
  display: flex;
}

#menu-course-exam-detail .footer-detail .course-price div {
  color: #767676;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-exam-detail .footer-detail .course-price {
  position: absolute;
  bottom: 0px;
  left: 40px;
}

#menu-course-exam-detail .footer-detail .course-price input {
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 240px;
  height: 44px;
}

#menu-course-exam-detail #CreateCourseModal .btn-secondary {
  color: #ca0813;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  background: transparent;
}

#menu-course-exam-detail #CreateCourseModal .btn-primary {
  width: auto;
  height: 44px;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

#menu-course-exam-detail #CreateCourseModal .btn-primary span {
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

#menu-course-exam-detail .tag_of_course {
  clear: both;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#menu-course-exam-detail .tag_of_course .title {
  color: #424242;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

#menu-course-exam-detail .tag_of_course select {
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 10px;
  padding-right: 4px;
  background-color: white !important;
  background: url(/static/images/select_icon.png) no-repeat right;
  background-position-x: 95%;
  background-size: 16px 12px;
  -webkit-appearance: none;
}

#menu-course-exam-detail .tag_of_course .vs__dropdown-toggle {
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
}

#menu-course-exam-detail .tag_of_course .vs__actions {
  display: flex;
  align-items: center;
  padding: 0 8px;
}

#menu-course-exam-detail .tag_of_course .vs__selected-options {
  align-items: center;
}

#menu-course-exam-detail button.btn.btn-primary-add-course {
  float: right;
  background: #ca0813;
  border: 2px solid #ca0813;
  box-sizing: border-box;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
  outline: none;
}

#contact-us-biooui .lb-address {
  font-size: 22px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}

#contact-us-biooui .address-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#contact-us-biooui a {
  color: #CA0813;
  text-decoration: none;
  background-color: transparent;
}

#contact-us-biooui a:hover {
  color: #FF9CA1;
  text-decoration: none;
  background-color: transparent;
}

.home-address-message * {
  color: white;
}

.line-or {
  position: relative;
  height: 16px;
  margin: 40px 0;
}

.line-or .line {
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
}

.line-or span {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #C4C4C4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: white;
  width: 56px;
  height: 16px;
}

.sign-up-google {
  border: 1px solid #CED4DA;
  border-radius: 4px;
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none!important;
}

.sign-up-google .text-block-82 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #424242;
}