/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/grid/style.css ***!
  \*********************************************************************************/
.active-fa {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.isotope-table {
    width: 100%;
    margin-top: 20px;
}

.isotope-table thead {
    background: #f8f9fa;
}

.isotope-table th {
    padding: 12px;
    border-bottom: 2px solid #dee2e6;
}

.isotope-table th:nth-child(1),
.isotope-table td:nth-child(1) {
    width: 50%;
}

.isotope-table th:nth-child(2),
.isotope-table td:nth-child(2) {
    width: 30%;
}

.isotope-table th:nth-child(3),
.isotope-table td:nth-child(3) {
    width: 20%;
}

.isotope-table tbody {
    display: block;
}

.isotope-table thead,
.isotope-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.isotope-table tbody {
    max-height: none;
}

.isotope-table-item td {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
}

.isotope-table-item:hover {
    background: #f8f9fa;
}
/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/style.scss ***!
  \*******************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! purgecss start ignore */
.no-js .hide-if-js {
  display: none;
}

.bg-grey {
  background-color: #f8f9fa;
}

.page-banner {
  border-bottom: 10px solid #ee3224;
}

.split {
  display: flex;
  flex-direction: row;
}

.help-active #left, .help-active #right {
  height: 100vh;
  overflow: auto;
}

.gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==);
  cursor: col-resize;
}

.card {
  height: 100% !important;
  border-radius: 0 !important;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  border: 0 !important;
  overflow: hidden;
}
.card-img-top {
  border-radius: 0 !important;
  border-bottom: 5px solid #ee3224;
  max-height: 200px;
  min-height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card.profile {
  box-shadow: initial;
}
.card.profile .card-img-top {
  border-bottom: none;
  border-radius: 50% !important;
  display: flex;
  margin: auto;
  max-width: 200px;
}
.card-link {
  text-decoration: none !important;
}
.card-link:hover .card-img-top.hover {
  transform: scale(1.1);
}
.card-link:hover .testimonial-image {
  filter: initial;
}
.card-link:hover .card-body {
  background-color: #6c757d !important;
  transition: 0.2s;
}
.card-link:hover .card-link {
  text-decoration: none !important;
}
.card-link:hover .card-body ul li,
.card-link:hover .waiting-link {
  color: #fff !important;
  transition: 0.2s;
}
.card-link:hover .card,
.card-link:hover .card-title {
  color: #fff !important;
  background-color: #6c757d !important;
}
.card-link:hover .card.profile,
.card-link:hover .card.profile .card-body,
.card-link:hover .card.profile .card-title,
.card-link:hover .card.profile .card-text,
.card-link:hover .card.profile blockquote {
  color: black !important;
  background-color: #e9ecef !important;
}
.card-title {
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 0.02rem;
  line-height: 1.9rem !important;
}
.card-body {
  background-color: #e9ecef;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.btn.dropdown-toggle::after {
  display: inline-block !important;
  margin-left: 0.255em !important;
  vertical-align: 0.255em !important;
  content: "" !important;
  border-top: 0.3em solid !important;
  border-right: 0.3em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.3em solid transparent !important;
}
.btn.dropdown-toggle-split::after {
  margin-left: 0 !important;
}

.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.keyfacts {
  background-color: #ffffff;
  padding: 1rem;
}
.keyfacts [class*=fa] {
  margin-right: 0.25rem;
  min-width: 20px;
  line-height: 1.4;
}
.keyfacts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.keyfacts li {
  padding: 0.75rem 0;
  border-bottom: 2px dashed #e9ecef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.keyfacts p:last-child {
  border-bottom: 0;
}

.course-description ul {
  margin: 1em 0 !important;
  padding: 0 0 0 1rem !important;
}
.course-description li:before {
  display: inline-block;
  text-indent: -1.2em;
  content: "■";
  color: #01676a;
  vertical-align: middle;
  padding: 0 2px 2px 0;
  font-size: 0.6rem;
}

/* stop breadcrumbs from hiding */
.strath-bootstrap .breadcrumb-list li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3)) {
  display: inline-block !important;
}

/* Keep breadcrumbs on a single line and allow horizontal scrolling */
.breadcrumb-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: initial;
  scrollbar-color: initial;
}

.breadcrumb-list {
  white-space: nowrap;
  display: inline-block !important;
  gap: 0.5rem;
  padding: 0.5rem 0;
  margin: 0;
}

.breadcrumb-list li {
  display: inline-block;
  white-space: nowrap !important;
}

/* Thin, subtle scrollbar for WebKit browsers */
.breadcrumb-container::-webkit-scrollbar {
  height: 8px;
}

.breadcrumb-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.breadcrumb-container::-webkit-scrollbar-track {
  background: transparent;
}

/* Firefox thin scrollbar */
.breadcrumb-container {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}

.htmx-indicator {
  display: none !important;
}

.htmx-request.htmx-indicator,
.htmx-request .htmx-indicator {
  display: inline-block !important;
  opacity: 1;
}
.htmx-request > * {
  pointer-events: none;
  opacity: 0.5;
}
.htmx-request > i {
  opacity: 1;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.is-disabled > * {
  pointer-events: none;
  opacity: 0.5;
}
.is-disabled .htmx-indicator {
  opacity: 1;
}

.htmx-indicator span {
  opacity: 0.7;
}

.tagify__dropdown {
  border: initial;
  margin-top: 5px;
}

.tagify__dropdown__header {
  font-weight: bold;
  font-size: 0.85em;
  color: #666;
  background-color: #f0f0f0;
  padding: 8px 12px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.5px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.tagify__dropdown__item {
  margin-left: 20px !important;
  margin-top: 5px;
  white-space: initial !important;
  font-size: 0.95rem;
}

.tagify__tag {
  padding: 0 !important;
}

.tagify__dropdown .tagify__dropdown__wrapper {
  max-height: 300px;
}

/*! purgecss end ignore */

/*# sourceMappingURL=app.css.map*/