.h-100r {
  height: 1rem; }

.h-150r {
  height: 1.5rem; }

.h-200r {
  height: 2rem; }

.h-300r {
  height: 3rem; }

.h-400r {
  height: 4rem; }

.lh-100 {
  line-height: 1em; }

.lh-120 {
  line-height: 1.2em; }

.bg-center-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.mw-1920 {
  max-width: 1920px; }

.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.shadow-layer {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.text-muted-2 {
  color: rgba(41, 58, 71, 0.52) !important; }

.page-link {
  cursor: pointer; }

.page-item.active .page-link {
  font-weight: 700; }

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */ }

/* Colors: */
:root {
  --primary-colour: #69B1CC;
  --primary-colour-dark: #2466B0;
  --secondary-colour: #E1943D;
  --lightgrey: #F4F4F4;
  --grey: #4C4C4C;
  --darkgrey: #343841; }

@font-face {
  font-family: 'opensans';
  src: url("../assets/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: 'opensans';
  src: url("../assets/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold; }

@font-face {
  font-family: 'opensans';
  src: url("../assets/fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: light; }

@font-face {
  font-family: 'opensans';
  src: url("../assets/fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: medium; }

@font-face {
  font-family: 'brockmann';
  src: url("../assets/fonts/brockmann-medium-webfont.ttf") format("truetype");
  font-weight: medium; }

.font-brockmann {
  font-family: "brockmann", sans-serif; }

.font-opensans {
  font-family: "opensans", sans-serif; }

body {
  font-family: "brockmann", sans-serif, sans-serif;
  font-weight: normal; }

h1, h2, h3 {
  font-family: "brockmann", sans-serif, sans-serif;
  font-weight: medium; }

@keyframes jump-in {
  0% {
    opacity: 0.01;
    transform: scale(0.9) translateY(10%); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0%); } }

@keyframes jump-out {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0%); }
  100% {
    opacity: 0;
    transform: scale(0.9) translateY(10%); } }

.btn {
  font-weight: normal; }

.btn-rounded {
  border-radius: 50px; }

.btn-primary {
  min-width: 100px; }

.btn-custom {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .9375rem;
  line-height: 1.5;
  min-width: 100px;
  cursor: pointer;
  outline: 0; }

.btn-custom:hover {
  text-decoration: none; }

@media (min-width: 1200px) {
  .btn-view-all {
    min-width: 217px; } }

.block_calendar_month {
  font-size: 12px; }
  .block_calendar_month .header {
    padding: 0 !important; }

.navbar {
  background-color: white;
  padding: 10px;
  height: 140px;
  display: flex;
  justify-content: center;
  box-shadow: none; }
  .navbar img.userpicture {
    border: 1px solid #f1f1f1; }
  .navbar > div {
    max-width: 1400px; }
  .navbar #mobile-menu-button {
    outline: none; }

.theme-generic-template-navbar .navbar-brand {
  max-width: 250px;
  flex: 0 0 auto; }

.theme-generic-template-navbar .drawer-toggle-icon .nav-link {
  padding: 10px 25px; }

#nav-drawer {
  top: 140px; }

.nav-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#collapsibleNavbar.show, #collapsibleNavbar.collapsing {
  display: block !important;
  position: absolute;
  top: 130px;
  background: #fff;
  border-top: 1px solid #f1f1f1; }

.theme-generic-template-navbar .drawer-toggle-icon .nav-link {
  padding: 0.25rem; }
  .theme-generic-template-navbar .drawer-toggle-icon .nav-link .icon {
    color: white;
    font-size: 1.5rem;
    opacity: 0.8; }

.theme-generic-template-navbar .navbar-brand {
  min-width: 150px;
  flex: 0 0 auto; }
  .theme-generic-template-navbar .navbar-brand .logo img {
    max-width: 100%; }

.theme-generic-template-navbar .nav-list .nav-list__item {
  color: #343841;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 4.5rem;
  font-size: .8rem;
  position: relative;
  margin-bottom: .5rem;
  display: inline-block; }
  .theme-generic-template-navbar .nav-list .nav-list__item.active:after {
    content: " ";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fff; }

.theme-generic-template-navbar .usermenu .usertext {
  color: #343841;
  text-transform: uppercase;
  font-weight: 700; }

.theme-generic-template-navbar .usermenu .dropdown-toggle::after {
  color: white;
  margin-top: 2px;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  vertical-align: 2px; }

.theme-generic-template-navbar .usermenu .dropdown-item {
  font-size: 1rem; }

.theme-generic-template-navbar .dropdown-item {
  font-size: .8rem; }

#page-footer .footer-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%; }
  #page-footer .footer-container aside#block-region-side-pre {
    display: flex;
    flex-wrap: wrap; }

#page-footer section {
  padding: 0px !important; }

#page-footer .block.card {
  border: none; }

#page-footer a, #page-footer a .icon {
  color: #000; }

#page-footer .block_navigation .block_tree .tree_item.branch,
#page-footer .block_settings .block_tree .tree_item.branch {
  display: inline;
  padding-left: 0px;
  margin-left: 0px; }

#page-footer .logo-container .logo {
  max-width: 200px;
  mix-blend-mode: multiply; }

@media screen and (max-width: 425px) {
  #page-footer .logo-container {
    display: none; } }

#page-footer .blocks-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px; }

#page-footer h5 {
  font-weight: bold; }

.copyright-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px; }

div.socials {
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #000;
  font-size: 20px; }
  div.socials .circle-social {
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 29px;
    line-height: 30px;
    margin: 0px 0px; }
    div.socials .circle-social a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
      list-style: none;
      gap: 20px;
      text-decoration: none !important;
      margin-top: 3px; }
      div.socials .circle-social a li {
        font-size: 30px; }

.coursebox,
.resource-box-container {
  transition: 0.4s;
  animation: jump-in 0.4s; }
  .coursebox-exit,
  .resource-box-container-exit {
    animation: jump-out 0.4s; }
  .coursebox-enter,
  .resource-box-container-enter {
    animation: jump-in 0.4s; }
  .coursebox .img-wrapper,
  .resource-box-container .img-wrapper {
    position: relative;
    padding-top: 50%;
    border-radius: 24px; }
  .coursebox .course-progress,
  .resource-box-container .course-progress {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); }
    .coursebox .course-progress .bar-outter,
    .resource-box-container .course-progress .bar-outter {
      width: 100%;
      height: 5px;
      margin-top: 10px; }
    .coursebox .course-progress .progress-text,
    .resource-box-container .course-progress .progress-text {
      font-size: 1.2rem; }
    .coursebox .course-progress .bar-inner,
    .resource-box-container .course-progress .bar-inner {
      width: 0%;
      height: 5px; }
  .coursebox .name,
  .resource-box-container .name {
    height: 44px;
    overflow: hidden; }
  .coursebox .desc,
  .resource-box-container .desc {
    height: 71px;
    overflow: hidden;
    color: #707070; }
  .coursebox:hover,
  .resource-box-container:hover {
    transform: scale(1.05); }

#settingsnav ul li > p {
  display: inline-block; }

#settingsnav ul li hr {
  display: none; }

#settingsnav li.type_siteadmin {
  border-top: 1px solid #f1f1f1;
  margin-top: 10px;
  padding: 10px 0px; }

.banner-box #page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 373px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative; }

.banner-box > .container {
  position: relative;
  flex: 1; }

.banner-box .content-header {
  z-index: 1;
  padding: 0.5rem 1rem !important; }

.banner-box .page-context-header {
  overflow: hidden;
  padding: .25rem;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .banner-box .page-context-header h1 {
    font-size: 5rem;
    font-weight: 700; }

.banner-box .card {
  border: none !important; }

#socialtimeline-section {
  background-color: #FFF; }
  #socialtimeline-section a {
    cursor: pointer; }
  #socialtimeline-section .widget.socialtimeline {
    padding: 0px; }
  #socialtimeline-section .poster-name .poster-postto {
    color: #b4975a !important; }
  #socialtimeline-section #optional_groups_popup_area {
    color: #000; }
  #socialtimeline-section .poster-name a {
    color: #b4975a !important; }
  #socialtimeline-section .share_like_area {
    border-bottom: 1px solid #b4975a !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    /*margin-top: 10px;
        margin-bottom: 20px;*/
    clear: left; }
  #socialtimeline-section #block-region-socialtimeline {
    display: block;
    background: none !important; }
    #socialtimeline-section #block-region-socialtimeline #search_post_sec {
      background-color: #fdfdfd;
      padding: 10px !important;
      margin-top: 7px; }
    #socialtimeline-section #block-region-socialtimeline section {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
      margin: 0 auto;
      max-width: 1240px;
      background-color: #f1f1f1;
      border-radius: 20px; }
      #socialtimeline-section #block-region-socialtimeline section fieldset#adv_search_options {
        border-top: 1px solid #b4975a; }
      #socialtimeline-section #block-region-socialtimeline section #create_post {
        color: white;
        text-decoration: none !important;
        padding: 6px 12px;
        background-color: #E1943D;
        border: none; }
      #socialtimeline-section #block-region-socialtimeline section .card-title {
        font-size: 60px;
        color: #343841;
        letter-spacing: -3px;
        font-family: "brockmann", sans-serif, sans-serif;
        text-transform: capitalize; }
      #socialtimeline-section #block-region-socialtimeline section .managegroups,
      #socialtimeline-section #block-region-socialtimeline section a[class="btn"] {
        color: white;
        text-decoration: none !important;
        padding: 6px 12px;
        background-color: #E1943D; }
      #socialtimeline-section #block-region-socialtimeline section .managegroups:hover,
      #socialtimeline-section #block-region-socialtimeline section a[class="btn"]:hover,
      #socialtimeline-section #block-region-socialtimeline section input[name="Search"]:hover,
      #socialtimeline-section #block-region-socialtimeline section input[id="advanced_search"]:hover,
      #socialtimeline-section #block-region-socialtimeline section input[class="sub_reply"]:hover {
        color: #fff;
        background-color: #9f8348;
        border-color: #977c44; }
      #socialtimeline-section #block-region-socialtimeline section a[class="btn"] {
        margin-top: 4px; }
      #socialtimeline-section #block-region-socialtimeline section #search_post_sec {
        padding: 0%;
        padding-top: 10px;
        padding-bottom: 10px; }
        #socialtimeline-section #block-region-socialtimeline section #search_post_sec #search_key,
        #socialtimeline-section #block-region-socialtimeline section #search_post_sec input[id="postby_search"],
        #socialtimeline-section #block-region-socialtimeline section #search_post_sec input[id="postdatefrom_search"],
        #socialtimeline-section #block-region-socialtimeline section #search_post_sec input[id="postdateto_search"] {
          background-color: transparent;
          border: none;
          outline: 1px solid #b4975a;
          caret-color: #b4975a;
          color: black;
          padding: .375rem .75rem .375rem 0.75em;
          min-height: 2.5rem; }
        #socialtimeline-section #block-region-socialtimeline section #search_post_sec #search_key {
          padding: .375rem .75rem .375rem 0.75rem;
          background: rgba(112, 112, 112, 0.09);
          min-height: 2.5rem;
          outline: 0px solid !important;
          margin-right: 10px; }
      #socialtimeline-section #block-region-socialtimeline section input[name="Search"],
      #socialtimeline-section #block-region-socialtimeline section input[id="advanced_search"] {
        text-decoration: none !important;
        color: white;
        padding: .375rem .75rem .375rem 0.75em;
        background-color: #E1943D;
        outline: none;
        border: none;
        min-height: 2.5rem; }
      #socialtimeline-section #block-region-socialtimeline section select {
        padding: 3.5px 6px;
        vertical-align: middle;
        background-color: transparent;
        outline: 1px solid #b4975a;
        border: none;
        color: #b4975a; }
        #socialtimeline-section #block-region-socialtimeline section select option {
          background-color: #fff; }
      #socialtimeline-section #block-region-socialtimeline section input[id="id_postto_btn"] {
        text-transform: capitalize;
        background-color: #E1943D;
        width: 60px;
        height: 35px;
        color: #000 !important;
        outline: none;
        border: none;
        color: white !important; }
      #socialtimeline-section #block-region-socialtimeline section input[id="id_postto_btn"]:hover {
        color: #fff !important;
        background-color: #9f8348;
        border-color: #977c44; }
      #socialtimeline-section #block-region-socialtimeline section select#postto_search {
        height: 40px; }
      #socialtimeline-section #block-region-socialtimeline section #posts-wrapper .post {
        background-color: transparent;
        border-bottom: 1px solid #b4975a; }
        #socialtimeline-section #block-region-socialtimeline section #posts-wrapper .post .reply_content_wrapper {
          padding: 2px 0px !important;
          border-bottom: 0px solid #b4975a;
          margin-bottom: 0px !important; }
        #socialtimeline-section #block-region-socialtimeline section #posts-wrapper .post #reply_content {
          background-color: transparent; }
          #socialtimeline-section #block-region-socialtimeline section #posts-wrapper .post #reply_content textarea {
            color: black;
            background-color: #fff;
            border: 1px solid #b4975a; }
          #socialtimeline-section #block-region-socialtimeline section #posts-wrapper .post #reply_content textarea::placeholder {
            color: #757575 !important; }
          #socialtimeline-section #block-region-socialtimeline section #posts-wrapper .post #reply_content input[class="sub_reply"] {
            color: white;
            background-color: #E1943D !important;
            outline: none;
            border: none;
            margin-top: 10px;
            padding: 3px 15px; }
        #socialtimeline-section #block-region-socialtimeline section #posts-wrapper .post .post_content {
          background-color: transparent; }
        #socialtimeline-section #block-region-socialtimeline section #posts-wrapper .post .liked_message {
          color: #fff; }
      #socialtimeline-section #block-region-socialtimeline section #socialtimeline_attachment img {
        cursor: pointer;
        background-color: #E1943D;
        border-radius: 50%; }

section.block_socialtimeline.block .card-body {
  overflow-y: auto;
  scroll-behavior: smooth;
  max-height: 80vh; }

#modal_stl .modal-content #singlepostview-content #singlepostview-region-main {
  height: auto !important; }
  #modal_stl .modal-content #singlepostview-content #singlepostview-region-main #singlepostview-box-right .singlepostview-tab button {
    color: #b4975a; }
  #modal_stl .modal-content #singlepostview-content #singlepostview-region-main #singlepostview-box-right #singlepostview-comments-content .reply_content input[class="sub_reply"] {
    background-color: #E1943D;
    outline: none;
    border: none;
    margin-top: 10px; }
  #modal_stl .modal-content #singlepostview-content #singlepostview-region-main #singlepostview-box-right #singlepostview-comments-content .reply_content input[class="sub_reply"]:hover {
    color: #fff;
    background-color: #E1943D;
    border-color: #977c44; }

#social_upload_attachment_area {
  background-color: #333434;
  color: white; }

#post_seen_like_popup_area {
  background-color: #333434;
  color: white; }
  #post_seen_like_popup_area .btn {
    color: white !important; }

#posts-wrapper input[class="sub_reply"] {
  background-color: #E1943D;
  color: white;
  outline: none;
  border: none;
  margin-top: 10px; }

#posts-wrapper input[class="sub_reply"]:hover {
  color: #fff;
  background-color: #9f8348;
  border-color: #977c44; }

.reply_form fieldset > label[for*="reply_attachment_"] {
  background: #b8b8b8;
  border-radius: 50%;
  padding: 2px; }

.dropdown-menu.bg-white {
  background-color: white;
  color: #343841; }
  .dropdown-menu.bg-white .dropdown-item {
    color: #343841; }
    .dropdown-menu.bg-white .dropdown-item:hover {
      background-color: #F4F4F4; }
  .dropdown-menu.bg-white.show {
    left: -110px;
    top: 30px; }

.user-menu .usermenu {
  margin-bottom: 20px; }
  .user-menu .usermenu .dropdown-menu {
    color: #343841;
    background-color: white;
    width: 230px;
    max-width: 230px; }
    .user-menu .usermenu .dropdown-menu .dropdown-item {
      color: #343841; }
      .user-menu .usermenu .dropdown-menu .dropdown-item:hover {
        background-color: #F4F4F4; }

.drawer-toggle-icon i.icon.fa.fa-bars.fa-fw {
  color: #000; }

nav .logo img {
  width: 100%;
  height: auto;
  max-height: 140px; }

.simplesearchform .collapse.show input[aria-label="Search"] {
  border: 1px solid #e5e5e5;
  border-radius: 10px 0px 0px 10px; }

#searchform-navbar {
  height: 140px; }
  #searchform-navbar .btn.btn-submit {
    background-color: #F4F4F4;
    border-radius: 0px 10px 10px 0px; }

ul.pagination .page-item .page-link {
  border-radius: 50%;
  background-color: #F4F4F4;
  border: 1px solid #343841;
  color: #343841; }

ul.pagination .page-item.disabled .page-link {
  background-color: #343841;
  border: 1px solid #343841;
  color: #F4F4F4; }

#nav-drawer p.tree_item.branch {
  display: inline-block; }

#page-wrapper.theme-generic-template-frontpage #nav-drawer section {
  padding-top: 0px;
  padding-bottom: 0px; }

#lang-action-menu {
  min-width: 225px; }

.pagelayout-standard .card {
  border: none !important; }

.pagelayout-standard #region-main {
  border: none !important;
  padding-top: 0; }

.pagelayout-standard #page-header {
  display: none; }

.pagelayout-standard .content-header {
  padding: 1rem 1.25rem; }

.pagelayout-standard [role="main"],
.pagelayout-reports [role="main"] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fff; }

.pagelayout-reports [role="main"] {
  padding-left: 3rem;
  padding-right: 3rem; }

.pagelayout-reports [role="main"] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fff; }

.pagelayout-reports [role="main"] {
  padding-left: 3rem;
  padding-right: 3rem; }

.theme-generic-template-login #page-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5; }

.theme-generic-template-login #page-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 5;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3)); }

.theme-generic-template-login #login-bg-carousel .carousel-item {
  background-position: center;
  background-size: cover; }

.theme-generic-template-login #login-bg-carousel ol.carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  height: auto;
  width: 25px !important;
  left: 85%; }
  .theme-generic-template-login #login-bg-carousel ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    margin: -2px 0; }

.theme-generic-template-login .title {
  font-size: 2.6rem; }

.theme-generic-template-login .form-control {
  padding: .8125rem 1.25rem;
  line-height: 1rem;
  height: 2.625rem; }

.theme-generic-template-login #main-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.theme-generic-template-login .main-overlay__left {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5); }

.theme-generic-template-login #region-main {
  color: white;
  border: none;
  position: absolute;
  max-width: 522px;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  background: transparent;
  padding: 0; }

.theme-generic-template-login .modal-dialog {
  color: #444; }

.login-languagemenu .dropdown-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(-148px, -285px, 0px) !important; }

.theme-generic-template-signup .main-overlay__left {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5); }

.theme-generic-template-signup .main-overlay__right {
  position: relative;
  background-color: white; }

.theme-generic-template-signup #signup-form-wrapper {
  max-width: 640px; }
  .theme-generic-template-signup #signup-form-wrapper .card {
    border: none; }

@media (max-width: 575px) {
  .theme-generic-template-login #login-bg-carousel ol.carousel-indicators {
    bottom: 56px; } }

.content-position-fa {
  position: relative; }

:root {
  --unnamed-color-ffffff: #FFFFFF;
  --unnamed-color-f4f4f4: #F4F4F4;
  --unnamed-font-style-normal: normal;
  --unnamed-font-weight-medium: medium;
  --unnamed-font-family-brockmann: Brockmann; }

.background-ctrl {
  background-color: red; }

.login-background {
  background-color: var(--unnamed-color-ffffff);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 48px;
  opacity: 1; }

.login-form-title {
  color: black;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-medium) 43px/46px var(--unnamed-font-family-brockmann);
  font: normal normal medium 43px/46px Brockmann;
  letter-spacing: 0.65px;
  font-size: 28px; }

.login-btn {
  background: #69B1CC 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  color: white;
  font-weight: normal;
  width: 180px; }

.register-btn {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  color: white;
  width: 180px;
  font-weight: normal; }

.input-container {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 14.5px; }

.login-input {
  background: #dcd3d3 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 25px;
  border: none;
  width: 180px;
  height: 36px !important;
  letter-spacing: 0.47px;
  color: #000000;
  opacity: 0.53;
  text-transform: lowercase;
  padding-left: 10px; }

.login-form-logo {
  height: 38%;
  width: 60%; }

@media (max-width: 1268px) {
  .input-container {
    display: block;
    text-align: center; }
  .input-container > div {
    margin-bottom: 20px; }
  .input-container > div:last-child {
    margin-bottom: 0; } }

@media (max-width: 1668px) {
  #login-bg-carousel ol.carousel-indicators {
    padding-left: 20px; } }

#page-wrapper.theme-generic-template-frontpage section {
  padding-top: 70px;
  padding-bottom: 70px; }

#page-wrapper.theme-generic-template-frontpage section#socialtimeline-section {
  padding-top: 30px;
  padding-bottom: 30px; }

#page-wrapper.theme-generic-template-frontpage #section-welcome {
  background-color: #FFFFFF;
  position: relative;
  background-size: cover;
  background-position: center 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 620px;
  padding-top: 10px;
  padding-bottom: 10px; }
  #page-wrapper.theme-generic-template-frontpage #section-welcome h1.headline {
    font-weight: bold;
    font-size: 66px;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #page-wrapper.theme-generic-template-frontpage #section-welcome:after {
    content: '';
    min-height: inherit;
    font-size: 0; }
  @media screen and (max-width: 768px) {
    #page-wrapper.theme-generic-template-frontpage #section-welcome .container .row {
      gap: 20px; } }
  #page-wrapper.theme-generic-template-frontpage #section-welcome .welcome-area {
    background: #F4F4F4;
    color: #343841;
    border-radius: 48px 0px 0px 48px; }
    @media (max-width: 786px) {
      #page-wrapper.theme-generic-template-frontpage #section-welcome .welcome-area {
        border-radius: 48px 48px 48px 48px; } }
  #page-wrapper.theme-generic-template-frontpage #section-welcome .welcome-area-img {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    background-size: cover;
    border-radius: 0px 48px 48px 0px; }

#page-wrapper.theme-generic-template-frontpage #block-welcome .intro {
  min-height: 260px; }

#page-wrapper.theme-generic-template-frontpage #block-welcome .userpicture {
  border-width: 3px;
  border-style: solid; }

#page-wrapper.theme-generic-template-frontpage #block-leaderboard {
  visibility: hidden; }
  #page-wrapper.theme-generic-template-frontpage #block-leaderboard .ranks-table .header {
    font-size: 0.8rem; }
  #page-wrapper.theme-generic-template-frontpage #block-leaderboard .ranks-table .body .rank {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }

#page-wrapper.theme-generic-template-frontpage #section-courses h1 {
  margin-bottom: 40px; }

#page-wrapper.theme-generic-template-frontpage #section-courses .all-courses-link {
  font-size: 24px; }

#page-wrapper.theme-generic-template-frontpage #section-courses .link-row {
  display: flex;
  justify-content: space-between; }

#page-wrapper.theme-generic-template-frontpage #section-courses .pagination-container {
  float: right; }

#page-wrapper.theme-generic-template-frontpage #section-courses .cycleProgress {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-size: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer; }
  #page-wrapper.theme-generic-template-frontpage #section-courses .cycleProgress .title {
    max-width: 120px;
    overflow: hidden; }
  #page-wrapper.theme-generic-template-frontpage #section-courses .cycleProgress svg {
    width: 200px;
    height: 200px; }
    #page-wrapper.theme-generic-template-frontpage #section-courses .cycleProgress svg circle {
      fill: none;
      stroke-width: 8; }

#page-wrapper.theme-generic-template-frontpage #section-courses .rating {
  position: relative; }
  #page-wrapper.theme-generic-template-frontpage #section-courses .rating .rate-text {
    position: absolute;
    top: 5px; }

#page-wrapper.theme-generic-template-frontpage #section-courses .enrolled .cycleProgress {
  background-image: url("/theme/generic/pix/frontpage/bg-icon-3-2x.png"); }

#page-wrapper.theme-generic-template-frontpage #section-courses .outstanding .cycleProgress {
  background-image: url("/theme/generic/pix/frontpage/bg-icon-2-2x.png"); }

#page-wrapper.theme-generic-template-frontpage #section-courses .completed .cycleProgress {
  background-image: url("/theme/generic/pix/frontpage/bg-icon-1-2x.png"); }

#page-wrapper.theme-generic-template-frontpage #section-courses .tabs .tab {
  position: relative;
  cursor: pointer;
  transition: 0.5s;
  padding: 1px; }
  @media only screen and (min-width: 768px) {
    #page-wrapper.theme-generic-template-frontpage #section-courses .tabs .tab.selected .triangle-bottom {
      display: inline-block;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translate(-50%, 0%); } }
  #page-wrapper.theme-generic-template-frontpage #section-courses .tabs .tab .triangle-bottom {
    display: none; }
  #page-wrapper.theme-generic-template-frontpage #section-courses .tabs .tab:first-child {
    padding-left: 0; }

#page-wrapper.theme-generic-template-frontpage #section-banner {
  background-color: white; }
  #page-wrapper.theme-generic-template-frontpage #section-banner .container {
    padding: 60px 0px;
    max-width: 1200px; }
  #page-wrapper.theme-generic-template-frontpage #section-banner .banner-box {
    min-height: 30vw;
    border-radius: 48px; }
    #page-wrapper.theme-generic-template-frontpage #section-banner .banner-box .banner-box-row {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  #page-wrapper.theme-generic-template-frontpage #section-banner .shapes {
    height: auto;
    width: 400px;
    display: none; }
    @media screen and (min-width: 768px) {
      #page-wrapper.theme-generic-template-frontpage #section-banner .shapes {
        display: block;
        width: 30VW;
        margin: 0px;
        padding: 0px;
        max-width: 350px; } }

#page-wrapper.theme-generic-template-frontpage #section-resources .title {
  display: flex;
  justify-content: center;
  align-items: center; }

#page-wrapper.theme-generic-template-frontpage #section-resources .video-icon {
  background-image: url("../pix/icons/icon-video.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 40px;
  width: 50px;
  display: inline-block;
  margin-right: 20px; }

#page-wrapper.theme-generic-template-frontpage #section-resources .podcast-icon {
  background-image: url("../pix/icons/icon-podcast.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-right: 20px; }

#page-wrapper.theme-generic-template-frontpage #section-resources .pdf-icon {
  background-image: url("../pix/icons/icon-pdf.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 40px;
  width: 30px;
  display: inline-block;
  margin-right: 20px; }

#page-wrapper.theme-generic-template-frontpage #section-resources .title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 3rem 2rem; }

#page-wrapper.theme-generic-template-frontpage #section-resources .message {
  height: 352px;
  background-color: white;
  padding: 2rem 1rem; }

#page-wrapper.theme-generic-template-frontpage #section-resources .items {
  background-color: white;
  padding: 2rem 1rem;
  height: 352px; }
  #page-wrapper.theme-generic-template-frontpage #section-resources .items .item {
    margin-bottom: 1rem;
    border-bottom: 1px solid grey;
    padding: 15px 5px;
    font-weight: bold;
    margin: 0 10px;
    transition: 0.5s; }
    #page-wrapper.theme-generic-template-frontpage #section-resources .items .item .img {
      width: 5rem; }
  #page-wrapper.theme-generic-template-frontpage #section-resources .items .item:hover {
    text-decoration: none;
    background-color: #fafafa;
    box-shadow: 3px 3px 3px #e5e5e5; }

#page-wrapper.theme-generic-template-frontpage h1.headline {
  margin-top: 40px; }

#page-wrapper.theme-generic-template-frontpage h2.headline {
  font-size: 16px;
  letter-spacing: 1.73px;
  color: #000000;
  opacity: 1; }

#page-wrapper.theme-generic-template-frontpage h2.heading {
  font-size: 60px;
  color: #000000;
  letter-spacing: -3px; }

@media (min-width: 768px) and (max-width: 1024px) {
  /* For portrait layouts only */
  #block-welcome .message {
    margin-left: 20px; }
  #section-courses .cycleProgress {
    transform: scale(0.8); } }

@media (min-width: 992px) and (max-width: 1200px) {
  #section-courses .cycleProgress {
    transform: scale(0.9); } }

.welcome-card {
  background-color: #f1f1f1;
  color: #343841;
  padding: 40px 50px;
  border-radius: 20px;
  min-height: 145px;
  display: flex; }
  .welcome-card .learning-progress {
    display: flex;
    justify-content: normal;
    align-items: center; }
    .welcome-card .learning-progress .progressbar {
      margin-left: 10px;
      width: 230px;
      position: relative;
      height: 25px;
      text-align: center;
      background: white; }
      .welcome-card .learning-progress .progressbar .bar-inner {
        height: 100%; }
      .welcome-card .learning-progress .progressbar .text {
        position: absolute;
        line-height: 40px;
        font-size: 20px;
        font-weight: bold; }
    .welcome-card .learning-progress .progressbar-counter {
      font-size: 30px;
      margin-left: 10px;
      line-height: 36px; }

.collected-text {
  vertical-align: baseline;
  line-height: 1.6875rem;
  display: inline-block; }

.badge-icon-wrapper {
  max-height: 64px; }

.badge-icon {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

@media (max-width: 1199px) {
  #page-wrapper.theme-generic-template-frontpage #section-welcome .welcome-area {
    border-radius: 48px;
    margin: 0px 20px 10px; }
  .welcome-card {
    padding: 2rem;
    margin-top: 25px; }
  #section-welcome .container > div.mb-4 {
    margin-bottom: 0px !important; } }

@media (min-width: 768px) {
  .welcome-area {
    padding-right: 6rem; }
  #section-courses .tabs .tab:last-child {
    padding-right: 0; } }

/* chatbot related */
.footer-overlay {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: hidden; }

#ai-assistant-block {
  margin-top: -1.6rem;
  color: #000000;
  width: calc(11vh + 275px);
  height: calc(13vh + 325px);
  max-width: 100%;
  max-height: calc(100% + 0px); }

.footer-overlay .card {
  border: none; }

.footer-overlay .card-text.content {
  border-radius: 10px;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

#block-region-footer-overlay, .block_openai_chat {
  height: 100%; }

#ai-assistant-button,
#close-ai-assistant {
  z-index: 9999;
  position: relative;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  font-weight: 600; }

#ai-assistant-button {
  width: 100%; }

#chatbot-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

div#footer-overlay-region {
  box-shadow: #101010a6 10px 9px 20px; }

/* end of chatbot related */
.theme-generic-template-signup #main-overlay {
  flex: 1; }

#mount-react-course-intro .course-intro .course-image {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#mount-react-course-intro .course-intro .rate-info {
  font-size: 0.8rem; }

#mount-react-course-intro .course-intro .star-ratings {
  bottom: 3px; }

#mount-react-course-intro .course-intro .your-rate {
  font-size: 0.8rem; }

#mount-react-course-intro .course-intro .fullname {
  font-size: 1.5rem; }

#mount-react-course-intro .course-intro .summary {
  color: #707070; }

#page-enrol-index .generalbox.info {
  display: none; }

.pagelayout-course .banner-box #page-header .shadow-layer {
  display: block !important; }

.pagelayout-course .banner-box .dropdown-toggle {
  color: #fff; }

.pagelayout-course .btn-link:focus {
  box-shadow: none; }

@media (min-width: 576px) {
  .context-header-settings-menu,
  .region-main-settings-menu {
    margin-top: 4rem; } }

.content .activity-information {
  position: relative;
  float: right;
  margin: 10px;
  top: -15px; }

section[id="region-main"] div[role="main"] {
  position: relative; }
  section[id="region-main"] div[role="main"] .activity-information {
    position: absolute;
    top: 0;
    right: 1.5%;
    border: none; }

section[id="region-main"] .nav {
  margin-top: 2rem; }

.rate i {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../pix/icons/star-grey.svg); }
  .rate i.full {
    background-image: url(../pix/icons/star-full.svg); }
  .rate i.half {
    background-image: url(../pix/icons/star-half.svg); }

#page-theme-generic-pages-file_library .banner-box #page-header {
  background-image: url("../pix/resources/banner.svg"); }
  #page-theme-generic-pages-file_library .banner-box #page-header .shadow-layer {
    display: block !important; }

#page-theme-generic-pages-file_library #input-kewword {
  float: left;
  width: calc(100% - 100px);
  height: 36px;
  border: none;
  background-color: #eee;
  background-image: url("../pix/search.png");
  background-position: 10px center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 40px; }

#page-theme-generic-pages-file_library #btn-search {
  width: 100px;
  float: right;
  color: #fff; }

#page-theme-generic-pages-file_library .section-body {
  background-color: #eee; }

#page-theme-generic-pages-file_library #checkbox-lms-only {
  width: 20px;
  height: 20px;
  border-radius: 0px; }

#page-theme-generic-pages-file_library .searchin.selected {
  border-bottom: 2px solid #4d90fa;
  padding-bottom: 1px; }

#page-theme-generic-pages-file_library .category-list .category.top {
  padding: .5rem 0;
  margin-bottom: .5rem;
  border-bottom: 1px solid #444;
  cursor: pointer; }

#page-theme-generic-pages-file_library .category-list .category .name-wrapper {
  font-weight: bold;
  padding: 2px 0;
  font-size: 16px;
  text-transform: capitalize; }

#page-theme-generic-pages-file_library .category-list .category .arrow {
  width: 1rem;
  height: 1rem;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../pix/icons/down-chevron.png");
  vertical-align: text-top;
  cursor: pointer; }

#page-theme-generic-pages-file_library .category-list .category .arrow.collapsed {
  background-image: url("../pix/icons/right-thin-chevron.png"); }

#page-theme-generic-pages-file_library .category-list .category.no-children > .name-wrapper > .arrow {
  background-image: none; }

#page-theme-generic-pages-file_library .count-msg {
  border-bottom: 1px solid #aaa; }

#page-theme-generic-pages-file_library .no-reslut-wrapper {
  font-size: 2.5rem;
  line-height: 2.75rem;
  text-align: center; }
  #page-theme-generic-pages-file_library .no-reslut-wrapper img {
    max-width: 120px; }
  #page-theme-generic-pages-file_library .no-reslut-wrapper span {
    color: #4d90fa; }
  #page-theme-generic-pages-file_library .no-reslut-wrapper .text-2 {
    font-size: 1rem;
    color: #aaa; }

#page-theme-generic-pages-file_library .resource-list-item {
  border-bottom: 1px solid #aaa;
  cursor: pointer; }
  #page-theme-generic-pages-file_library .resource-list-item .file-type-img img {
    width: 60px; }
  #page-theme-generic-pages-file_library .resource-list-item .info {
    width: calc(100% - 80px); }
  #page-theme-generic-pages-file_library .resource-list-item .desc {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

#page-theme-generic-pages-view_resource {
  border-top: 1px solid #707070; }
  @media (min-width: 576px) {
    #page-theme-generic-pages-view_resource #region-main {
      margin-left: 1rem;
      margin-right: 1rem; } }
  #page-theme-generic-pages-view_resource #region-main {
    background-color: #fff; }
  #page-theme-generic-pages-view_resource .banner-box #page-header {
    background-image: url("../pix/resources/view-resource-banner.png"); }
    #page-theme-generic-pages-view_resource .banner-box #page-header .shadow-layer {
      display: block !important; }
  #page-theme-generic-pages-view_resource [role="main"] {
    padding: 1.5rem 3rem; }
  #page-theme-generic-pages-view_resource #page-wrapper {
    margin-top: -1px; }
  #page-theme-generic-pages-view_resource .resource-icon {
    width: auto;
    height: 3rem;
    float: right; }
  #page-theme-generic-pages-view_resource .back-link-wrapper {
    border-bottom: 2px solid #707070; }
  #page-theme-generic-pages-view_resource .date-uploader .date {
    color: grey; }
  #page-theme-generic-pages-view_resource .date-uploader .uploader {
    color: #707070; }
  #page-theme-generic-pages-view_resource .attachment {
    background-color: grey; }
    #page-theme-generic-pages-view_resource .attachment .preview .preview-img {
      width: 100%; }

@media only screen and (max-width: 768px) {
  #page-theme-generic-pages-view_resource .resource-icon {
    max-height: 50px;
    width: 50px; } }

.pagelayout-reports .banner-box #page-header {
  background-image: url("../pix/reports/banner.svg"); }
  .pagelayout-reports .banner-box #page-header .shadow-layer {
    display: block !important; }

.pagelayout-reports table tr td:first-child {
  width: 1%;
  white-space: nowrap; }

td.completion-progresscell .icon {
  width: unset; }

/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.bg-white {
  background-color: white; }

.bg-grey {
  background-color: #4C4C4C; }

.bg-lightgrey {
  background-color: #F4F4F4; }

.color-white {
  color: white; }

.color-primary {
  color: #69B1CC; }

.color-secondary {
  color: #E1943D; }

.color-grey {
  color: #4C4C4C; }

.color-darkgrey {
  color: #343841; }

.bg-color-white {
  background-color: white; }

.bg-color-primary {
  background-color: #69B1CC; }

.bg-color-secondary {
  background-color: #E1943D; }

.bg-color-grey {
  background-color: #4C4C4C; }

.bg-color-darkgrey {
  background-color: #343841; }

#react-frontpage section {
  padding: 60px; }

.container, #react-frontpage .container-fluid {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px; }

.autocompletion .icon {
  height: auto;
  width: 200px; }

.path-course-view li.activity form.togglecompletion .ajaxworking {
  width: 33px;
  height: 33px;
  right: 9px;
  top: 2px;
  background-size: cover; }

.path-course-view li.activity form.togglecompletion .icon {
  width: 200px;
  height: auto; }

.manage-resource {
  color: black;
  text-decoration: none; }

#page-course-index-category .card,
#page-course-view-topics .card,
#page-theme-generic-pages-file_library .card,
#page-course-search .card,
#page-theme-generic-pages-mybadges .card,
.pagelayout-reports .card,
.pagelayout-admin .card {
  border: none !important; }

#page-course-index-category #region-main,
#page-course-view-topics #region-main,
#page-theme-generic-pages-file_library #region-main,
#page-course-search #region-main,
#page-theme-generic-pages-mybadges #region-main,
.pagelayout-reports #region-main,
.pagelayout-admin #region-main {
  border: none !important; }

#page-course-index-category .page-header-headings h1,
#page-course-view-topics .page-header-headings h1,
#page-theme-generic-pages-file_library .page-header-headings h1,
#page-course-search .page-header-headings h1,
#page-theme-generic-pages-mybadges .page-header-headings h1,
.pagelayout-reports .page-header-headings h1,
.pagelayout-admin .page-header-headings h1 {
  font-weight: bold; }

#page-blocks-resources-viewer #page-header {
  display: none; }

@media only screen and (max-width: 768px) {
  #block-leaderboard {
    margin-top: 40px;
    display: none; } }

#region-main {
  overflow: visible; }

.resource-icon {
  width: 5rem;
  height: 5rem; }
  .resource-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.resource-box {
  flex: 1;
  transition: 0.4s; }
  .resource-box:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    .resource-box:hover .resource-img {
      transform: scale(1.2); }
  .resource-box .img-wrapper {
    padding-top: 60.5%;
    overflow: hidden; }

.resource-name {
  min-height: 2.75rem;
  max-height: 2.75rem;
  overflow: hidden;
  text-overflow: clip; }

.resource-desc {
  text-overflow: clip;
  min-height: 2.5rem;
  height: 2.5rem;
  overflow: hidden; }

.resource-view-link {
  text-decoration: underline; }

.resource-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s; }

.content-header {
  padding: 0 1rem 1rem 1rem; }

#nav-drawer .card {
  background-color: #fff; }

#fitem_id_moodlenetprofile {
  display: none; }

.pagelayout-resources #region-main,
.pagelayout-coursecategory #region-main,
.pagelayout-reports #region-main {
  background-color: transparent;
  padding: 0; }

.form-control::-ms-clear {
  width: 0;
  height: 0; }

.changecompl > .icon {
  width: 100px; }

@media (max-width: 575px) {
  .theme-generic-template-navbar .navbar-brand,
  .theme-generic-template-navbar .navbar-brand .logo {
    max-width: 180px; }
  .banner-box .page-context-header h1 {
    font-size: 3rem; } }

.userloggedinas .usermenu .usertext .meta {
  display: block !important;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1; }

.competency-tree img {
  max-width: 22px !important; }

#page-course-admin .icon-wrapper {
  display: none; }

