/* Loree CSS */
@import url('https://loree-files.crystaldelta.net/loree-themes/customRoot/loree-common-theme.min.css');
@import url('https://loree-files.crystaldelta.net/loree-themes/customRoot/loree-content-root-style.min.css');
@import url('https://loreev2storage24cd6295054c4df4b5661676008c768e164310-production.s3.ap-southeast-2.amazonaws.com/public/ad71654a-b278-4917-9e40-48829a394013/custom-themes/bf33f2b6-ab7a-49aa-a961-341a34e7a08b.min.css');



/*Admin Student Progress*/
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.0.2/css/bootstrap.min.css'); */
.App {
  min-height: 100vh;
  background-color: #f8f8f8;
  font-family: Lato-Regular;
}
#progress-menu .active {
  border-left: 2px solid #2d3b45;
  border-radius: 0px;
  font-weight: bold;
  color: #2d3b45;
  padding-left: 4px;
}
div#progress-woheader-div {
  user-select: none;
}
div#progress-menu {
  display: block;
  text-decoration: none;
  border-radius: 3px;
  padding: 8px 0 8px 6px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 1.3;
  color: var(--ic-link-color);
}
div#progress-menu:hover {
  cursor: pointer;
  text-decoration: underline !important;
}
.list-view div#progress-menu.active {
  border-left: 2px solid #2d3b45;
  border-radius: 0px;
  font-weight: bold;
  color: #2d3b45;
  padding-left: 4px;
}
.list-view > ul > li > div#progress-menu,
.list-view > nav > ul > li > div#progress-menu {
  display: block;
  text-decoration: none;
  border-radius: 3px;
  padding: 8px 0 8px 6px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 1.3;
  color: var(--ic-link-color);
}

.text-center {
  text-align: center !important;
}

.align-self-center {
  align-self: center !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
button#dropbtn:focus {
  outline: none;
  appearance: none;
}
.p-5 {
  padding: 3rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.ms-auto {
  margin-left: auto !important;
}
.white {
  background-color: white;
  border-radius: 6px;
}

#downloader {
  margin-left: 1em;
  background-color: #ffffff;
  border: solid 1px #666666;
  padding: 4px 12px;
  border-radius: 6px;
  font-family: "Lato Extended";
  display: inline-flex;
  align-items: center;
}

#downloader > svg {
  margin-left: 7px;
}
#downloader:hover {
  cursor: pointer;
}

.control {
  display: flex;
  align-items: center;
  margin-left: 250px;
}

.search.mr-1.float-right {
  margin-right: 0.5em;
  float: right;
}
.container__main {
  height: 100%;
  background-color: #f8f8f8;
  font-family: Lato-Regular;
}
input.search-bar {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: "Lato", Open Sans;
  font-weight: 400;
  outline: none;
  border: none;
  background: transparent;
}

input.search-bar:focus-visible {
  outline: none;
}

.search-unit {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: "Lato", Open Sans;
  font-weight: 400;
  background-color: transparent;
  float: right;
  padding: 6px;
}

.search:hover {
  cursor: pointer;
}
.header__sidebar {
  width: 135px;
  background: white;
}
#app-container {
  height: inherit;
}
#app-container .container__header {
  top: 0;
  height: 80px;
  background-color: #fff;
  z-index: 5;
}
#app-container .container__header .header__main {
  flex: 1; /* Take the remaining width */
  background-color: #ead187;
}
.container__main {
  height: inherit;
}
#app-container .container__header .header__main {
  flex: 1 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  background-color: #ead187;
}

/*Searchable Dropdown */

.search:focus-within {
  border-bottom: solid 2px !important;
}
.search {
  display: flex;
  width: 100%;
  padding: 0px;
  align-items: center;
}

.active.searchable-dropdown {
  border: 1px solid #9A0F1D !important;
}
.searchable-dropdown {
  position: absolute;
  width: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid #666666;
  border-radius: 6px;
  background-color: #ffffff;
}

input.js-searchable-dropdown-input {
  background: transparent;
  padding: 0.1em 0em;
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  border: none;
  color: inherit;
  box-shadow: none;
  margin: 0;
}

#arrow-down {
  float: right;
  margin-left: 5px;
}

input.js-searchable-dropdown-input {
  font-family: "Lato Extended";
  font-size: 1rem;
}

li.active-link {
  font-weight: 600;
  color: #9d8461;
}

ul.js-searchable-dropdown-list {
  display: none;
  max-height: 200px;
  list-style: none;
  margin: 6px 0px;
  overflow-y: auto;
  text-align: left;
  padding-inline-start: 0px;
  font-family: "Lato Extended";
  font-size: 1rem;
}
.active ul.js-searchable-dropdown-list {
  display: block;
}
.active {
  display: block;
}
ul.js-searchable-dropdown-list li {
  font-size: 1.5 rem;
  padding: 10px 0px;
}
ul.js-searchable-dropdown-list li:hover {
  background: none;
  cursor: pointer;
}

/*Student Progress*/
#progress-header {
  height: 100%;
}
#progress-bar {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 600px) {
  #progress-div {
    display: inline-block;
    height: inherit;
    text-align: center;
    width: 100%;
  }
  #progress-woheader-div {
    z-index: 1;
    position: absolute;
    display: block;
    height: inherit;
    padding-left: 24px;
    padding-top: 3px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    padding-bottom: 3px;
    background: white;
  }
}

ol.tracker {
   display: flex; 
   justify-content: center; 
}

ol.tracker li {
  width: 25%;
}

.tracker {
  width: 100%;
  list-style: none;
  list-style-image: none;
  margin: 20px 0 36px 0;
  padding: 0;
}

.tracker li {
  float: left;
  position: relative;
}

#file{
  width: 95.5%;
  position: absolute;
  top: 9%;
  height: 5px;
}

#file::-webkit-progress-bar {
  background-color: #d6d6d6;
}

#file::-webkit-progress-value {
  background-color: #9A0F1D !important;
}

/* For Firefox */
#file{
  background-color: #d6d6d6;
}

#file::-moz-progress-bar {
  background-color: #9A0F1D;
}

/* For IE10 */
#file{
  background-color: #d6d6d6;
}

#file[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.tracker .name {
  display: block;
  /* vertical-align: bottom; */
  margin-bottom: 1em;
  color: black;
}

.tracker .step {
  color: black;
  background-color: white;
  border: 2px solid #bbb;
  border-radius: 50%;
  line-height: 1.2;
  width: 1.2em;
  height: 1.2em;
  display: inline-flex;
  z-index: 1;
  position: relative;
  justify-content: center;
  align-items: center;
}

.tracker .step .circle {
  height: 55%;
  width: 55%;
  background-color: #9A0F1D;
  border-radius: 50%;
  position: absolute;
  display: none;
}

.tracker .active .step .circle {
  display: block;
}

.tracker .step span {
  opacity: 0.3;
}

.tracker .active .name,
.tracker .active .step span {
  opacity: 1;
}

.tracker .active .step span {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.tracker li:first-of-type .step:before {
  display: none;
}

.tracker li:last-of-type .step:after {
  display: none;
}

.tracker .done .step,
.tracker .complete .step {
  background-color: #9A0F1D;
}

.tracker .active .step {
  background-color: white;
}

.tracker .done .step,
.tracker .active .step,
.tracker .complete .step {
  border: 2px solid #9A0F1D;
}

.tracker .last #file{
  display: none;
}

.tracker .last {
  width: auto;
}

#continue {
  background-color: #9A0F1D;
  border: 2px solid #9A0F1D;
  color: #ffffff;
  border-radius: 4px;
  margin-left: 10px;
}
button#continue:disabled {
  background-color: #9A0F1D;
  border: 2px solid #9A0F1D;
  opacity: 40%;
  color: #ffffff;
  border-radius: 4px;
}
#percent {
  color: #9A0F1D;
}
#cross {
  display: block;
  width: 100%;
  padding: 6px;
  float: right;
  position: relative;
  right: 0.5em;
}
#cross svg {
  display: block;
  float: right;
  /* right: 3em; */
}
#cross g {
  fill: #bbb;
}
.item.menu_tray_tool_link.ui-corner-all i {
  margin-right: 0.75em;
}

.item.menu_tray_tool_link.ui-corner-all {
  padding: 0.1em 0.75em;
}
.last span.mod.name {
  text-align: left;
}
span.mod.name {
  text-align: left;
}
@media (min-width: 1600px) {
  #file{
    width: 95.5%;
    position: absolute;
    top: 27%;
    height: 5px;
  }
}
@media (min-width: 2000px) {
  .last span.mod.name {
    width: 2000% !important;
    left: -960% !important;
    text-align: center;
  }

  span.mod.name {
    width: 90%;
    position: absolute;
    left: -45%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 600px) and (max-width: 769px) {
  #file{
    width: 100%;
    position: absolute;
    top: 29%;
    height: 5px;
  }
  .last span.mod.name {
    left: -192%;
    text-align: center;
    width: 500% !important;
  }
  span.mod.name {
    width: 92%;
    position: absolute;
    left: -44%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 769px) and (max-width: 1600px) {
  #file{
    width: 93%;
    position: absolute;
    top: 29%;
    height: 5px;
  }
}
@media (min-width: 769px) and (max-width: 2000px) {
  .last span.mod.name {
    left: -285%;
    text-align: center;
    width: 700% !important;
  }
  span.mod.name {
    width: 92%;
    position: absolute;
    left: -43%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (min-width: 320px) and (max-width: 360px) {
  span.mod.name {
    min-width: 250px !important;
    top: -4%;
  }
  ol.tracker {
    flex-direction: column;
    align-self: center;
  }

  ol.tracker li {
    float: unset;
  }
  #percent {
    text-align: center;
    width: -moz-available;
  }
  #file{
    transform: rotate(90deg);
    width: 110%;
    top: 3.5em;
    z-index: -1;
    right: 29%;
  }
  .tracker .name {
    float: unset;
    display: unset;
    padding: 3px 0 0 6px;
    position: absolute;
  }
  ol.tracker li {
    height: 6em;
  }
}
@media (min-width: 360px) and (max-width: 411px) {
  #file{
    transform: rotate(90deg);
    width: 95%;
    top: 3.4em;
    z-index: -1;
    right: 39%;
  }
  span.mod.name {
    min-width: 250px !important;
    top: -4%;
  }
  ol.tracker {
    flex-direction: column;
    align-self: center;
  }

  ol.tracker li {
    float: unset;
  }
  #percent {
    text-align: center;
    width: -moz-available;
  }
  .tracker .name {
    float: unset;
    display: unset;
    padding: 3px 0 0 6px;
    position: absolute;
  }
  ol.tracker li {
    height: 6em;
  }
}
@media (min-width: 411px) and (max-width: 600px) {
  span.mod.name {
    min-width: 250px !important;
    top: -4%;
  }
  ol.tracker {
    flex-direction: column;
    align-self: center;
  }

  ol.tracker li {
    float: unset;
  }
  #percent {
    text-align: center;
    width: -moz-available;
  }
  .tracker .name {
    float: unset;
    display: unset;
    padding: 3px 0 0 6px;
    position: absolute;
  }
  ol.tracker li {
    height: 100px;
  }
  #file{
    transform: rotate(90deg);
    width: 89%;
    top: 3.5em;
    z-index: -1;
    right: 43.6%;
  }
  svg#info_svg {
    margin-left: 0.3em;
  }
}
svg.nav-controls {
  margin: 1em 0.5em;
}

.tracker .name:hover::after {
  content: attr("title");
}

.personalised.header-bar {
  border: none;
  display: inline;
  float: right;
}

.end {
  fill: #d6d6d6;
}

svg#info_svg {
  margin-top: 0.2em;
  margin-left: 0.6em;
  fill: #9A0F1D;
}

svg#info_svg:hover g#noun_Information_2123104 {
  fill: #ffffff;
}

svg#info_svg:hover g#Ellipse_76 {
  fill: #9A0F1D;
}

svg#closeSign {
  /* display: inline-block; */
  height: 13px;
  width: 13px;
  margin: 0.2em;
  float: right;
}
.overlay {
  display: block;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
  width: fill available;
  width: -moz-available;
  background-color: #00000082;
  color: black;
  min-height: 100vh;
  z-index: 101;
  position: fixed;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
  width: fill available;
  width: -moz-available;
  height: 100vh;
  z-index: 101;
  position: absolute;
  top: 0;

  align-items: center;
}
.box {
  background-color: white;
  /*   border: solid #9d8461 1px; */
  border-radius: 5px;
  min-height: 100%;
  width: 100%;
  opacity: 1;
  padding: 0.6em;
}
@media (min-width: 768px) {
  .box {
    background-color: white;
    border: solid #9d8461 1px;
    border-radius: 5px;
    min-height: 40%;
    width: 40%;
    opacity: 1;
    padding: 0.6em;
  }
  .page-section {
    height: 10em;
    overflow-y: scroll;
    margin-top: 0.5em;
  }
}
@media (min-width: 1024px) {
  .box {
    background-color: white;
    border: solid #9d8461 1px;
    border-radius: 5px;
    min-height: 40%;
    width: 30%;
    opacity: 1;
    padding: 0.6em;
  }
  .page-section {
    height: 10em;
    overflow-y: scroll;
    margin-top: 0.5em;
  }
}
@media (min-height: 1000px) {
  .box {
    min-height: 400px !important;
    height: 400px !important;
  }
  .page-section {
    min-height: 285px !important;
  }
}

.heading {
  border-bottom: solid #a0a0a0 2px;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  padding: 0.3em 0;
}
.caption {
  font-size: 0.8rem;
  padding: 0.6em 0 0.6em 0;
  font-weight: normal;
  margin-right: 2em;
}
.page-section {
  max-height: 75vh;
  margin-top: 0.5em;
  overflow-y: scroll;
  min-height: 35vh;
}
/* .page-section::-webkit-scrollbar {
      width: 5px;
    }
    .page-section::-webkit-scrollbar-track {
      background: #f1f1f100;
    }
    .page-section::-webkit-scrollbar-thumb {
      background: #9d8461;
      padding: 0;
    } */
.page-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0.4em 0 0;
}
.page {
  padding: 0.5em 0;
}
.page:first-child {
  padding: 0 0 0.5em 0;
}

.page a:hover {
  color: var(--ic-link-color) !important;
  text-decoration: underline;
  cursor: pointer;
}
.page a {
  text-decoration: inherit;
  color: inherit;
}

.hover-item {
  width: -webkit-fill-available;
  width: fill-available;
  width: -moz-available;
  display: flex;
  justify-content: centre;
}
#info_svg {
  /*   margin-left:70vw; */
  text-align: center;
  width: 17px;
}

#centerDiv {
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  z-index: 11;
  font-size: 0.7rem;
}
.blue {
  display: inline;
  color: var(--ic-link-color) !important;
  text-decoration: underline;
}
em.blue.underlined:hover {
  cursor: pointer;
  color: var(--ic-link-color) !important;
  text-decoration: underline;
}
.underlined {
  color: black;
}

.fitbox {
  border: solid #9A0F1D 1px;
  margin: 0.5em;
  padding: 0.8em;
  border-radius: 5px;
  background-color: white;
}
.hidden {
  display: none;
  visibility: hidden;
}
.prog-button {
  margin-right: 0.3em;
}
/*Dashboard Grades page css*/

#content > .course_details.student_grades > tbody > tr > td.percent{
  display: none;
}

/*Dashboard and Course Home Feedback css */

#right-side > div.events_list.recent_feedback > ul > li > a > div.event-details > p > strong {
  display: none;
}
/***************************************************************************************************************************/



