/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./theme/mindle/scss/theme.scss ***!
  \***********************************************************************************************************************************************/
.card {
  border: none;
  border-radius: 0px;
}
.card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.text-reset {
  color: inherit !important;
}

#page-wrapper {
  background-color: #444;
}

#page {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

#region-main {
  border: none;
}

.template-plain #maincontent {
  display: none;
}

.path-course #completionprogressid {
  display: none;
}

#page-footer .usertour {
  display: none;
}
#page-footer #adminsearchquery {
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1;
}

.minicalendar abbr[title],
.minicalendar abbr[data-original-title] {
  text-decoration: none;
}
.minicalendar .arrow_link {
  height: 20px;
  background-image: url("../pix/icons/calendar-arrow.svg");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
.minicalendar .arrow_link.previous {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.minicalendar .arrow_link span {
  display: none;
}

.maincalendar .calendar-controls .arrow_link {
  height: 20px;
  background-image: url("../pix/icons/calendar-arrow.svg");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
.maincalendar .calendar-controls .arrow_link.previous {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.maincalendar .calendar-controls .arrow_link span {
  display: none;
}

body.path-user #fitem_id_maildisplay,
body.path-user #fitem_id_country,
body.path-user #fitem_id_timezone,
body.path-user #fitem_id_description_editor,
body.path-user #id_moodle_additional_names,
body.path-user #id_moodle_interests {
  display: none;
}
body.path-user #id_moodle_optional .form-group {
  display: none;
}
body.path-user #id_moodle_optional .form-group#fitem_id_phone1, body.path-user #id_moodle_optional .form-group#fitem_id_phone2 {
  display: flex;
}

/* Updated Loading Icon */
@-webkit-keyframes myrotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes myrotation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@keyframes myrotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.jsenabled .block_settings .block_tree .tree_item.branch.loading {
  background-image: none;
  padding-left: 0px;
}
.jsenabled .block_settings .block_tree .tree_item.branch.loading:before {
  background-image: url(../pix_core/i/loading_small.svg);
  content: " ";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  -webkit-animation: myrotation 1.5s linear infinite;
  -moz-animation: myrotation 1.5s linear infinite;
  animation: myrotation 1.5s linear infinite;
}

/* File Manager Loading Screen */
/* >>>>>>>>>>>>>>>> hide city country in signup page >>>>>>>>>>>>>>>> */
#page-login-signup #fitem_id_city,
#page-login-signup #fitem_id_country {
  display: none;
}

#page-login-signup .generalbox {
  margin-top: 20px;
}

/* <<<<<<<<<<<<<<<<< end hide city country in signup page <<<<<<<<<<<<<<<<< */
@media (max-width: 767.98px) {
  #region-main {
    padding: 0px 0px;
  }
}
/* =============== extra utility classes =============== */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.mx-2rem {
  margin-left: 2rem;
  margin-right: 2rem;
}

.px-2rem {
  padding-left: 2rem;
  padding-right: 2rem;
}

.w-1rem {
  width: 1rem;
}

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

.wh-1rem {
  width: 1rem;
  height: 1rem;
}

.font-size-xs {
  font-size: 0.6rem;
}

.font-size-sm {
  font-size: 0.8rem;
}

.font-size-lg {
  font-size: 1.2rem;
}

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

.font-weight-500 {
  font-weight: 500;
}

.color-white {
  color: white;
}

.color-black {
  color: #000;
}

.spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.spinner img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  -webkit-animation: myrotation 1.5s linear infinite;
  -moz-animation: myrotation 1.5s linear infinite;
  animation: myrotation 1.5s linear infinite;
}

.overflow-auto {
  overflow: auto;
}

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

.bg-black {
  color: white;
  background-color: #000;
}

.bg-gray {
  background-color: #868e96;
}

.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

.bg-stretch {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.box-shadow {
  box-shadow: 2px 2px 5px #aaa;
}

.cursor-pointer {
  cursor: pointer;
}

.point-events-none {
  pointer-events: none;
}

/* =============== end extra utility classes =============== */
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Lt";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.search-course .btn-search {
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(../pix/search.svg);
  border: none;
  box-shadow: none;
  padding: 0px;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.search-course .input-search-course {
  width: 300px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid gray;
  padding: 5px 10px;
}
.search-course input[type=submit] {
  font-weight: normal !important;
  color: gray !important;
  margin-left: 20px;
  width: 150px;
  height: 32px;
  border: 1px solid gray;
  vertical-align: top;
  background-color: transparent !important;
}

#site-header {
  z-index: 10;
}
#site-header .section-logo {
  background-color: #fff;
  padding: 15px 0px;
}
#site-header .section-logo .logo {
  min-width: 120px;
  min-height: 65px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
#site-header .section-social {
  background-color: #343841;
  padding: 15px 0px;
  display: flex;
  justify-content: center; /* Center the child elements horizontally */
}
#site-header .social-links {
  display: flex; /* Enables Flexbox for this container */
  justify-content: center; /* Center the items horizontally in the container */
  align-items: center; /* Center the items vertically, in case you need it */
  gap: 10px; /* Optional: adds some space between the links */
}
#site-header .social-links a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#site-header .social-links .instagram {
  background-image: url(../pix/social/instagram-white.png);
}
#site-header .social-links .facebook {
  background-image: url(../pix/social/facebook-white.png);
}
#site-header .social-links .youtube {
  background-image: url(../pix/social/youtube-white.png);
}
#site-header .social-links .linkedin {
  background-image: url(../pix/social/linkedin-white.png);
}
#site-header .facebook {
  background-image: url("path-to-your-facebook-icon");
}
#site-header .instagram {
  background-image: url("path-to-your-instagram-icon");
}
#site-header .youtube {
  background-image: url("path-to-your-youtube-icon");
}
#site-header .search-course .btn-search {
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(../pix/search.svg);
  border: none;
  box-shadow: none;
  padding: 0px;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
#site-header .search-course .input-search-course {
  background-color: #eee;
  border: none;
  padding: 5px 10px;
}
#site-header .search-course input[type=submit] {
  height: 32px;
  vertical-align: top;
}
#site-header .section-navmenu {
  background-color: #444;
}
#site-header .bar-menu {
  display: none;
}
#site-header .navmenu-left {
  float: left;
}
#site-header .navmenu-right {
  float: right;
  position: relative;
}
#site-header .usermenu {
  float: right;
  margin-top: 5px;
  display: block;
  border: 1px solid #444;
  padding: 0.25rem 0.5rem;
}
#site-header .usermenu img.userpicture {
  margin-right: 0px;
}
#site-header .usermenu .dropdown-toggle .caret {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
  margin-left: 0.5rem;
  background-image: url(../pix/icons/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#site-header .usermenu .dropdown-toggle::after {
  display: none;
}
#site-header .nav-item {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 10px;
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}
#site-header .nav-item .bar {
  display: none;
}
#site-header .nav-item:hover .bar, #site-header .nav-item.active .bar {
  display: block;
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: #24a54b;
}
#site-header .nav-item.dashboard {
  background-image: url(../pix/icons/dashboard.svg);
}
#site-header .nav-item.mylearning {
  background-image: url(../pix/icons/learning.svg);
}
#site-header .nav-item.calendar {
  background-image: url(../pix/icons/calendar.svg);
}
#site-header .usermenu-help-wrapper .help {
  margin-top: 5px;
  width: 45px;
  height: 45px;
  background-color: red;
  background-image: url("../../mindle/pix/help.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#site-header #dropdownMenuButton {
  background: url(../pix/icons/lang.svg) no-repeat;
  background-size: 19px 19px;
  background-position: center 7px;
  width: 45px;
  height: 45px;
  margin-top: 5px;
  content: none;
  background-color: #343841;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-size: 10px;
}
#site-header .dropdown-toggle::after {
  display: none;
}

@media (max-width: 767.98px) {
  #site-header .section-logo {
    padding: 5px 0px;
  }
  #site-header .section-logo .logo {
    min-width: 100px;
    min-height: 42px;
    margin-top: 8px;
  }
  #site-header .nav-links .col-auto {
    display: none;
  }
  #site-header .search-course {
    margin-top: 2.5px;
  }
  #site-header .search-course .input-search-course {
    width: 120px;
    font-size: 10px;
  }
  #site-header .navmenus {
    box-sizing: border-box;
  }
  #site-header .navmenu-left,
  #site-header .navmenu-right {
    display: none;
  }
  #site-header .bar-menu {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin: 5px 0px;
    background-size: 30px;
    background-image: url(../pix/icons/bar-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  #site-header .usermenu {
    margin-bottom: 5px;
  }
}
#page-footer {
  background-color: #fff;
}
#page-footer a {
  color: #444;
  text-decoration: none;
}
#page-footer a.btn {
  color: white;
}
#page-footer section[data-region=blocks-column] {
  float: left;
  width: 250px;
}
#page-footer .block {
  float: left;
  background-color: transparent;
}
#page-footer .block.card {
  border: none;
}
#page-footer .social-text {
  text-align: right;
}
#page-footer .social-links {
  text-align: right;
  padding: 10px 0px;
}
#page-footer .social-links a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#page-footer .social-links .instagram {
  background-image: url(../pix/social/instagram.png);
}
#page-footer .social-links .facebook {
  background-image: url(../pix/social/facebook.png);
}
#page-footer .social-links .youtube {
  background-image: url(../pix/social/youtube.png);
}
#page-footer .dropdown-menu {
  background-color: #888;
}
#page-footer .dropdown-item:hover,
#page-footer .dropdown-item:focus {
  background-color: #444;
}

@media (max-width: 767.98px) {
  #page-footer .block {
    width: 100%;
  }
  #page-footer .block_settings .adminsearchform .form-group {
    margin-bottom: 0px;
  }
}
.copyright-wrapper {
  border-top: 1px solid #fff;
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .copyright-wrapper .copyright {
    float: left;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 85px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1rem;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.course_category_tree .collapsible-actions {
  display: none;
}
.course_category_tree .category {
  box-sizing: border-box;
}
.course_category_tree .category > .info > .categoryname {
  margin: 0px;
}
.course_category_tree .category > .info > .categoryname a:hover {
  text-decoration: none;
}
.course_category_tree .category > .content {
  padding: 0px;
}
.course_category_tree .category > .content .courses {
  overflow: auto;
}
.course_category_tree .category.with_children > .info > .categoryname, .course_category_tree .category.with_children.collapsed > .info > .categoryname {
  background-image: none;
}

.coursebox {
  box-sizing: border-box;
  padding: 0px;
}
.coursebox:hover {
  text-decoration: none;
}
.coursebox .name {
  line-height: 1em;
  min-height: 2em;
  padding: 0.5rem 0;
}

.generalbox .coursebox {
  display: block;
  overflow: auto;
  margin-bottom: 20px;
}
.generalbox .coursebox .img {
  float: left;
  width: 210px;
  height: 140px;
}
.generalbox .coursebox .info {
  float: left;
  width: calc(100% - 210px);
}

.course_category_tree .category {
  background-color: #fff;
  padding: 20px 20px;
  margin-bottom: 20px;
}
.course_category_tree .category > .info > .categoryname {
  display: inline-block;
  font-weight: bold;
  min-width: 260px;
  text-transform: uppercase;
  background-color: #eee;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
}
.courses .coursebox {
  float: left;
  width: 260px;
  margin-right: 6px;
  margin-top: 1rem;
}
.courses .coursebox:nth-child(4n) {
  margin-right: 0;
}
.courses .coursebox .text {
  color: white;
  height: 60px;
}
.courses .coursebox .text-uppercase {
  font-size: 18px;
  font-weight: 600;
}
.courses .coursebox .img {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 185px;
}
.courses .coursebox .info {
  padding: 10px 20px;
}
.courses .coursebox .name {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 48px;
  width: fit-content;
  margin: auto;
  font-size: 18px;
}
.courses .coursebox .progressbar {
  display: flex;
  height: 3px;
}
.courses .coursebox .progressbar .bar {
  flex: 8;
  background-color: #ccc;
  position: relative;
}
.courses .coursebox .progressbar .bar .bar-inner {
  height: 100%;
  background-color: red;
}
.courses .coursebox .progressbar .bar .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  font-size: 0.8rem;
  height: 24px;
  line-height: 24px;
}
.courses .coursebox .progressbar .percent {
  flex: 3;
  color: #444;
  font-size: 1.2rem;
  text-align: right;
  font-weight: bold;
  line-height: 24px;
}
.courses .coursebox .date-wrapper {
  border-top: 1px dotted #aaa;
}
.courses .coursebox .date {
  color: #888;
  font-size: 0.8rem;
}
.courses .coursebox .btn.btn-light {
  display: block;
  width: 160px;
  background: white !important;
  color: rgba(0, 0, 0, 0.6784313725) !important;
  margin: auto;
  border: none !important;
  font-weight: 700 !important;
  font-size: 11px !important;
}

@media (max-width: 767.98px) {
  .course_category_tree .category {
    padding: 20px 20px;
  }
}
#page-theme-mindle-pages-myworkshop .section-banner {
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../../mindle/pix/library_bg.jpg");
}
#page-theme-mindle-pages-myworkshop .section-banner a {
  color: white;
}
#page-theme-mindle-pages-myworkshop .section-banner a:hover {
  text-decoration: none;
  color: white;
}
#page-theme-mindle-pages-myworkshop .badges-list .list-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
#page-theme-mindle-pages-myworkshop .badges-list .list-item .badge-img {
  width: 120px;
  height: 120px;
  margin-bottom: 0.5rem;
  background-color: #eee;
  border: 10px solid #eee;
}
#page-theme-mindle-pages-myworkshop .badges-list .list-item .name {
  min-height: 45px;
}

.letter-far {
  letter-spacing: 4px;
}

.letter-near {
  letter-spacing: 2px;
}

.font-open-sans {
  font-family: "Open Sans";
}

.font-weight-600 {
  font-weight: 600;
}

.lh-09 {
  line-height: 0.9;
}

.btn-striped {
  background: url(../pix/btn-striped.svg) repeat top left;
}

.gx-01 {
  margin-right: 0;
  margin-left: 0;
}
.gx-01 > .col, .gx-01 > [class*=col-] {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.gx-01 > .col:first-of-type, .gx-01 > [class*=col-]:first-of-type {
  padding-left: 0;
}
.gx-01 > .col:last-of-type, .gx-01 > [class*=col-]:last-of-type {
  padding-right: 0;
}

.top-node {
  margin-top: 146px;
}

body {
  font-size: 14px;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#page-login-index #page {
  background-position: center !important;
  background-size: cover !important;
}

.btn.btn-primary, .btn.btn-secondary {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-transform: uppercase;
  border: 1px solid gray;
  border-radius: 0;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#99cc67+0,099c49+100 */
  background: #373a3c;
}
.btn.btn-primary.btn-secondary, .btn.btn-secondary.btn-secondary {
  background: #373a3c;
}
.btn.btn-primary:hover, .btn.btn-secondary:hover {
  color: #fff;
}
.btn.btn-huge {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  text-transform: uppercase;
  border: 1px solid gray;
  border-radius: 0;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#99cc67+0,099c49+100 */
  background: #373a3c;
}
.btn.btn-huge:hover {
  color: #fff;
}

.searchhelp {
  display: none;
}

.temp-back-btn {
  width: 90px;
  background: white !important;
  color: black !important;
  border-radius: 30px !important;
}

.gradient {
  background: rgb(247, 87, 85);
  background: -moz-linear-gradient(90deg, rgba(247, 87, 85, 0.6979166667) 0%, rgba(245, 2, 2, 0.7007177871) 100%);
  background: -webkit-linear-gradient(90deg, rgba(247, 87, 85, 0.6979166667) 0%, rgba(245, 2, 2, 0.7007177871) 100%);
  background: linear-gradient(90deg, rgba(247, 87, 85, 0.6979166667) 0%, rgba(245, 2, 2, 0.7007177871) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f75755",endColorstr="#f50202",GradientType=1);
}

.main-header {
  background-color: #000;
  color: #fff;
  padding: 40px 0px;
}

.main-content {
  padding: 20px;
}

.region-main-plain {
  background-color: #fff;
}

.left-bar-title {
  border-left: 4px solid red;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-weight: bold;
}

.link-viewall {
  width: 100%;
  font-size: 1rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mt-navbar {
  margin-top: 90px;
}

.rank-table-wrapper > table {
  width: 100%;
}
.rank-table-wrapper > table tr {
  border-bottom: 1px solid #eee;
}
.rank-table-wrapper > table td {
  padding: 1rem 0.5rem;
}
.rank-table-wrapper > table .c1 {
  text-align: center;
  width: 80px;
}
.rank-table-wrapper > table .c4 {
  width: 100px;
}
.rank-table-wrapper > table thead {
  background-color: #eee;
}
.rank-table-wrapper > table tr.current-user .c2 span {
  color: white;
  background-color: red;
  padding: 10px;
}

#page-enrol-index .card-body .d-flex {
  flex-direction: column !important;
  align-items: start !important;
}

#page-mod-scorm-view .card-body .d-flex {
  flex-direction: column !important;
  align-items: start !important;
}

#page-course-view-topics .card-body .d-flex{
  flex-direction: column !important;
  align-items: start !important;
}

@media (max-width: 767.98px) {
  .tabs-wrapper {
    display: none;
  }
  .top-node {
    margin-top: 85px;
  }
  .section-social {
    display: none!important;
}
}
