/* Cust for client */
/* Edit this for project */
/*End of cust*/
.systemMsg .systemMsg-actionBtn {
  color: #1a5d9b;
}
#sub-menu {
  color: #1a5d9b;
}
.section-title {
  border-left: 8px solid #457fb4;
  color: #1a5d9b;
}
.portal .section-title,
.classroom .section-title {
  color: #333;
}
.nav-tabs {
  border-bottom: 1px solid #aaa;
  padding-top: 20px;
}
#blkNav .navButtons:hover,
#blkNav .navButtons.navButtons-current {
  color: #1a5d9b;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
@media (min-width: 970px) {
  #blkNav .navButtons:hover,
  #blkNav .navButtons.navButtons-current {
    color: #1a5d9b;
  }
}
#blkNav .navButtons:hover::before,
#blkNav .navButtons.navButtons-current::before {
  /*display: block;
		content:"";
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 3px;
		background-color: @ColorBlue;*/
}
@media (min-width: 970px) {
  #blkNav .navButtons:hover::before,
  #blkNav .navButtons.navButtons-current::before {
    background-color: #1a5d9b;
  }
}
@media (max-width: 768px) {
  #blkNav .navButtons:hover,
  #blkNav .navButtons.navButtons-current {
    color: #1a5d9b;
  }
  #blkNav .navButtons:hover::before,
  #blkNav .navButtons.navButtons-current::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    height: 100%;
    width: 3px;
    background-color: #1a5d9b;
  }
}
@media (max-width: 768px) and (min-width: 970px) {
  #blkNav .navButtons:hover,
  #blkNav .navButtons.navButtons-current {
    color: #1a5d9b;
  }
}
@media (max-width: 768px) and (min-width: 970px) {
  #blkNav .navButtons:hover::before,
  #blkNav .navButtons.navButtons-current::before {
    background-color: #1a5d9b;
  }
}
#pAdminTopBar {
  background: #fff;
}
#pAdminTopBar .menu {
  color: #212529;
}
#pAdminTopBar #blkAdminTopUserBox #blkAdminUserMenu .dropdown-toggle::after,
#pAdminTopBar #blkAdminTopUserBox #blkAdminUserMenu .user-name {
  color: #212529;
}
#pAdminTopBar.pAdminTopBar-mobile #blkAdminNav {
  background: #1a5d9b;
}
#pAdminTopBar #blkLangSwitch #btnLangSwitch {
  color: #877676;
}
#pAdminTopBar::before {
  background-image: url("../../intranet/images/login-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}
#pAdminTopBar.pAdminTopBar-mobile #blkAdminNav {
  z-index: 99;
}
#pTopBar #blkNav .navButtons {
  /*padding: 0 8px;
 		 	font-size: 14px;
			letter-spacing: -0.1px;*/
  color: #555555;
  font-weight: 400;
}
#pTopBar #blkNav .navButtons .navSubMenu .navSubMenuButton:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#pTopBar > #blkTitle #imgLogo {
  padding: 12px;
  max-height: 80px;
}
#pTopBar .button,
#pTopBar .button:focus,
#pTopBar .button:hover {
  color: #555555;
}
#pTopBar > .dropdown > .button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#pTopBar #blkClassroomHeader {
  color: #555555;
}
#pTopBar.pTopBar-mobile:not(.pTopBar-desktop).showTopMenu #blkNav {
  margin-left: 0px;
}
#pTopBar.pTopBar-mobile:not(.pTopBar-desktop).showTopMenu #blkNav .navButtons {
  font-size: 17px;
  letter-spacing: 0px;
}
#pTopBar:not(.pTopBar-desktop) #btnMenu,
#pTopBar.pTopBar-mobile:not(.pTopBar-desktop) #btnMenu {
  color: #555555;
}
@media (max-width: 768px) {
  #pTopBar #blkNav #blkNavBottom a,
  #pTopBar #blkNav #blkNavBottom #btnRoleSwitch-m,
  #pTopBar #blkNav #blkNavBottom #btnLangSwitch-m {
    color: #1a5d9b;
  }
}
/*
@media @mobile
{
	#pTopBar {
		#blkNav {
			margin-left: 0px;
			.navButtons{
				font-size: 17px;
				letter-spacing: 0px;
			}
		}
	}
}*/
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  top: 0;
}
.modal-header {
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.portalNavBar .portalNavBar-buttons + .portalNavBar-buttons {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .portalNavBar .portalNavBar-buttons + .portalNavBar-buttons {
    margin-right: 8px;
  }
}
/* reorder */
.actions .icon.order {
  background: url("../../intranet/images/admin/icon_order_mgt.png") left top no-repeat;
}
.portal .reorderList {
  margin: 1rem 1.5rem;
}
.reorderList {
  border-radius: 3px;
  border: 1px solid #c3c3c3;
}
.reorderList .listItem {
  padding: 10px 5px 10px 17px;
  margin: 0;
}
.reorderList .listItem .order {
  color: #034f74;
  width: 60px;
}
.reorderList .listItem .item,
.reorderList .listItem .category,
.reorderList .listItem .stage,
.reorderList .listItem .indivORrelay {
  margin-right: 15px;
  margin-bottom: 0px;
}
.reorderList .listItem .item i,
.reorderList .listItem .category i,
.reorderList .listItem .stage i,
.reorderList .listItem .indivORrelay i {
  margin-right: 3px;
  color: #aaa;
}
.reorderList .listItem > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reorderList .listItem:not(:last-child) {
  border-bottom: #eeeeee 1px solid;
}
/* icon end */
/*table*/
table.with-edit td:last-child,
table.with-edit th:last-child {
  padding-top: 6px;
  padding-bottom: 2px;
}
table.with-multiAction td:first-child,
table.with-multiAction th:first-child {
  padding-top: 10px;
}
.table-default > thead > tr > th a:not(.button):not(.icon-button):not([class^="button-"]):not([class^="btn-"]) {
  color: #1a5d9b;
}
.table-default > thead > tr > th.sdColor {
  color: #1bbda7;
}
.table-default > thead > tr > th.sdColor a:not(.button):not(.icon-button):not([class^="button-"]):not([class^="btn-"]) {
  color: #1bbda7;
}
/*table end*/
/* course */
.progress-info {
  padding: 35px 30px 15px;
  font-weight: 700;
}
.progress-info span:not(:last-child) {
  border-right: 1px #b0b0b0 solid;
  margin-right: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .progress-info {
    padding: 30px 0 0;
  }
  .progress-info span {
    margin-bottom: 10px;
    display: block;
  }
  .progress-info span:not(:last-child) {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.courseBasicInfo .fas {
  margin-right: 8px;
  font-size: 13px;
}
.courseCategoryList.courseCategoryList-eCourses {
  padding-top: 30px;
}
.courseCategoryList.courseCategoryList-eCourses::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item {
  float: left;
  margin-bottom: 25px;
  cursor: pointer;
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:hover .courseCategoryList-photo img {
  width: 108%;
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:hover .courseCategoryList-info,
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:hover .courseCategoryList-titleWrapper {
  background: #535353;
  color: #fff;
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:hover .courseCategoryList-info .courseCategoryList-title a,
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:hover .courseCategoryList-titleWrapper .courseCategoryList-title a {
  color: #fff;
}
@media (min-width: 1200px) {
  .courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item {
    width: calc((100% - 75px) / 4);
  }
  .courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:not(:nth-child(4n)) {
    margin-right: 25px;
  }
  .courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item {
    width: calc((100% - 50px) / 3);
  }
  .courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:not(:nth-child(3n)) {
    margin-right: 25px;
  }
  .courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item {
    width: 100%;
  }
  .courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item .courseCategoryList-photo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item .courseCategoryList-photo img {
  transition: width 0.3s ease;
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item .courseCategoryList-titleWrapper {
  position: relative;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  max-height: calc(100% - 15px);
  padding: 8px 10px 3px 10px;
  /*20240424*/
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item .courseCategoryList-titleWrapper .courseCategoryList-title {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-height: auto;
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item .courseCategoryList-titleWrapper .courseCategoryList-title a {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item .courseCategoryList-info {
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
  padding: 0px 10px;
  padding-bottom: 8px;
  /*20240424*/
}
.courseCategoryList.courseCategoryList-eCourses .courseCategoryList-item .courseCategoryList-info span + span {
  margin-left: 5px;
}
@media (min-width: 769px) {
  .courseList .courseList-item .courseList-btn > a {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .courseList .courseList-item .courseList-btn > a {
    display: block;
  }
}
.courseList .courseList-item .courseList-btn > a:first-child ~ a,
.courseList .courseList-item .courseList-btn > .button:first-child ~ a,
.courseList .courseList-item .courseList-btn > a:first-child ~ .button,
.courseList .courseList-item .courseList-btn > .button:first-child ~ .button {
  margin-top: 8px;
}
@media (min-width: 769px) {
  .courseList .courseList-item .courseList-btn {
    width: 120px;
  }
  .courseList .courseList-item .courseList-btn .button {
    min-width: 120px;
  }
}
.courseList.courseList-eCourses .addToFav {
  margin-left: 10px;
  vertical-align: top;
}
.courseList.courseList-eCourses .courseList-subject {
  max-width: calc(100% - 40px);
}
@media (min-width: 769px) {
  .courseList.courseList-eCourses .courseList-photo {
    width: 170px;
    float: left;
    margin-right: 20px;
    max-width: 25%;
  }
  .courseList.courseList-eCourses .courseList-item .courseList-btn {
    width: auto;
  }
}
.courseInfo.courseInfo-eCourses .courseInfo-photo + h5 {
  display: inline-block;
  max-width: calc(100% - 40px);
}
.courseInfo.courseInfo-eCourses .addToFav {
  margin-left: 10px;
  margin-top: 10px;
  vertical-align: top;
}
/* course end */
/*my Record*/
.text-passed {
  color: #0ea84f;
  white-space: nowrap;
}
.text-passed::before {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block !important;
  content: "\f00c";
  margin-right: 5px;
}
.text-passed::before.fa-pull-left {
  margin-right: .3em;
}
.text-passed::before.fa-pull-right {
  margin-left: .3em;
}
.text-failed {
  color: #ca5555;
}
.no-wrap {
  text-wrap: nowrap;
}
/*my Record end*/
/* Coursem Mgmt */
.portal .uploadedFiles .uploadedFile:first-child {
  margin-top: 1rem;
}
/*multi action*/
.multi-action-text {
  float: left;
  margin-right: 1rem;
}
/*end of multi action*/
/* Multi Action for current project */
.multiAction {
  clear: both;
}
.multiAction::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.multiAction .button {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
.portal .multiAction,
.classroom .multiAction {
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.portal .multiAction + .tableWrapper > .table::before,
.classroom .multiAction + .tableWrapper > .table::before,
.portal .multiAction + form > .tableWrapper > .table::before,
.classroom .multiAction + form > .tableWrapper > .table::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #dedede;
}
@media (min-width: 769px) {
  .portal .multiAction > .button:first-child,
  .classroom .multiAction > .button:first-child {
    margin-left: 4px;
  }
}
@media (max-width: 768px) {
  .portal .multiAction,
  .classroom .multiAction {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.portalOptions + .multiAction {
  padding-top: 35px;
}
.portalOptions + .multiAction::before {
  position: absolute;
  content: "";
  display: block;
  top: 25px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #ddd;
}
.role-admin .multiAction {
  border: 1px solid #d5d5d5;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.role-admin .multiAction .button {
  margin-bottom: 5px;
}
.role-admin .multiAction + .table {
  border-top: 0;
}
.role-admin .multiAction + .table > thead > tr:first-child > th {
  border-top: 0;
}
.itemInput .tableWrapper {
  min-height: auto;
}
/* Coursem Mgmt end*/
/* eContent */
#pClassroomNav .classroomNavBtn.classroomNavBtn-active {
  background-color: #435b72;
}
.eContentTree .eContentTree-item.eContentTree-item-active a {
  background-color: #a5b1b8;
}
/* eContent end*/
/* QB */
#pClassroom-QB #blkQBMenu #blkQBMenuButtons .qbMenuButton.qbMenuButton-active {
  background-color: #6aace8;
}
/* QB end */
/* form */
.form.adminUI .itemLabel {
  color: #333;
}
.form.adminUI .selector {
  padding: 0.3em 0.5em 0.3em 0.8em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form.adminUI .selector::before {
  color: #292b2c;
}
.form.adminUI input[type="text"],
.form.adminUI input[type="number"],
.form.adminUI input[type="password"],
.form.adminUI input[type="file"],
.form.adminUI input[type="search"],
.form.adminUI textarea {
  padding: 0.3em 0.5em 0.3em 0.8em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form.adminUI input[type="text"].form-control,
.form.adminUI input[type="number"].form-control,
.form.adminUI input[type="password"].form-control,
.form.adminUI input[type="file"].form-control,
.form.adminUI input[type="search"].form-control,
.form.adminUI textarea.form-control {
  /*20240625*/
  border: 1px solid #ccc;
  background-image: none;
  padding: 0.3em 0.5em 0.3em 0.8em;
  line-height: 1.4;
  height: auto;
  font-weight: 300;
}
.form.adminUI input.form-control,
.form.adminUI input.form-control:active,
.form.adminUI input.form-control:focus {
  border: 1px solid #1a5d9b;
  border-radius: 5px;
}
.form.adminUI .textbox-floatlabel > .textboxLabel {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
/* form end */
/*  for bootstrap select update to 1.13.14 */
.role-admin .dropdown-menu > li.active > a {
  background-color: #ececec !important;
  color: #292b2c !important;
}
.role-admin .dropdown.bootstrap-select {
  background: #fff;
}
.role-admin .dropdown.bootstrap-select .btn {
  background: #fff;
  border: 1px solid #c3c3c3;
  color: #292b2c;
}
.role-admin .dropdown.bootstrap-select .dropdown-menu.inner {
  overflow-y: initial;
}
.role-admin .dropdown.bootstrap-select .dropdown-menu.inner .selected .check-mark {
  right: auto;
  left: 7px;
  top: 10px;
}
.role-admin .dropdown.bootstrap-select .dropdown-menu.inner .selected .check-mark::after {
  content: "";
}
.role-admin .dropdown.bootstrap-select .dropdown-menu li:not(last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.role-admin .dropdown.bootstrap-select .dropdown-menu .bs-searchbox + .inner {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.portal .selector .bootstrap-select .dropdown-menu[role="combobox"],
.classroom .selector .bootstrap-select .dropdown-menu[role="combobox"] {
  border: 0;
  border-radius: 5px;
  font-size: inherit;
  background: rgba(255, 255, 255, 0.95);
  max-width: 230px;
}
/* Fix for course dropdown width issue in non-admin layout */
.portal .bootstrap-select,
.classroom .bootstrap-select {
  max-width: 100%;
  width: 100% !important;
}
.portal .bootstrap-select .dropdown-toggle,
.classroom .bootstrap-select .dropdown-toggle {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal .bootstrap-select .dropdown-menu,
.classroom .bootstrap-select .dropdown-menu {
  max-width: 100%;
  width: 100%;
}
/* Allow dropdown items to wrap text */
.portal .bootstrap-select .dropdown-menu li a,
.classroom .bootstrap-select .dropdown-menu li a,
.portal .bootstrap-select .dropdown-menu .dropdown-item,
.classroom .bootstrap-select .dropdown-menu .dropdown-item {
  white-space: normal !important;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.4;
  padding: 8px 12px;
}
.portal .bootstrap-select .dropdown-menu li a span.text,
.classroom .bootstrap-select .dropdown-menu li a span.text {
  white-space: normal !important;
  word-wrap: break-word;
  word-break: break-word;
}
.portal .selector .bootstrap-select .dropdown-menu li.selected a span.check-mark,
.classroom .selector .bootstrap-select .dropdown-menu li.selected a span.check-mark {
  left: 0px;
  top: 2px;
}
.portal .selector .bootstrap-select .dropdown-menu,
.classroom .selector .bootstrap-select .dropdown-menu {
  border-radius: 5px;
}
.portal .selector .bootstrap-select .dropdown-menu .dropdown-item,
.classroom .selector .bootstrap-select .dropdown-menu .dropdown-item {
  max-width: 100%;
  font-weight: 300;
}
@media (max-width: 768px) {
  .portal .selector .bootstrap-select .dropdown-menu .dropdown-item,
  .classroom .selector .bootstrap-select .dropdown-menu .dropdown-item {
    max-width: 17.5rem;
  }
}
.portal .selector .bootstrap-select.show-tick .dropdown-menu li a span.text,
.classroom .selector .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: auto;
  padding-left: 25px;
}
.portal .bootstrap-select:not(.input-group-btn),
.classroom .bootstrap-select:not(.input-group-btn),
.portal .bootstrap-select[class*=col-],
.classroom .bootstrap-select[class*=col-] {
  display: block;
}
.portal .btn-light.active.custom-file-control:focus:before,
.classroom .btn-light.active.custom-file-control:focus:before,
.portal .btn-light.active.custom-file-control:hover:before,
.classroom .btn-light.active.custom-file-control:hover:before,
.portal .btn-light.active.focus.custom-file-control:before,
.classroom .btn-light.active.focus.custom-file-control:before,
.portal .btn-light.custom-file-control:active.focus:before,
.classroom .btn-light.custom-file-control:active.focus:before,
.portal .btn-light.custom-file-control:active:focus:before,
.classroom .btn-light.custom-file-control:active:focus:before,
.portal .btn-light.custom-file-control:active:hover:before,
.classroom .btn-light.custom-file-control:active:hover:before,
.portal .btn.btn-light.active.focus,
.classroom .btn.btn-light.active.focus,
.portal .btn.btn-light.active:focus,
.classroom .btn.btn-light.active:focus,
.portal .btn.btn-light.active:hover,
.classroom .btn.btn-light.active:hover,
.portal .btn.btn-light:active.focus,
.classroom .btn.btn-light:active.focus,
.portal .btn.btn-light:active:focus,
.classroom .btn.btn-light:active:focus,
.portal .btn.btn-light:active:hover,
.classroom .btn.btn-light:active:hover,
.portal .open > .btn-light.dropdown-toggle.custom-file-control:focus:before,
.classroom .open > .btn-light.dropdown-toggle.custom-file-control:focus:before,
.portal .open > .btn-light.dropdown-toggle.custom-file-control:hover:before,
.classroom .open > .btn-light.dropdown-toggle.custom-file-control:hover:before,
.portal .open > .btn-light.dropdown-toggle.focus.custom-file-control:before,
.classroom .open > .btn-light.dropdown-toggle.focus.custom-file-control:before,
.portal .open > .btn.btn-light.dropdown-toggle.focus,
.classroom .open > .btn.btn-light.dropdown-toggle.focus,
.portal .open > .btn.btn-light.dropdown-toggle:focus,
.classroom .open > .btn.btn-light.dropdown-toggle:focus,
.portal .open > .btn.btn-light.dropdown-toggle:hover,
.classroom .open > .btn.btn-light.dropdown-toggle:hover {
  color: initial;
}
.portal .btn-light:not(:disabled):not(.disabled).active:focus,
.classroom .btn-light:not(:disabled):not(.disabled).active:focus,
.portal .btn-light:not(:disabled):not(.disabled):active:focus,
.classroom .btn-light:not(:disabled):not(.disabled):active:focus,
.portal .show > .btn-light.dropdown-toggle:focus,
.classroom .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
/*  for bootstrap select update to 1.13.14 end*/
/* quiz mc 20240605 */
.mc-check .mc-checkbox > span {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.mc-check .mc-checkbox > input[checked="checked"] + span,
.mc-check .mc-checkbox input:checked + span {
  width: 24px;
  height: 24px;
  border: 1px solid #157dd8;
  background: url("../../intranet/images/admin/icon-check-radio.png") -27px -2px no-repeat;
}
/* quiz mc 20240605 end*/
/* survey 20240611 */
.portal {
  /*Survey edit button*/
  /*Survey modal box*/
  /* Drag & Drop position fix */
}
.portal .btn-survey-edit {
  display: inline-block;
  margin: 0.5rem 0;
}
.portal .dialog.survey {
  /*20240625*/
  max-width: 900px;
}
.portal .survey .q-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal .survey .q-list li {
  list-style: none;
}
.portal .survey .q-list .q-list-item {
  padding: 1rem ;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 1.2rem;
}
.portal .survey .q-list .q-list-item input[type="checkbox"] + label,
.portal .survey .q-list .q-list-item input[type="radio"] + label {
  vertical-align: bottom;
}
.portal .survey .q-list.preview .q-list-item {
  padding: 0rem;
}
.portal .survey .q-list.preview .q-list-item.required .q-header .q-title:after {
  content: "*";
  color: red;
  display: inline-block;
}
.portal .survey .q-list.edit .q-header {
  padding-bottom: 0.3rem;
}
.portal .survey .q-list.edit .q-header .q-no {
  width: 20px;
  vertical-align: top;
  margin-right: 5px;
}
.portal .survey .q-list.preview .q-header {
  padding: 10px 15px 12px 15px;
  background: #f8f8f8;
}
.portal .survey .q-list.preview .q-header .q-no {
  width: 30px;
  margin-right: 5px;
  vertical-align: top;
}
.portal .survey .q-list.edit .q-header .q-title {
  margin-left: 0rem;
  width: calc(100% - 30px);
}
.portal .survey .q-list.preview .q-header .q-title {
  margin-left: 0rem;
  width: calc(100% - 40px);
}
.portal .survey .q-list.edit .q-header .q-title textarea,
.portal .survey .q-list.preview .q-header .q-title textarea {
  width: 100%;
}
.portal .survey .q-list .q-body .small-txt {
  color: #666;
  font-size: 0.85rem;
}
.portal .survey .q-list .q-list-item .likert-scale .editableform .form-control {
  max-width: 180px;
}
.portal .survey .q-list .q-list-item .likert-scale .editableform .control-group {
  flex: auto;
}
@media (max-width: 768px) {
  .portal .survey .q-list.edit .q-header .q-title {
    margin-left: 0rem;
    width: calc(100% - 60px);
  }
  .portal .survey .q-list.preview .q-header {
    padding: 10px 10px 12px 10px;
  }
  .portal .survey .q-list.edit .q-header .form-check-label.required-box {
    margin-left: 30px;
    margin-top: 5px;
  }
}
.portal .survey .q-list .q-header .btn-delete {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 1;
}
.portal .survey .q-list .q-header .drag-handle {
  position: absolute;
  top: 0rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
  cursor: grab;
}
.portal .survey .q-list .q-header .drag-handle:focus,
.portal .survey .q-list .q-header .drag-handle:hover {
  color: #ccc;
}
.portal .survey .q-list .q-header .form-check-label {
  padding-left: 0px;
}
.portal .survey .q-list.edit + .row {
  margin-bottom: 280px;
}
.portal .survey .dropdown {
  display: inline-block;
}
.portal .survey .dropdown.show {
  display: inline-block !important;
}
.portal .survey .q-list.edit .q-body {
  padding: 1rem 0 0 25px ;
}
.portal .survey .q-list.preview .q-body {
  padding: 15px 10px 15px 45px;
}
@media (max-width: 768px) {
  .portal .survey .q-list.preview .q-body {
    padding: 15px 10px 15px 10px;
  }
}
.portal .survey .q-body .q-settings {
  margin-left: 1.7rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #c3c3c3;
}
.portal .survey .q-body .q-settings .settings + .settings {
  margin-left: 2rem;
}
.portal .survey .q-body .opt-list .opt-list-item {
  margin-bottom: 0.4rem;
}
.portal .survey .q-body .opt-list .form-check-label {
  padding-left: 0.5rem;
}
.portal .survey .q-body .opt-list .btn-delete {
  float: right;
}
.portal .survey .q-body textarea,
.portal .survey .q-body input {
  width: 100%;
}
.portal .survey .q-body .opt-list.with-input .opt-text {
  width: calc(100% - 100px);
  display: inline-block;
}
.portal .survey .q-body .opt-list.with-input .opt-text input {
  width: 100%;
}
.portal .survey .q-body .opt-list .opt-text {
  width: calc(100% - 60px);
  display: inline-block;
}
.portal .survey .q-body .opt-list .btn-add-opt {
  margin-left: 0rem;
  padding: 0.5rem 0 0.75rem 0;
}
.portal .survey .q-body .opt-list .btn-add-opt .icon.add {
  margin-right: 0.4rem;
}
.portal .survey .q-body .opt-list .btn-add-opt .actions {
  margin-right: 0.3rem;
}
.portal .survey .q-body .opt-list .btn-add-opt .actions + .actions:before {
  content: '|';
  color: #c3c3c3;
  margin-right: 0.5rem;
}
.portal .survey .q-body .likert-scale {
  padding-left: 1.7rem;
}
.portal .survey .q-list.preview .q-body .likert-scale {
  padding-left: 0rem;
}
.portal .likert-scale.reply-slip {
  margin-bottom: 3rem;
}
.portal .likert-scale .info {
  position: relative;
}
.portal .survey .q-list.preview .q-body .likert-scale .info {
  padding-top: 5px;
}
.portal .likert-scale .info.right {
  text-align: right;
}
.portal .likert-scale table {
  width: 100%;
}
.portal .likert-scale table td {
  text-align: center;
  padding: 0.4rem 3px;
}
.portal .likert-scale table td .form-check-label {
  padding-left: 0;
}
@media (min-width: 768px) {
  .portal .likert-scale table td:first-child {
    padding-left: 0;
  }
  .portal .likert-scale table td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .portal .survey .q-body {
    margin-bottom: 0rem;
  }
  .portal .survey .q-body .opt-list .btn-add-opt .actions + .actions:before {
    content: '';
  }
  .portal .survey .q-body .opt-list .btn-add-opt .actions + .actions {
    padding-left: 2.2rem;
    margin-right: 0;
  }
  .portal .survey .q-body .q-settings {
    margin-left: 0;
  }
  .portal .survey .q-body .q-settings .settings {
    display: block;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .portal .survey .q-body .likert-scale {
    padding-left: 0px;
  }
  .portal .likert-scale .info {
    position: inherit;
    margin-bottom: 1rem;
  }
  .portal .likert-scale .info,
  .portal .likert-scale .info.right {
    text-align: center;
  }
  .portal .likert-scale .info .editable-container,
  .portal .likert-scale .info .inline-edit {
    position: inherit;
  }
  .portal .survey .q-body .q-settings .settings + .settings {
    margin-left: 0;
  }
  .portal .survey .form-check {
    width: 100%;
    display: inline-block;
    margin-left: 0;
  }
  .portal .survey .drag-container {
    text-align: right;
  }
}
@media (max-width: 440px) {
  .portal .likert-scale {
    padding-bottom: 50px;
  }
  .portal .likert-scale left.info {
    margin-bottom: 0;
  }
  .portal .likert-scale right.info {
    margin-bottom: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
  }
  .portal .likert-scale table,
  .portal .likert-scale tbody,
  .portal .likert-scale tr,
  .portal .likert-scale td {
    display: block;
  }
  .portal .likert-scale table tbody tr:first-child {
    float: right;
    width: calc(100% - 50px);
  }
  .portal .likert-scale table tbody tr:first-child td {
    text-align: left;
    height: 38px;
  }
  .portal .likert-scale table tbody tr:last-child {
    float: left;
    width: 50px;
  }
  .portal .likert-scale table tbody tr:last-child td {
    height: 38px;
  }
  .portal .likert-scale table tbody::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
  }
}
.portal .survey.modal .modal-dialog {
  height: 85%;
}
.portal .survey.modal .modal-dialog .q-list-item.smooth-dnd-ghost.smooth-dnd-draggable-wrapper {
  /* left: 25px !important; */
  margin-top: -7.5%;
  background: rgba(255, 255, 255, 0.8);
}
.portal .survey.modal .modal-dialog .q-list-item.smooth-dnd-draggable-wrapper {
  overflow: visible;
}
.portal .survey .selector .bootstrap-select .dropdown-toggle {
  /*20240625*/
  margin-top: -3px;
}
/* survey 20240611 END*/
/* quiz radio btn 20240731 */
.mc-rdo input[type="radio"] + label {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  display: inline-block;
}
.mc-rdo input[type="radio"] + label::before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-border-radius: 24px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.mc-rdo input[type="radio"]:checked + label::before {
  background-color: #4786d9;
  border: 1px solid #3772c6;
}
/* quiz radio btn 20240731 */
/*search 20241202*/
.textbox-search::after {
  left: 0;
  color: #999;
  padding: 3px 0px;
}
.textbox.textbox-search input[type="number"],
.textbox.textbox-search input[type="text"],
.textbox.textbox-search input[type="password"],
.textbox.textbox-search input[type="search"],
.textbox.textbox-search textarea {
  padding-right: 0px !important;
  padding-left: calc(1em + 5px) !important;
}
.textbox.textbox-search > .textboxLabel,
.textbox.textbox-search > .textboxPlaceholder {
  padding-left: calc(1em + 5px);
}
/*search 20241202 end*/
/*quill 20250217*/
body .ql-container {
  font-family: inherit;
  font-size: inherit;
  min-height: 200px;
  max-height: 300px;
  overflow: auto;
}
.ql-editor.item-content,
.ql-editor {
  white-space: inherit;
}
.ql-editor.item-content a,
.ql-editor a {
  text-decoration: inherit;
}
.ql-editor.item-content blockquote,
.ql-editor blockquote {
  font-style: italic;
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-editor.item-content .text-tiny,
.ql-editor .text-tiny {
  font-size: 0.7em;
}
.ql-editor.item-content .text-small,
.ql-editor .text-small {
  font-size: 0.85em;
}
.ql-editor.item-content .text-big,
.ql-editor .text-big {
  font-size: 1.4em;
}
.ql-editor.item-content .text-huge,
.ql-editor .text-huge {
  font-size: 1.8em;
}
.ql-editor.item-content .marker-yellow,
.ql-editor .marker-yellow {
  background-color: #fdfd77;
}
.ql-editor.item-content .marker-green,
.ql-editor .marker-green {
  background-color: #63f963;
}
.ql-editor.item-content .marker-pink,
.ql-editor .marker-pink {
  background-color: #fc7999;
}
.ql-editor.item-content .marker-blue,
.ql-editor .marker-blue {
  background-color: #72cdfd;
}
.ql-editor.item-content .pen-red,
.ql-editor .pen-red {
  color: #e91313;
}
.ql-editor.item-content .pen-green,
.ql-editor .pen-green,
.ql-editor.item-content .pen-red,
.ql-editor .pen-red {
  background-color: transparent;
}
.ql-editor.item-content .pen-green,
.ql-editor .pen-green {
  color: #180;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  right: -64px;
}
.ql-editor.item-content {
  white-space: inherit;
  min-height: auto;
  max-height: auto;
  padding-left: 0px;
  padding-right: 0px;
}
div.addMc-options .addMc-option .itemInput .icon + div {
  overflow: visible;
}
div.addMc-options .addMc-option .itemInput .icon + div.textbox {
  overflow: hidden;
}
/*@media (max-width : 620px)
{
	.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{
		right: auto;
	}
}*/
/*quill 20250217 end*/
/*20250416*/
/* bootstrap tooltips */
.tooltip .tooltip-inner {
  font-size: 12px;
  padding: 2px 4px;
}
.classroom #cBody #pTopBar .otherBtn {
  float: right;
  line-height: inherit;
  color: inherit;
  height: 100%;
}
.classroom #cBody #pTopBar .otherBtn .button {
  height: 100%;
}
/*20250304*/
#blkEContentList #blkEContentList-Options .button.btn-approval {
  color: #ffffff;
  padding: 2px 8px;
  margin-right: 7px;
}
#blkEContentList #blkEContentList-Options .button.btn-approval .icon,
#blkEContentList #blkEContentList-Options .button.btn-approval .fas,
#blkEContentList #blkEContentList-Options .button.btn-approval .far,
#blkEContentList #blkEContentList-Options .button.btn-approval .fa,
#blkEContentList #blkEContentList-Options .button.btn-approval .fab {
  margin-right: 2px;
}
@media (max-width: 1310px) {
  #blkEContentList #blkEContentList-Options .button.btn-approval {
    padding: 1px 3px;
    margin-right: 2px;
    font-size: 13px;
    min-width: auto;
    line-height: 20px;
  }
  #blkEContentList #blkEContentList-Options .button.btn-approval .icon,
  #blkEContentList #blkEContentList-Options .button.btn-approval .fas,
  #blkEContentList #blkEContentList-Options .button.btn-approval .far,
  #blkEContentList #blkEContentList-Options .button.btn-approval .fa,
  #blkEContentList #blkEContentList-Options .button.btn-approval .fab {
    margin-right: 0px;
    font-size: 11px;
    top: 0px;
  }
}
#blkEContentList #blkEContentList-Options .button.btn-approval.reject {
  background: #ef5858;
}
#blkEContentList #blkEContentList-Options .button.btn-approval.return {
  background: #ff7f40;
}
#blkEContentList #blkEContentList-Options .button.btn-approval.confirm {
  background: #4CAF50;
}
#blkEContentList #blkEContentList-Options .button.btn-approval:last-child {
  margin-right: 0px;
}
@media (max-width: 768px) {
  #blkEContentList #blkEContentList-Options .button.btn-approval {
    min-width: 35px;
    color: #fff;
  }
  #blkEContentList #blkEContentList-Options .button.btn-approval .btn-text {
    display: none;
  }
  #blkEContentList #blkEContentList-Options .button.btn-approval .icon,
  #blkEContentList #blkEContentList-Options .button.btn-approval .fas,
  #blkEContentList #blkEContentList-Options .button.btn-approval .far,
  #blkEContentList #blkEContentList-Options .button.btn-approval .fa,
  #blkEContentList #blkEContentList-Options .button.btn-approval .fab {
    margin-right: 0px;
  }
}
/*20250304 END*/
/*20250408*/
.itemInput-choice.itemInput-datepicker .datepicker {
  padding-left: 10px;
  display: inline-block;
  width: 195px;
}
/*20250408 end*/
/*20250409*/
.dialog-header .copyLink-button {
  float: right;
  width: 40px;
  height: 40px;
  color: #1a5d9b;
  font-size: 18px;
  text-align: center;
  padding-top: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dialog-header .copyLink-button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.dialog-header .systemMsg.systemMsg-floated {
  right: 80px;
  top: 40px;
  position: absolute;
}
.portalNavBar .systemMsg.systemMsg-floated {
  right: 40px;
  top: 40px;
  position: absolute;
}
/*20250409 END*/
/*20250416*/
/* bootstrap tooltips */
.tooltip .tooltip-inner {
  font-size: 12px;
  padding: 2px 4px;
}
.classroom #cBody #pTopBar .otherBtn {
  float: right;
  line-height: inherit;
  color: inherit;
  height: 100%;
}
.classroom #cBody #pTopBar .otherBtn .button {
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  line-height: 1.5;
  font-size: 14px;
  min-width: auto;
  background: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.classroom #cBody #pTopBar .otherBtn .button > .icon {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 14px;
  padding-right: 14px;
}
.classroom #cBody #pTopBar .otherBtn .button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.classroom #cBody #pTopBar .systemMsg.systemMsg-floated {
  right: 80px;
  top: 60px;
  position: absolute;
}
/*20250416 end*//*20250416 end*//*20250416 end*//*20250416 end*/
/*20251209*/
#blkEContentList-QA #dl-area-btn {
  padding: 0px 10px ;
  font-size: 14px;
  border-radius: 20px;
  height: 23px;
  position: absolute;
  bottom: 8px;
  right: 15px;
}
#blkEContentList-QA #dl-area-btn .far {
  font-size: 12px;
  top: 0px;
  line-height: 23px;
}
.eContent-main .item-table.al-area-table .table.with-dl-del > thead > tr > th:last-child,
.eContent-main .item-table.al-area-table .table.with-dl-del > tbody > tr > td:last-child {
  padding-right: 0.75rem;
}
.eContent-main .item-table.al-area-table .table.with-dl-del td .far,
.eContent-main .item-table.al-area-table .table.with-dl-del td .fas,
.eContent-main .item-table.al-area-table .table.with-dl-del td .fa,
.eContent-main .item-table.al-area-table .table.with-dl-del td .icon {
  margin-right: 4px;
}
/*
#blkEContentMain .content-header .content-title .eContent-subject{
	.btn-save{
		background: #4CAF50;
		padding: 1px 5px;
		font-size: 13px;
		min-width: auto;
		line-height: 20px;
		margin-left: 5px;
		span.fas{
			margin-right: 2px;
			top: 0;
		}
	}
}*/
@media (min-width: 769px) {
  .labelw30 .itemLabel {
    width: 30%;
  }
}
@media (min-width: 769px) {
  .labelw30 .itemInput {
    float: left;
    width: 70%;
    min-width: calc(100% - 300px);
  }
}
/*20251209 end*/
/*20251229*/
.dialog.dialogQuestionMode header {
  margin-bottom: 25px;
  text-align: left;
  font-weight: 600;
}
.dialog.dialogQuestionMode .dialog-header {
  margin-bottom: 0px;
}

/* Override main.css .dialog-s default behavior for dialogQuestionMode
   main.css has .dialog-container .dialog-s .dialog-buttons .button { float: right; }
   which makes buttons right-aligned. For dialogQuestionMode, we need center-aligned buttons.
   Must include .dialog-container in selector for sufficient specificity to override main.css
   Also need display: block (not inline-block) so container takes full width for centering to work */
.dialog-container .dialog.dialogQuestionMode.dialog-s .dialog-buttons {
  text-align: center;
  display: block;
}
.dialog-container .dialog.dialogQuestionMode.dialog-s .dialog-buttons .button {
  float: none;
}
.dialog.dialogQuestionMode.dialog-s .dialog-header {
  font-weight: bold;
  font-weight: 600;
  position: relative;
}
.dialog.dialogQuestionMode.dialog-s .dialog-header .closeDialog-button {
  float: right;
  position: absolute;
  right: -30px;
  top: -30px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  color: #AAA;
  cursor: pointer;
  display: block;
  line-height: 40px;
  padding: 3px 12px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  font-style: normal;
  font-variant: normal;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  z-index: 99;
}
.dialog.dialogQuestionMode.dialog-s .dialog-header .closeDialog-button::before {
  content: "\f00d";
}
.dialog.dialogQuestionMode.dialog-s .dialog-header .closeDialog-button:hover {
  opacity: 0.8;
}
@media (min-width: 769px) {
  .dialog.dialogQuestionMode .labelw40 .itemLabel {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .dialog.dialogQuestionMode .labelw40 .itemInput {
    float: left;
    width: 60%;
    min-width: calc(100% - 300px);
  }
}
@media (max-width: 768px) {
  .dialog.dialogQuestionMode .labelw40 .selector {
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .dialog.dialogQuestionMode .item {
    margin-top: 18px;
  }
}
.dialog.dialogQuestionMode .item .icon.icon-button.fa-info-circle {
  font-size: 17px;
}
.dialog.dialogQuestionMode .item.wPopIcon {
  /* Relative positioning for parent container */
}
.dialog.dialogQuestionMode .item.wPopIcon .icon-info-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0;
  min-width: 260px;
  max-width: 400px;
  z-index: 1000;
  display: none;
}
.dialog.dialogQuestionMode .item.wPopIcon .icon-info-popup.show {
  display: block;
}
.dialog.dialogQuestionMode .item.wPopIcon .icon-info-popup-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  color: #666;
  transition: color 0.2s;
}
.dialog.dialogQuestionMode .item.wPopIcon .icon-info-popup-close:hover {
  color: #000;
}
.dialog.dialogQuestionMode .item.wPopIcon .icon-info-popup-close .icon {
  font-size: 14px;
}
.dialog.dialogQuestionMode .item.wPopIcon .icon-info-popup-content {
  padding: 20px;
  padding-top: 25px;
  text-align: center;
}
.dialog.dialogQuestionMode .item.wPopIcon .icon-info-popup-content img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.dialog.dialogQuestionMode .item.wPopIcon .icon-info-popup-content p {
  text-align: left;
  line-height: 20px;
  margin-bottom: 10px;
}
.dialog.dialogQuestionMode .item.wPopIcon .icon-info-popup-arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}
.dialog.dialogQuestionMode .item.wPopIcon .itemInput-choice > span {
  position: relative;
}
.dialog.dialogQuestionMode .item .itemInput.itemInput-time input {
  width: 50px;
  min-width: 50px;
}
.dialog.dialogQuestionMode .item .selector + .button {
  margin-left: 5px;
}
td .itemInput-time {
  width: 55px;
}
td .itemInput-time.second {
  width: 80px;
}
td .itemInput-time .textbox {
  padding-top: 0px;
}
td .itemInput-time .textbox input {
  width: 100%;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 3px;
}
td .itemInput-time .textbox-floatlabel > .textboxLabel {
  top: 0px;
  padding-top: 2px;
}
td .itemInput-time .textbox-floatlabel input.notEmpty[type="text"] + .textboxLabel {
  opacity: 0;
}
td .itemInput-time .textbox-floatlabel input[type="number"]:focus + .textboxLabel,
td .itemInput-time .textbox-floatlabel input[type="text"]:focus + .textboxLabel,
td .itemInput-time .textbox-floatlabel input[type="password"]:focus + .textboxLabel,
td .itemInput-time .textbox-floatlabel input[type="search"]:focus + .textboxLabel,
td .itemInput-time .textbox-floatlabel textarea:focus + .textboxLabel,
td .itemInput-time .textbox-floatlabel input.notEmpty[type="text"] + .textboxLabel,
td .itemInput-time .textbox-floatlabel input.notEmpty[type="password"] + .textboxLabel,
td .itemInput-time .textbox-floatlabel input.notEmpty[type="number"] + .textboxLabel,
td .itemInput-time .textbox-floatlabel textarea.notEmpty + .textboxLabel {
  margin-top: -10px;
  font-size: 8px;
}
.video-details-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 25px;
  margin-bottom: 15px;
  padding: 10px 0;
}
.video-details-info .video-details-info-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.video-details-info .video-details-info-item .video-details-info-label {
  color: #999;
  font-weight: 400;
}
.video-details-info .video-details-info-item .video-details-info-value {
  color: #333;
  font-weight: 500;
}
.video-details-info .video-details-info-item .video-details-info-btn {
  background: transparent !important;
}
@media (max-width: 768px) {
  .video-details-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.text-correct {
  color: #0ea84f;
  white-space: nowrap;
}
.question.attendance-check-question {
  padding-left: 0px;
  padding-right: 0px;
}
.question.attendance-check-question .question-ans-mc {
  margin-bottom: 0px;
}
.question.attendance-check-question .fitb-ans {
  color: #0ea84f;
}
/*20251229 end*/
