:root {
  --bs-primary-rgb: 238, 69, 77;
  --bs-secondary-rgb: 20, 78, 161;

  /* Main colors */
  --color-primary: #326ffc;
  --color-secondary: #144ea1;
  --color-body: rgb(60, 71, 84);
  --color-white: #ffffff;
  --color-black: #000000;
  --color-main-gray: #26344e;

  /* Grays */
  --color-gray-100: #f4f4f4;
  --color-gray-200: #e4e4e4;
  --color-gray-300: #cccccc;
  --color-gray-400: #b2b2b2;
  --color-gray-500: #999999;
  --color-gray-600: #666666;
  --color-gray-700: #555555;
  --color-gray-800: #3a3a3a;
  --color-gray-900: #26344e;

  /* Status colors */
  --color-success: #28a745;
  --color-danger: #dc3545;
  --color-warning: #f1663f;
  --color-info: #4aa3df;

  /* Special colors */
  --color-orange: #d2700f;
  --color-green: #7ebc56;
  --color-blue: #4d72be;
  --color-yellow: #f6c143;
  --color-red: #ed1b24;

  --color-mc-danger: #ce3443;
  --color-mc-warning: #ffc107;
  --color-mc-success: #63bb45;
}

* {
  /*position: relative;*/
  box-sizing: border-box;
}

div::after,
ol::after,
form::after,
ul::after,
dl::after,
li::after,
header::after,
footer::after,
.bs4 .row:before,
.bs4 .row:after,
.bs4 .clearfix:before {
  content: '' !important;
  display: block !important;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

html {
  overflow-x: hidden;
}

a[disabled] {
  color: var(--color-gray-500);
  cursor: not-allowed;
}

.d-block {
  display: block !important;
  min-height: 324px;

}

.d-block-normal {
  display: block !important;
}

.top180 {
  margin-top: 180px;
}

img {
  max-width: 100%;
  object-fit: contain;
  max-height: 100% !important;
}

body {
  font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-body);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  /*overflow-x: hidden;*/
}

.btn-link {
  color: var(--color-primary);
}

.expired-mand {
  background-color: #ce344311;
  color: #333;
  padding: 1em;
  border: 5px solid #ce3443;
}

.slide-change.active {
  background-color: var(--color-primary) !important;
  
  transition: background-color 0.3s linear;
}

.slide-change {
  padding: 0.5em;
  transition: background-color 0.3s linear;
  background-color: var(--color-main-gray) !important;
  color: white !important;
}

.due-to-expired-mand {
  
  background-color: #ffc10722;
  color: #333;
  padding: 1em;
  border: 5px solid #ffc107;
}

.compliant-mand {
   background-color: #63bb4522;
  color: #333;
  padding: 1em;
  border: 5px solid #63bb45;
}

.due-to-expired-mand a, .compliant-mand a, .expired-mand a {
  color: white;
}

@media (min-width: 1450px) {
  .container {
    width: 95vw;
    max-width:1900px;
  }
}

body.modal-open {
  padding-right: 0 !important;
}

body.modal-open .navbar {
  padding-right: 16px !important;
}

.f-body {
  color: var(--color-body);
}

.f-blue {
  color: var(--color-secondary);
}

.ed-flex-parent {
  display: flex;
  flex-wrap: wrap;
}

.flex-grid {
  display: flex;
  flex-flow: row wrap;
}

.home_page_tile_row {

  display: flex;
  

  }

.home_page_tile_row img {
  width: 100%;          /* Ensures responsive sizing inside container */
  height: 110px;        /* Common height */
  flex: 1 1 0;          /* Equal width for all images in the row */
  object-fit: cover;    /* Ensures image covers the container without distortion */
  object-position: top left; /* Shows the top-left part if the image is cropped */
}

.home_page_tile_row a {
  color:  #2f3a3f !important;
}






.flex-col {
  flex: 1 1 24%;
  
  min-width: 25em;
}

.featured-products {
  gap: 4rem;
  max-width: 1200px;
  margin: 5rem auto;
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
}

@media (min-width: 1000px) {
  .featured-products {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.product__info h2 {
  margin-bottom: 10px;
}

.product {
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0.5rem 0.5rem 1rem rgb(0 0 0 / 0.15);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.fusion-footer {
  --footer_area_padding-top: 80px;
  --footer_area_padding-bottom: 80px;
  --footer_area_padding-left: 0px;
  --footer_area_padding-right: 0px;
  --footer_divider_line-flex: block;
  --footer_divider_line_size: 1px;
  --footer_divider_line_style: solid;
  --footer_widgets_padding: 15px;
}

.fusion-footer-widget-area {
  --footerw_bg_full-size: initial;
  --footerw_bg_full-position: var(--footerw_bg_pos);
  --footerw_bg_repeat: no-repeat;
  --footerw_bg_pos: center center;
  --footer_bg_color: #26344e;
  --footer_border_size: 5px;
  --footer_border_color: #26344e
  --footer_link_color: var(--color-white);
  --footer_link_color_hover: var(--color-white);
}

.fusion-footer-widget-area {
  position: relative;
  padding: var(--footer_area_padding-top) 10px var(--footer_area_padding-bottom);
  
  background-image: var(--footerw_bg_image);
  background-repeat: var(--footerw_bg_repeat);
  background-color: #26344e;
  background-size: var(--footerw_bg_full-size);
  background-position: var(--footerw_bg_full-position);
  color: white !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 400px;
}

.product__info {
  margin-bottom: 10px;
}

.product__meta {
  display: flex;
  flex-direction: row;
  gap: 1em;
  font-size: 0.825rem;
  margin-block-start: 1rem;
  align-items: center;
}

.product__comments {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.tile-image .img {
  width: 10em;
}

.main-login {
  background-image: url('../images/stw-hero.png');
  min-height: 89vh;
  width: 100%;
  height: 100%;
  background-position: 50% center;
  background-size: cover;
  z-index: -1;
}

.flex-col .card,
.flex-col .card.block-content {
  height: 100%;
}

.flex-col .card__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 145px;
}

@keyframes morph {
  0% {
    background-color: var(--color-info);
  }
  25% {
    background-color: var(--color-success);
  }
  50% {
    background-color: var(--color-warning);
  }
  75% {
    background-color: var(--color-danger);
  }
  100% {
    background-color: var(--color-info);
  }
}

.dashboard {
  background: rgb(0, 48, 135);
  color: var(--color-white);
}

.dashboard-svg {
  height: 5rem;
  margin-top: 1.8rem;
  margin-right: 1.2rem;
}

.dashboard-key-no {
  font-size: 6rem;
  font-weight: bold;
  display: flex;
  color: var(--color-white);
}

.dashboard-key-no a {
  font-size: 6rem;
  font-weight: bold;
  display: flex;
  color: var(--color-white);
}

.dashboard-key-no p {
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  color: var(--color-white);
  justify-content: center;
  align-items: flex-end;
  margin-left: 0.8rem;
  margin-bottom: 2rem;
}

.dashboard-list {
  margin-top: 1rem;
}

.dashboard-key-no h3 {
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  color: var(--color-white);
  justify-content: center;
  align-items: flex-end;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.time01 {
  margin-left: 6.6rem;
  margin-top: 0.6rem;
}

.dashboard-key-no h2 {
  font-size: 4rem;
  font-weight: 800;
  display: flex;
  color: var(--color-white);
  justify-content: center;
  align-items: flex-end;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.home-page-news {
  animation: 24s ease 0s infinite normal none running morph;
  color: var(--color-white);
  line-height: 1.6;
  padding: 6px;
}

.home-page-news a {
  color: var(--color-white);
}

.home-page-news p {
  margin: 0px;
}

.centered_tile {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 80%;
}

.centered_tile_80 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
}

h1.h1 {
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
  color: var(--color-gray-400);
}

h1.h1::after {
}

.btn-default {
  background: var(--color-primary) !important;
  color: var(--color-white);
  text-transform: uppercase;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-default:hover {
  transform: scale(1.05);
  background-color: var(--color-primary) !important;
  color: var(--color-white);
  transition: all 0.3s ease;
}

blockquote {
  padding: 10px 20px;
  margin: 0px 0px 20px;
  font-size: 17.5px;
  border-left: 5px solid var(--color-red);
}

.ed_red {
  color: var(--color-red);
}

.content-next {
  color: var(--color-red);
  font-size: 0.9em;
}

h1 {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  color: var(--color-gray-400);
}

h2 {
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 3rem;
  color: var(--color-gray-400);
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-width: 5px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  
  border: 1px solid var(--color-primary) !important;
}

h3 {
  font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-weight: 600;
  font-size: 18px;
  margin: 0px 0px 10px;
}

h1,
h2,
h3,
h4,
h5 {
 font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.input-group:not(.file-caption-main) {
  max-width: 95%;
  display: flex;
}

.form-input-group .input-group {
  max-width: unset;
  display: table;
}

label {
  font-weight: 600;
  align-self: center;
  margin-bottom: 0px;
}

.w8em {
  width: 8em;
}

.upc {
  text-transform: uppercase;
}

.b-solid-red {
  border-bottom: 1px solid rgb(86, 86, 86);
}

.bold {
  font-weight: bold;
}

.pb-5 {
  padding-bottom: 5px;
}

#outer-wrapper {
  width: 100%;
}

#wrapper-top {
  margin: 0px auto;
}

.buttons-container {
  padding: 1em 4em 0px 0px;
  float: right;
}

.breadcrumbs-container {
  padding: 1em 4em 0px 0px;
  /*float: left;*/
}

.site-logo {
  position: relative;
  padding-left: 20px;
  height: 100px;
  margin: 0px;
  display: block;
}

#primarynav {
  float: left;
  max-width: 1600px;
  
  margin-top: 30px;
  margin-left: 100px;
}

#primarynav ul {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#primarynav ul li {
  float: left;
  font-size: 1.3em;
  color: rgb(51, 51, 51);
  padding: 0px;
  margin: 0px;
}

#primarynav ul li a {
  display: block;
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  color: #b2b2b2;
  font-weight: 500;
  letter-spacing: 2px;
}

#navbar #primary-menu > li.current-menu-item a,
#navbar #primary-menu > li a:hover {
  color: var(--color-primary) !important;
}

#lms-buttons1 {
  display: block;
  border-top: 4px solid rgb(237, 28, 36);
}

.lms-red {
  color: #326ffc !important;
}

.lms-dark-gray {
  color: rgb(160, 160, 160);
}

.lms-black {
  color: rgb(0, 0, 0);
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.bg-lms-red {
  background-color: rgb(86, 86, 86);
}

.border-bottom-red {
  border-bottom: 2px solid #dc3545;
}

.box-lms {
  padding: 20px 30px 30px;
}

.b-black-1 {
  border: 1px solid black;
}

.b-black-2 {
  border: 2px solid black;
}

.b-red-1 {
  border: 1px solid rgb(86, 86, 86);
}

.b-red-2 {
  border: 2px solid rgb(86, 86, 86);
}

.b-red-3 {
  border: 3px solid rgb(86, 86, 86);
}

.b-red-4 {
  border: 4px solid rgb(86, 86, 86);
}

table tr.highlight td {
  background-color: rgba(135, 252, 213, 0.8) !important;
}

.even {
  background-color: #fff !important;
}

header {
  text-align: center;
  border-bottom: 1px solid var(--color-gray-400);
  z-index: 999;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-toggle {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.nav-toggle:focus ~ .nav-toggle-label {
}

.nav-toggle-label {
  position: absolute;
  margin-left: 1em;
  margin-top: 2.5em;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: #b2b2b2;
  height: 4px;
  width: 2em;
  border-radius: 2px;
  position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: '';
  position: absolute;
}

.nav-toggle-label span::before {
  bottom: 8px;
}

.nav-toggle-label span::after {
  top: 8px;
}

nav {
  position: absolute;
  height: 22em;
  text-align: left;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
  width: 100%;
  transform: scale(1, 0);
  transform-origin: center top;
  border-bottom: 1px solid #b2b2b2;
  transition: transform 400ms ease-in-out 0s;
}

nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

nav a {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 0.4rem;
  color: white;
  font-weight: 400;
  opacity: 0;
  transition: opacity 150ms ease-in-out 0s;
  text-transform: uppercase;
}

nav a:hover {
  color: #326ffc;
}

.nav-toggle:checked ~ nav {
  transform: scale(1, 1);
}

.nav-toggle:checked ~ nav a {
  opacity: 1;
  transition: opacity 250ms ease-in-out 250ms;
}

.logo {
  max-width: 260px;
  grid-column: 2 / 4;
}

@media screen and (min-width: 768px) {
  .col-sm-3,
  .col-sm-9 {
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media screen and (min-width: 1000px) {
  nav li {
    margin-left: 2em;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 790px) {
  .nav-toggle-label {
    display: none;
  }

  header {
    display: flex;
    align-items: center;
    height: 100px;
    background-color: #26344e;
  }

  .logo {
    max-height: 74px;
  }

  nav {
    position: relative;
    text-align: center;
    transition: none 0s ease 0s;
    transform: scale(1, 1);
    background: none;
    top: initial;
    left: initial;
    height: 100%;
    border-bottom: 0px;
    grid-column: 3 / 4;
    display: flex;
    justify-content: center;
  }

  nav ul {
    display: flex;
  }

  nav li {
    align-content: center;
  }

  nav a {
    opacity: 1;
    position: relative;
  }

  nav a::before {
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    top: -0.75em;
    left: 0px;
    right: 0px;
    transform: scale(0, 1);
    transition: transform 250ms ease-in-out 0s;
  }

  nav a:hover::before {
    transform: scale(1, 1);
  }
}

.question {
  margin: 10px auto 0px;
  padding: 10px;
  text-align: left;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 600;
}

.question ul {
  list-style: none;
}

.question input[type='checkbox' i] {
  margin: -4px 3px 3px 4px;
  transform: scale(1.6);
}

.question p {
  display: inline;
}

.mcq-question h2 {
  padding: 10px;
  color: white;
  background-color: #b2b2b2;
  margin: 0px;
}

.question {
  margin: 10px auto 0px;
  padding: 5px;
  text-align: left;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 600;
}

.mcq-question a {
  color: white;
}

.mcq-question {
  border: 0px;
}

.navbar {
  font-size: 18px;
  color: rgb(0, 0, 0);
  border-radius: 0px;
  margin-bottom: 0px;
  height: 54px;
  margin-top: 20px;
}

.navbar a {
  display: block;
  padding: 8px 24px 10px 10px;
  border-right: 1px solid rgb(207, 207, 207);
  background: rgb(255, 255, 255);
  text-decoration: none;
  border-top: 4px solid rgb(237, 28, 36);
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.navbar a.on {
  background: rgb(255, 255, 255);
  border-top: 4px solid rgb(237, 28, 36);
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.nav > li > a:focus,
.nav > li > a:hover {
  /*background: url("../images/top-nav-hover.gif") left top repeat-x;*/
  /*border-top: 4px solid rgb(229, 229, 229);*/
  /*color: rgb(51, 51, 51);*/
}

.tabs .nav > li > a:focus,
.tabs .nav > li > a:hover {
  border-top: 0px;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-toggle {
  float: left;
  margin-left: 20px;
}

#main-wrapper > header {
  background-color: #26344e;
}

.header {
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;

  background: #26344e;
}

#header-lms {
  width: 100%;
  float: left;
  background: #26344e;
  display: flex;
}

#lms-logo {
  float: left;
  margin: 0px;
}

#lms-logo a img {
  outline: none;
  border: none;
  background: transparent;
  text-decoration: none;
}

.logo-container {
  padding: 0px;
  float: left;
}

.logo-container .logo,
.logo-container .descriptor {
  display: inline-block;
  vertical-align: bottom;
  float: left;
  padding-left: 18px;
}

.logo-container .descriptor {
  margin-left: 30px;
}

.logo-container .descriptor span {
  font-size: 16px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  line-height: 0;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}

.site-logo__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.login-form {
  margin: 0px auto;
  
  padding: 30px;
  font-size: 17px;
}

.event-reg-form {
  margin: 0px auto;
  background: rgb(255, 255, 255);
  padding: 30px 30px 15px;
  font-size: 17px;
}

.event-reg-form label {
  font-size: 15px;
}

.max300 {
  max-width: 300px !important;
}

.max700 {
  max-width: 700px;
}

.max800 {
  max-width: 800px;
}

.login-details {
  margin-bottom: 50px;
  max-width: 40em;
}

.login-details h3 {
  font-size: 23px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgb(86, 86, 86);
}

.parsley-errors-list {
  margin-top: 4px;
  padding: 0px;
}

.parsley-errors-list li {
  padding: 0px;
  list-style: none;
  color: var(--color-danger);
}

.parsley-error {
  border: 2px solid var(--color-danger) !important;
}

#login .parsley-errors-list {
  display: none;
}

#breadcrumbs-block #breadcrumbs {
  padding: 0px 0px 18px;
}

#breadcrumbs-block #breadcrumbs ul,
.breadcrumbs-case-studies ul {
  list-style-type: none;
  margin: 0px;
}

.breadcrumbs-case-studies ul {
  padding: 0px;
}

#breadcrumbs-block #breadcrumbs ul li,
.breadcrumbs-case-studies ul li {
  float: left;
  padding-right: 8px;
  margin-top: 8px;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

#breadcrumbs-block #breadcrumbs ul li.first {
  margin-top: 0px;
}

#breadcrumbs-block #breadcrumbs ul li.first:nth-child(2) a {
  width: 45px;
  height: 36px;
  margin-top: -8px;
  display: block;
}

#breadcrumbs-block #breadcrumbs ul li.first a {
  text-decoration: none;
  margin-top: 0px;
}

#breadcrumbs-block #breadcrumbs ul li a,
.breadcrumbs-case-studies ul li a {
  color: rgb(0, 0, 0);
}

#breadcrumbs-block #breadcrumbs ul li::before {
  background: url('../images/icon-arrow.svg') no-repeat transparent;
  content: '';
  float: left;
  height: 10px;
  margin: 6px 6px 0px 0px;
  width: 7px;
}

#breadcrumbs-block #breadcrumbs ul li.first::before {
  background: url('') no-repeat transparent;
  content: '';
  float: left;
  height: 10px;
  margin: 6px 6px 0px 0px;
  width: 7px;
}

#breadcrumbs-block #breadcrumbs ul li:last-child {
  font-weight: bold;
}

.breadcrumbs-case-studies {
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.breadcrumbs-case-studies ul li.next::before {
  background: url('../images/icon-arrow.svg') no-repeat transparent;
  content: '';
  float: left;
  height: 10px;
  margin: 6px 6px 0px 0px;
  width: 7px;
}

.banner {
  background-image: url('../images/stw-hero.png');
  height: 400px;
  background-size: cover;
  position: relative;
}

.banner-hs {
  background-image: url('../images/banner-hs.jpg');
}

#iceCarousel {
  height: 400px;
}

#iceCarousel .item {
  margin-top: 80px;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.7);
}

#iceCarousel h3 {
  font-size: 25px;
}

.carousel-caption {
  bottom: 0px;
  left: 20%;
  right: 20%;
}

.carousel-caption h3 {
  color: rgb(0, 0, 0);
  text-shadow: 0px 0px 0px;
}

.carousel-inner {
  margin-top: 100px;
}

.carousel-indicators li {
  border-color: rgb(0, 0, 0);
}

.carousel-indicators li.active {
  background-color: rgb(0, 0, 0);
}

@media screen and (min-width: 868px) {
  .carousel-indicators {
    bottom: 189px;
    visibility: visible;
  }
}

.banner .box {
  width: 390px;
  height: 190px;
  background-color: rgba(210, 112, 15, 0.9);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 160px;
  left: 50px;
  padding: 30px;
}

.banner h1 {
  font-size: 32px;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  margin-bottom: 1rem;
}

.banner-headline {
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  max-width: 680px;
}

.banner-headline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .box h1 {
  font-size: 35px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.banner .box p {
  font-style: italic;
}

.main {
  background: rgb(244, 244, 244);
  min-height: 100px;
  /*z-index: -1;*/
}

.programme-box {
  border: 1px solid #555;
  padding-top: 1em;
  height: 500px;
}

.programme-box-22 {
  border: 1px solid #555;
  padding-top: 1em;
  height: 190px;
}

.block-content {
  background-color: rgb(255, 255, 255);
}

.row-gaps {
  margin-bottom: 2em;
}

.block-content .body {
  padding: 15px 9px 10px;
  min-height: 130px;
}

.pic {
  height: 285px;
  
  background-size: contain;
  
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}



.pic-activity-library {
  height: 238px;
  
  background-size: cover;
  
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

.my-programme .pic {
  background-size: contain;
  border-radius: 0px;
  background-position: top;
}

.my-programme .pic-new {
  background-size: contain;
  height: 140px;
  border-radius: 0px;
  background-color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
}

.corner-text-wrapper {
  transform: rotate(45deg);
  clip: rect(0px, 100.421px, 55.7107px, 0px);
  height: 70px;
  position: absolute;
  right: -20.7107px;
  top: -39.73px;
  width: 91.421px;
  z-index: 1;
}

.corner-text {
  color: white;
  transform: rotate(-45deg);
  left: 25px;
  top: 27px;
  background-color: rgb(86, 86, 86);
  display: block;
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.corner-text span {
  position: relative;
  top: 5px;
  left: 20px;
  display: block;
  text-align: center;
  font-size: 20px;
}

.normal-text {
  font-size: 16px;
}

.pic2 {
  background-image: url('../images/bridge.jpg');
}

.pic3 {
  background-image: url('../images/nuclear.jpg');
}

.pic4 {
  background-image: url('../images/highway.jpg');
}

.programme-details {
  background-color: rgb(255, 255, 255);
  min-height: 300px;
  padding: 20px 30px 30px;
}

.programme-content {
  background-color: rgb(255, 255, 255);
  padding: 20px;
}

.courses-details {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  font-size: 13px;
  margin-bottom: 20px;
}

.courses-details table td {
  border-bottom: 1px solid rgb(221, 221, 221);
}

.courses-details table {
  border-collapse: collapse;
}

.top-table td {
  font-size: 15px;
  border: 0px !important;
}

.top-table {
  font-weight: bold;
}

.courses-details caption {
  font-size: 15px;
}

.flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.hide-this {
  display: none !important;
}

.programme-content h2 {
  font-size: 20px;
  margin-top: 0px;
}

.content-image img {
  width: 100%;
}

#content_title h1 {
  line-height: 1em;
  color: #b2b2b2;
  margin-bottom: 15px;
  margin-top: 0px;
}

#content .content-body {
  padding: 50px 20px 20px;
}

.content-body {
  padding-top: 1em;
}

.videoEmbed {
  text-align: center;
}

a.noBg {
  background: url('') left center no-repeat transparent;
  padding-left: 0px;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(60, 71, 84);
  font-size: 1.4rem;
}

.truncate-title {
  overflow: hidden;
  text-overflow: ellipsis;
}

.wall-image {
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #326ffc !important;
}

.wall-image-300 {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--color-primary) !important;
}

.nav-pills > li + li {
  margin-left: 0px;
  border-left: 4px solid white;
}

.nav-pills:not(.nav-h) > li {
  float: left;
  width: 33.33%;
  border-radius: 0px;
  background-color: rgb(244, 244, 244);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.nav-pills > li.active {
  background-color: #326ffc !important;
  color: rgb(255, 255, 255);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: rgb(255, 255, 255);
  background: transparent;
}

.nav-pills > li > a {
  border-radius: 0px;
  color: rgb(0, 0, 0);
}

.nav-pills > li > a:hover {
  color: #326ffc !important;
  background: transparent;
}

.tabs {
  margin-top: 20px;
}

.programme-description {
  margin-top: 20px;
  font-size: 18px;
}

.programme-lo .lo {
  background-color: rgb(240, 243, 245);
  border-top: 4px solid #326ffc !important;
  min-height: 200px;
  padding: 20px;
}

.panel-group {
  margin-top: 20px;
}

.panel-group .panel {
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: rgb(236, 234, 230);
}

.panel-default {
  border-color: rgb(236, 234, 230);
  border-left-width: 4px;
  border-left-style: solid;
  background-color: rgb(236, 234, 230);
}

.panel-default > .panel-heading {
  color: rgb(51, 51, 51);
  background-color: rgb(236, 234, 230);
  border-color: rgb(236, 234, 230);
  border-radius: 0px;
  padding: 20px;
}

.search-box .panel-default > .panel-heading {
  padding: 10px;
}

.search-box .panel-title {
  font-size: 14px;
}

.search-box .module-content-item-visited {
  font-size: 20px;
}

.search-box .module-content-item-link {
  font-size: 13px;
}

.search-box .module-content-item-visited {
  font-size: 18px;
  width: 26px;
}

.search-box .module-content-item {
  background: rgb(255, 255, 255);
}

.search-box .panel-default:hover {
  border-left: 4px solid transparent;
}

.search-box .panel-default.current {
  border-left: 4px solid #326ffc !important;
}

.panel-default:hover {
  border-left: 4px solid #326ffc !important;
  background-color: rgb(240, 243, 245);
}

.panel-default > .panel-heading:hover {
  background-color: rgb(240, 243, 245);
}

.panel-collapse.collapse.in .panel-body {
  background-color: rgb(240, 243, 245);
}

.programme-lo .lo p {
  font-size: 18px;
}

.programme-lo .lo ul {
  font-size: 16px;
  line-height: 1.5em;
}

.free-course-tag {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0px 0px 24px;
  color: rgb(210, 112, 15);
}

.free-statement-block {
  color: rgb(38, 38, 38);
  font-size: 1.125rem;
  font-weight: bold;
  padding: 5px 0px 5px 56px;
  position: relative;
  width: 200px;
  float: right;
}

.panel-body {
  padding: 0px;
}

.module-content {
  width: 100%;
}

.module-content-item a {
  color: inherit;
}

.module-content-item {
  padding-left: 30px;
  border-top: 1px solid rgb(255, 255, 255);
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-box .module-content-item {
  padding-left: 10px;
  border-bottom: 1px solid gray;
}

.search-box .module-content-item.current {
  padding-left: 10px;
  border-bottom: 1px solid gray;
  background-color: rgb(240, 243, 245);
}

.module-content-item-link {
  float: left;
  width: 80%;
}

.module-content-item-visited {
  width: 36px;
  margin-top: -5px;
  float: right;
  font-size: 22px;
  color: rgb(86, 86, 86);
}

.download-icons {
  font-size: 50px;
}

.word-icon {
  color: rgb(52, 152, 219);
}

.pdf-icon,
.star-icon {
  color: rgb(223, 75, 53);
}

.star-icon {
  font-size: 25px;
}

.sm-icon {
  font-size: 11px;
}

.full-bg {
  background-color: rgb(86, 86, 86);
  color: rgb(255, 255, 255);
}

input[type='search'] {
  border: 1px solid rgb(86, 86, 86);
}

.full-bg.filter-top-header h2 a {
  background-color: rgb(86, 86, 86);
  color: rgb(255, 255, 255);
  padding-left: 10px;
  text-decoration: none;
}

.my-prog-status {
  top: 100px;
  width: 99%;
  position: absolute;
}

.panel-title .module-content-item-visited {
  width: 17px;
  margin-top: -3px;
  float: right;
  font-size: 25px;
  color: rgb(86, 86, 86);
}

.progress {
  margin-bottom: 12px;
}

.progress-bar {
  background-color: #326ffc !important;
}

.progress-bar-completed {
  background-color: var(--color-green);
  cursor: pointer;
}

.progress-bar-in-progress {
  background-color: var(--color-blue);
  cursor: pointer;
}

.progress-bar-not-started {
  background-color: var(--color-primary) !important;
  cursor: pointer;
}

.TotalStats {
  background: rgb(217, 217, 217);
  padding: 30px 30px 10px;
}

.progressDesc > div {
  font-weight: bold;
}

.progressDesc-Completed {
  color: var(--color-success);
}

.progressDesc-InProgress {
  color: var(--color-blue);
}

.progressDesc-NotStarted {
  color: var(--color-danger);
}

.progressDesc > div:hover {
  cursor: pointer;
}

.block-content .desc {
  height: 130px;
}

.block-content .desc p {
  font-size: 14px;
  color: rgb(61, 57, 58);
  line-height: 1.3;
  margin: 0px auto;
  text-align: left;
  text-shadow: 0px 0.2px 0px;
  padding: 0px 5px 15px 0px;
  max-height: 100px;
}

.box-info {
  background: rgb(210, 112, 15);
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  height: 30px;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.desc .content-title {
  display: block;
  margin: 0px;
  padding: 5px 5px 7px 0px;
  font-weight: 600;
  font-size: 18px;
  color: var(--color-secondary);
}

.content-text {
  font-size: 1em;
  color: #555;
  line-height: 1.2;
  height: 90px;
}

.content-title a,
.title-blue {
  color: var(--color-secondary);
  text-decoration: none;
  cursor: pointer;
}

.content-title a:hover,
.title-blue:hover {
  color: var(--color-primary) !important;
  text-decoration: none;
}

.box-bottom {
  padding-top: 25px;
}

.box-bottom .type {
  float: left;
  padding: 0px 0px 0px 10px;
  font-weight: bold;
  font-size: 16px;
}

.box-bottom .hours {
  float: right;
  font-size: 14px;
  font-weight: 600;
  color: rgb(49, 46, 46);
  width: auto;
  text-align: right;
  position: relative;
  padding-top: 4px;
  padding-left: 17px;
}

.box-bottom .hours::before {
  content: '';
  width: 25px;
  height: 22px;
  position: absolute;
  left: -5px;
  top: 2px;
  margin-left: -5px;
  background: url('../images/icon-clock.svg') 50% 50% / 20px no-repeat transparent;
}

.box-bottom .ref {
  float: left;
  padding: 0px 0px 0px 225px;
  font-weight: bold;
  font-size: 15px;
}

.filter-header .hours-icon {
  width: 40px;
  height: 40px;
  background: url('../images/icon-clock.svg') 50% 50% / 35px no-repeat transparent;
  float: left;
  color: rgb(86, 86, 86);
}

.filter-header .hours,
.filter-header .level,
.filter-header .ratings {
  font-size: 18px;
  margin-top: 10px;
}

.ratings {
  margin-top: 20px;
}

.filter-header .hours-text,
.filter-header .level-text {
  display: inline-block;
  padding-top: 7px;
  margin-left: 10px;
}

.filter-header .level-text {
  display: inline-block;
  padding-top: 11px;
  margin-left: 0px;
  margin-right: 5px;
}

.filter-header .level-icon {
  display: inline-block;
  background: rgb(210, 112, 15);
  color: rgb(255, 255, 255);
  height: 30px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-left: 5px;
}

.panel-type {
  min-height: 210px;
  background-color: #326ffc !important;
  margin-bottom: 20px;
}

.panel-type h3 {
  font-size: 23px;
}

.panel-desc {
  padding: 20px 20px 20px 0px;
  color: rgb(255, 255, 255);
  font-size: 1em;
  font-weight: 400;
}

.panel-icon {
  padding: 10px 10px 10px 20px;
  font-size: 40px;
  color: #326ffc !important;
}

.panel-desc h3 {
  font-weight: 600;
}

.subject-topics {
  font-weight: bold;
  font-size: 18px;
  padding: 0px 20px 25px;
  color: rgb(0, 0, 0);
}

.search-box {
  min-height: 100px;
  padding: 6px 15px;
}

.uni-statement-text {
  float: left;
  width: 70px;
}

.fa-university {
  font-size: 40px;
  display: block;
  float: left;
  width: 55px;
}

#refine-reset-btn {
  
  
  padding: 2px 20px;
  float: left;
  
  
}

.filter-top-header {
  margin-top: 10px;
  margin-bottom: 10px;
}

.filter-top-header h2 {
  float: left;
  margin-top: 8px;
  font-size: 18px;
  color: rgb(20, 63, 165);
  font-weight: bold;
}

.filter-header {
  border-top: 1px solid rgb(0, 0, 0);
  margin-bottom: 10px;
}

.filter-header h3 {
  margin: 0px;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 16px;
  color: rgb(20, 63, 165);
  padding-bottom: 10px;
  padding-top: 10px;
}

.filter-header ul,
.refine ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.no-results {
  font-size: 60px;
  color: rgb(86, 86, 86);
}

.no-results-text {
  font-size: 20px;
  text-align: center;
}

.review {
  border-top: 1px dashed #326ffc !important;
}

.review-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
}

.review-user {
  font-weight: bold;
  color: #326ffc !important;
}

.review-date {
  color: #326ffc !important;
}

.review-avatar {
  font-size: 50px;
  margin-top: 15px;
  color: #326ffc !important;
}

.f-w {
  color: white !important;
}

.gray {
  background-color: rgb(0, 171, 214);
}

.gray:hover {
  background-color: rgb(86, 86, 86);
}

.darkgray {
  background-color: rgb(165, 165, 165);
}

.darkgray:hover {
  background-color: rgba(165, 165, 165, 0.9);
}

.blue {
  background-color: rgb(77, 114, 190);
}

.blue:hover {
  background-color: rgba(77, 114, 190, 0.9);
}

.orange {
  background-color: rgb(223, 130, 68);
}

.orange:hover {
  background-color: rgba(223, 130, 68, 0.9);
}

.green {
  background-color: rgb(126, 171, 85);
}

.green:hover {
  background-color: rgba(126, 171, 85, 0.9);
}

.yellow {
  background-color: rgb(246, 193, 67);
}

.yellow:hover {
  background-color: rgba(246, 193, 67, 0.9);
}

.r-ctn {
  position: absolute;
  margin-top: 0px;
  bottom: 0px;
  right: 15px;
}

.tile p {
  margin-left: 60px;
}

.tile-fa {
  position: absolute;
  top: 0px;
  left: 0px;
}

.tile {
  height: 110px;
  width: 28em;
  transition: background-color 500ms ease 0s;
  color: #696969;
  border-radius: 0;
  border: darkgray solid 2px;
  padding: 10px;
  position: relative;
}

.tile:hover {
  background-color: rgba(186, 48, 71, 0.25);
}

.tile h3 {
  font-weight: 600;
  font-style: normal;
  margin-top: 5px;
  font-size: 1.4em;
  margin-left: 60px;
  margin-bottom: 0;
}

.tile .links a {
  color: rgb(0, 0, 0);
  font-size: 17px;
}

.font55 {
  font-size: 40px;
  color: var(--color-primary);
  position: absolute;
  left: 15px;
  top: 15px;
}

.top80 {
  margin-top: 80px;
}

.bottom-border::before,
.top-border::before {
  /*content: "";*/
  /*position: absolute;*/
  /*height: 18px;*/
  /*width: 100%;*/
  /*background: rgb(86, 86, 86);*/
  /*z-index: 400;*/
}

footer .footer-menu {
  background: rgb(86, 86, 86);
  padding: 0px;
  height: 10px;
}

#footer-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 15px;
}

#footer-menu > li {
  float: left;
  width: 20%;
  padding: 0px;
}

.footer-main {
  background-color: var(--color-gray-700);
  color: var(--color-white);
}

#footer-menu > li > a {
  margin: 0px;
  font-weight: 500;
}

.footer-main a {
  color: var(--color-white);
  text-decoration: none;
}

.top-footer {
  padding: 20px 0px;
}

.footer-content {
  width: 0px;
}

.footer-content {
  float: left;
  width: 20%;
}

.bottom-footer {
  padding: 50px 0px 0px;
}

.footer-menu-wrapper {
  width: 97%;
}

.footer-menu-wrapper {
  float: right;
  width: 76%;
  line-height: 1.8;
}

#footer-menu::after {
  content: '';
  display: block;
  clear: both;
}

footer .footer-links {
  background: rgb(17, 95, 98);
}

.clear {
  clear: both;
  width: 100%;
  display: block;
}

.footer-bottom {
  background-color: var(--color-gray-800);
  color: var(--color-white);
  font-size: 11px;
  height: 200px;
  padding-left: 5%;
  padding-right: 10%;
}

.site-info {
  padding: 10px 0px 28px;
  height: 100px;
}

.tf-section {
  float: left;
  padding: 4px 40px;
}

.site-info::after {
  content: '';
  clear: both;
  display: inline;
}

.si-logo img {
  max-width: 90px;
}

.si-logo {
  padding-left: 0px;
  width: 19%;
}

#footer-menu ul {
  list-style: none;
  margin: 25px 0px;
  padding: 0px;
}

.si-site-info {
  width: 80%;
}

footer,
footer a,
footer a:hover {
  color: rgb(255, 255, 255);
}

footer ul {
  list-style: none;
}

footer .footer-menu ul.widget-list-chevron > li {
  font-size: 15px;
}

footer h3 {
  font-size: 17px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: normal;
  margin: 0px 0px 10px;
}

ul.widget-list-chevron {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.widget-list-chevron li {
  line-height: 19px;
  margin: 5px 0px 10px;
  padding-left: 20px;
}

.footer-links a {
  transition: all 0.3s ease 0s;
}

footer .footer-links .col-sm-9 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

footer .footer-links .col-sm-9 ul > li {
  display: inline;
  font-size: 14px;
}

footer .footer-links .col-sm-9 ul > li a {
  float: left;
  margin: 10px 0px;
  padding: 3px 15px;
  border-radius: 3px;
}

footer .footer-links .col-sm-9 ul > li a:hover,
footer .footer-links .col-sm-9 ul > li a:active {
  background: rgb(210, 112, 15);
  text-decoration: none;
}

ul.widget-list-social-media li a,
ul.widget-list-portal li a {
  transition: all 0.25s ease-in-out 0s;
}

footer .footer-links ul.widget-list-social-media,
footer .footer-links ul.widget-list-portal {
  text-align: right;
  margin: 5px 0px;
}

footer .footer-copyright p {
  font-size: 14px;
  color: var(--color-white);
  margin: 0px;
   font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

footer .footer-copyright {
  padding: 30px 0px 10px;
  background: var(--color-gray-700);
  height: 100px;
}

.site-width {
  width: 95%;
  max-width: 1366px;
  margin: 0px auto;
}

.container-footer {
  background: var(--color-gray-700);
}

footer ul.footer-logo-list {
  list-style-type: none;
  text-align: right;
  margin: 0px;
  padding: 0px;
}

footer ul.footer-logo-list > li {
  display: inline-block;
  margin: 0px 30px 0px 0px;
  padding: 0px;
}

.top-footer::after {
  content: '';
  display: block;
  clear: both;
}

.tf-links {
  padding: 0px;
}

.tf-section {
  float: left;
}

footer ul.footer-logo-list > li a.logo-ttl {
  background: url('../images/footer-logo-ttl.png') 0px 0px no-repeat scroll rgba(255, 255, 255, 0);
  width: 123px;
  height: 61px;
}

footer ul.footer-logo-list > li a.logo-ice {
  background: url('../images/footer-logo-ice.png') 0px 0px no-repeat scroll rgba(255, 255, 255, 0);
  width: 102px;
  height: 64px;
}

ul.footer-logo-list > li a.logo-benFund {
  background: url('../images/ice-benevolent-fund-logo-64.png') 0px 0px no-repeat scroll
    rgba(255, 255, 255, 0);
  width: 80px;
  height: 80px;
}

footer ul.footer-logo-list > li [class^='logo-'] {
  position: relative;
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  vertical-align: top;
  white-space: nowrap;
}

.footer-font {
  color: rgb(255, 255, 255);
}

.banner_paragraph {
  padding-top: 0.6em;
  color: rgb(255, 255, 255);
  font-size: 1em;
  font-weight: 300;
}

.banner_paragraph ul {
  padding-top: 0.6em;
  color: rgb(255, 255, 255);
  font-size: 1em;
  font-weight: 300;
}

.banner_paragraph a {
  color: rgb(255, 255, 255);
  font-size: 1em;
  font-weight: 300;
}

.banner_li {
  color: rgb(255, 255, 255);
  font-size: 1em;
  font-weight: 300;
}

.full-screen .modal-dialog {
  width: 95%;
}

.full-screen-preview .modal-dialog {
  max-width: 1100px;
}

.full-screen-slide .modal-dialog {
  max-width: 933px;
}

.cke {
  border-radius: 4px;
  border: 1px solid rgb(204, 204, 204) !important;
}

.top5 {
  margin-top: 5px;
}

.top9 {
  margin-top: 9px !important;
}

.top10 {
  margin-top: 10px !important;
}

.top12 {
  margin-top: 12px !important;
}

.top15 {
  margin-top: 15px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.bottom0 {
  margin-bottom: 0px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom15 {
  margin-bottom: 15px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}

.bottom40 {
  margin-bottom: 40px;
}

.bottom55 {
  margin-bottom: 55px;
}

.p10 {
  padding: 10px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-6 {
  padding-top: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.right5 {
  margin-right: -5px;
}

.minus-left5 {
  margin-left: -5px;
}

.left5 {
  margin-left: 5px;
}

.left0 {
  margin-left: 0px;
}

.left10 {
  margin-left: 10px;
}

.pad-lr-2em {
  padding-left: 2em;
  padding-right: 2em;
}

.left20 {
  margin-left: 20px;
}

.right0 {
  padding-right: 0 !important;
}

.right30 {
  padding-right: 30px;
}

.right5 {
  margin-right: 5px;
}

.right20 {
  margin-right: 20px;
}

.gutter30 {
  margin-left: 30px;
  margin-right: 30px;
}

.height10 {
  height: 10px;
}

.height150 {
  min-height: 150px;
}

.height200 {
  min-height: 200px;
}

.height400 {
  min-height: 400px;
}

.height500 {
  min-height: 500px;
}

.width48 {
  width: 48%;
}

.width100 {
  width: 100%;
}

.width200 {
  width: 200px;
}

.width100px {
  width: 100px;
}

.w-30 {
  width: 30px !important;
}

.w-50 {
  width: 50px !important;
}

.w-60 {
  width: 60px !important;
}

.w-70 {
  width: 70px !important;
}

.w-80 {
  width: 80px !important;
}

.w-110 {
  width: 110px !important;
}

.w-120 {
  width: 120px !important;
}

.w-150 {
  width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-300 {
  width: 300px !important;
}

.w-10pct {
  width: 10% !important;
}

.w-25pct {
  width: 25% !important;
}

.w-35pct {
  width: 35% !important;
}

.w-50pct {
  width: 50% !important;
}

.w-75pct {
  width: 75% !important;
}

.w-100pct {
  width: 100% !important;
}

.font-xs {
  font-size: 12px;
  margin-top: -3px;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px; /* Was incorrectly set to 12px */
}

.font16 {
  font-size: 16px;
}

.border-bottom {
  border-bottom: 1px solid #326ffc !important;
}

.border-top {
  border-top: 1px solid #326ffc !important;
}

.btn-ice {
  background: var(--color-main-gray) !important;
  color: var(--color-white);
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-ice:hover {
  color: var(--color-white);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.btn-ice:active,
.btn-ice:focus {
  color: var(--color-white);
}

.percent100 {
  width: 100%;
}

.pointer:hover {
  cursor: pointer;
}

.edit-trigger {
  float: right;
  margin-top: -40px;
  cursor: pointer;
  color: rgb(237, 27, 36);
}

.edit-trigger a {
  color: rgb(237, 27, 36);
}

#content_title {
  border-bottom: 1px solid var(--color-primary);
}

#content_title h2 {
  font-size: 20px;
  margin-top: 0px;
  color: var(--color-main-gray);
}

.mw-100 {
  max-width: 100px;
}

.pager-wrapper {
  margin-left: 15px;
}

.pagination {
  border-radius: 0px !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: rgb(86, 86, 86);
  border: 0px none;
  color: rgb(255, 255, 255);
}

.topics .pagination > .active > a,
.topics .pagination > .active > span,
.topics .pagination > .active > a:hover,
.topics .pagination > .active > span:hover,
.topics .pagination > .active > a:focus,
.topics .pagination > .active > span:focus {
  background-color: rgb(246, 242, 242);
  color: lightgray;
}

.pagination > li > a,
.pagination > li > span {
  color: gray;
  border: 0px none;
}

.topics .pagination > li > a,
.topics .pagination > li > span {
  background-color: rgb(226, 222, 222);
  color: gray;
  border: 0px none;
  margin-right: 3px;
}
/* 
.disabledModule {
  position: relative;
  color: rgb(128, 128, 128) !important;
} */

/* .disabledModule div,
.disabledModule h3,
.disabledModule p {
  color: rgb(128, 128, 128) !important;
} */

/* .disabledModuleOverlay {
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
} */

.desc .tile-bg {
  opacity: 1;
  inset: 0px;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position-y: 100%;
}

.lnk-edit-mlbundle {
  display: none;
}

.show-edit-mlbundle {
  position: relative;
  width: 100%;
}

.show-edit-mlbundle:hover .lnk-edit-mlbundle {
  display: block;
  position: absolute;
  right: 5px;
  top: 0px;
  cursor: pointer;
  margin-top: 3px;
}

.gritter-item-wrapper.primary {
  background: rgb(122, 156, 46);
}

.gritter-item-wrapper.success,
.badge-success {
  background: rgb(126, 188, 86);
}

.gritter-item-wrapper.info {
  background: rgb(74, 163, 223);
}

.gritter-item-wrapper.warning,
.badge-warning {
  background: rgb(241, 110, 63);
}

.gritter-item-wrapper.danger,
.badge-danger {
  background: rgb(237, 27, 36);
}

.gritter-item-wrapper.prusia {
  background: rgb(61, 86, 109);
}

.gritter-item-wrapper.dark {
  background: rgb(35, 38, 43);
}

.iceMainGreenBg {
  color: rgb(255, 255, 255);
  background: #326ffc !important;
}

.iceGreenBg {
  color: rgb(255, 255, 255);
  background: rgb(153, 205, 83) !important;
}

.iceBlueBg {
  color: rgb(255, 255, 255);
  background: rgb(72, 175, 219) !important;
}

.iceOrangeBg {
  color: rgb(255, 255, 255);
  background: rgb(210, 112, 15) !important;
}

.iceTurqBg {
  color: rgb(255, 255, 255);
  background: rgb(26, 188, 156) !important;
}

.iceRedBg {
  background: rgb(86, 86, 86);
  color: rgb(255, 255, 255);
}

.lmsDarkGreen {
  background-color: rgb(86, 86, 86);
  color: rgb(255, 255, 255);
}

.lmsGreen {
  background-color: rgb(86, 86, 86);
  color: rgb(255, 255, 255);
}

.lmsLightGreen {
  background-color: rgb(126, 188, 86);
  color: rgb(255, 255, 255);
}

.lmsLighterGreen {
  background-color: rgba(126, 188, 86, 0.36);
}

.lmsGray {
  background-color: rgb(128, 128, 128);
  color: rgb(255, 255, 255);
}

.lmsLightGray {
  background-color: rgb(228, 228, 228);
}

.bb-green {
  border-bottom: 2px solid rgb(86, 86, 86);
}

.bb-gray {
  border-bottom: 2px solid gray;
}

.bt-gray {
  border-top: 2px solid gray;
}

.ba-gray {
  border: 2px solid gray;
}

.bb-light-green {
  border-bottom: 2px solid rgb(126, 188, 86);
}

.lms-green {
  color: rgb(86, 86, 86);
}

.iceRedBg:hover {
  color: rgb(255, 255, 255);
}

.iceMainGreen {
  color: #326ffc !important;
}

.iceGreen {
  color: rgb(153, 205, 83);
}

.iceBlue {
  color: rgb(72, 175, 219);
}

.iceOrange {
  color: rgb(210, 112, 15);
}

.iceTurq {
  color: rgb(26, 188, 156);
}

.iceRed {
  color: rgb(231, 76, 60);
}

.alert-warning .loading {
  text-align: center;
}

.loading-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.loading-overlay .fa {
  margin-top: 100px;
}

.row {
  /*width: 100% !important;*/
}

html body .bs4 .row {
  width: auto;
}

.row.no-gutter {
  margin-left: 0px;
  margin-right: 0px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-05 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-20 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  #iceCarousel,
  #iceCarousel .item {
  }

  .carousel-indicators {
    visibility: hidden;
  }

  .gutter15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  ul.nav.navbar-nav {
    margin-top: 0px;
    position: relative;
    z-index: 2;
    background-color: #326ffc !important;
  }
}

@media screen and (max-width: 760px) {
  .dashboard-svg {
    height: 3rem;
    margin-top: 1.8rem;
    margin-right: 1.2rem;
    align-items: flex-end;
  }

  .dashboard-key-no a {
    font-size: 3rem;
    font-weight: bold;
    display: flex;
    color: rgb(255, 255, 255);
    align-items: baseline;
  }

  .dashboard-key-no {
    font-size: 3rem;
    font-weight: bold;
    display: flex;
    color: rgb(255, 255, 255);
    align-items: flex-end;
  }

  .dashboard-key-no h2 {
    font-size: 3rem;
    font-weight: 800;
    display: flex;
    color: rgb(255, 255, 255);
    justify-content: center;
    align-items: flex-end;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .dashboard-key-no p {
    font-size: 2rem;
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .row {
    margin-left: 1px;
    margin-right: 1px;
  }

  .my-prog-status {
    top: 130px;
  }

  .tile {
    height: 180px;
  }

  .tile h3 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .indent {
    padding-left: 20px;
  }

  .programme-box {
    min-height: 433px;
    box-shadow: rgb(170, 170, 170) 0px 0px 0px;
    border-radius: 20px;
  }

  .font55 {
    top: 20px;
  }

  .content-text {
    font-size: 14px;
    color: rgb(61, 57, 58);
    line-height: 14px;
  }

  .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-sm-12 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .col-sm-9,
  .col-sm-3 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .breadcrumbs-container {
    display: none;
  }

  .col-sm-12 {
    width: -webkit-fill-available;
  }

  .col-xs-12 {
    width: -webkit-fill-available;
  }

  .search-box {
    margin-top: 20px;
  }

  .modal {
    position: fixed;
    inset: 0px;
    overflow: hidden;
  }

  .modal-dialog {
    position: fixed;
    margin: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
  }

  .full-screen .modal-dialog {
    width: 95%;
  }

  .full-screen-preview .modal-dialog {
    width: 100%;
  }

  .full-screen-slide .modal-dialog {
    max-width: 100%;
  }

  .modal-content {
    position: absolute;
    inset: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .modal-header {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    padding: 10px;
    background: var(--color-gray-400);
    border: 0px;
    z-index: 999;
  }

  .modal-title {
    font-weight: 600;
    font-size: 1.3em;
    color: var(--color-white);
    line-height: 1.6em;
  }

  .modal-body {
    position: absolute;
    top: 25px;
    bottom: 10px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
  }

  .modal-footer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 60px;
    padding: 10px;
    background: #b2b2b2;
  }

  .mcq-question h2 {
    padding: 10px;
    color: white;
    background-color: #b2b2b2;
    margin-top: 0px;
  }

  .mcq-question a {
    color: white;
  }

  .mcq-question {
    border: 1px solid lightgray;
  }

  .refine {
    margin-left: -30px;
    margin-right: -30px;
  }

  .refine20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .card {
    margin-left: -25px;
    margin-right: -25px;
  }

  .my-programme {
    margin-left: 0px;
    margin-right: 0px;
  }

  .block-content .desc {
    height: 170px;
  }

  .my-programme .pic {
    background-size: cover;
  }

  .tabs .nav.nav-pills a {
    font-size: 13px;
  }

  .banner {
    height: 240px;
    display: none;
  }

  #iceCarousel {
    display: none;
  }
}

.card {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0px;
  padding: 0px;
  transition: box-shadow 0.4s ease 0s, opacity 1.2s ease 0s, transform 1.2s ease 0s;
}

.card__img {
  min-height: 1px;
  transition: transform 0.4s ease 0s;
  background-size: cover;
  object-fit: cover;
}

card__img_2 {
  min-height: 1px;
  transition: transform 0.4s ease 0s;
  background-size: cover;
  object-fit: contain;
}

.card__img-holder {
  width: 100%;
  overflow: hidden;
  height: 250px;
  align-content: center;
  display: flex;
  justify-content: center;
}

.card__img-holder-2 {
  width: 100%;
  overflow: hidden;
  align-content: center;
  display: flex;
  justify-content: center;
}

.card + .on-focus .card__img,
.card:hover .card__img {
  transform: scale(1.1);
}

.card.block-content .body {
  border: 0px none;
  
  position: relative;
  background: #fff;
}

.card .h3 {
  font-size: 1.8rem;
  margin-top: 2px;
  display: inline-block;
  color: rgb(20, 63, 165);
  font-weight: 600;
}

.block-content .card__content.body {
  padding: 1rem;
}

.tile-1 {
  background: rgb(244, 244, 244);
}

.tile-1 .card__content::before {
  background: rgb(86, 86, 86);
}

.tile-2 {
  background: rgb(244, 244, 244);
}

.tile-2 .card__content::before {
  background: rgb(36, 83, 143);
}

.tile-3 {
  background: rgb(244, 244, 244);
}

.tile-3 .card__content::before {
  background: rgb(126, 188, 86);
}

.tile-4 {
  background: rgb(244, 244, 244);
}

.tile-4 .card__content::before {
  background: rgb(60, 75, 84);
}

.tile-5 {
  background: rgb(244, 244, 244);
}

.tile-5 .card__content::before {
  background: rgb(188, 203, 213);
}

.tile-6 {
  background: rgb(244, 244, 244);
}

.tile-6 .card__content::before {
  background: rgb(131, 146, 155);
}

.tile-7 {
  background: rgb(244, 244, 244);
}

.tile-7 .card__content::before {
  background: rgb(131, 146, 155);
}

.tile-8 {
  background: rgb(244, 244, 244);
}

.tile-8 .card__content::before {
  background: rgb(131, 146, 155);
}

th.rotate {
  height: 350px;
  white-space: nowrap;
}

.col-blue {
  color: rgb(20, 63, 165);
}

th.rotate > div {
  transform: translate(8px, 19px) rotate(270deg);
  width: 0px;
}

th.rotate > div > span {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding: 5px 10px;
}

td.bg-shade-0 {
  background-color: rgb(255, 255, 255);
}

td.bg-shade-1 {
  background-color: rgba(128, 188, 87, 0.2);
}

td.bg-shade-2 {
  background-color: rgba(128, 188, 87, 0.43);
}

td.bg-shade-3 {
  background-color: rgb(126, 188, 86);
}

td.bg-shade-4 {
  background-color: rgb(0, 154, 71);
  color: rgb(255, 255, 255);
}

td.bg-shade-5 {
  background-color: rgb(86, 86, 86);
  color: rgb(255, 255, 255);
}

.ml-20 {
  margin-left: 20px;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-0 {
  padding-right: 0;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.calendar-cc tr.active td {
  background-color: rgb(250, 251, 160) !important;
}

.calendar-cc td:hover {
  cursor: pointer;
}

.calendar-cc-wrapper {
  padding: 10px 20px 20px;
}

.calendar-cc-wrapper h3 {
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 3px;
}

.calendar-cc-wrapper h2 {
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 3px;
}

.calendar-cc-wrapper .alert {
  font-size: 14px;
  padding: 10px;
}

.btn-sm {
  padding: 4px 10px;
  font-size: 13px !important;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.bg-mc-danger {
  background-color: var(--color-mc-danger) !important;
}

.border-mc-danger {
  border-color: var(--color-mc-danger) !important;
  border-width: 2px;
  border-style: solid;
}

.bg-mc-warning {
  background-color: var(--color-mc-warning) !important;
}

.bg-mc-success {
  background-color: var(--color-mc-success) !important;
}

.bg-success {
  background-color: var(--color-success) !important;
}

.bg-danger {
  background-color: var(--color-danger) !important;
}

.bg-grey {
  background-color: var(--color-gray-100);
}

a.no-underline:hover {
  text-decoration: none;
}

.red {
  color: rgb(237, 27, 36);
}

.bt-red {
  border-top: 1px solid rgb(237, 27, 36);
}

.bb-red {
  border-bottom: 1px solid rgb(237, 27, 36);
}

.lh-0-8 {
  line-height: 0.8em !important;
}

.gdpr-form h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

.gdpr-form h3 {
  border-bottom: 3px solid #326ffc !important;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.gdpr-form .font-up {
  font-size: 16px;
}

@media (min-width: 767px) {
  .modal-dialog {
    width: 80%;
  }
}

@media (min-width: 1500px) {
  .modal-dialog {
    width: 50%;
  }
}

.my-progs .nav > li > a:focus,
.my-progs .nav > li > a:hover {
  background: none;
  border-top: 1px solid rgb(229, 229, 229);
  border-bottom-color: transparent;
}

.my-progs .tab-pane {
  padding-top: 30px;
  min-height: 600px;
}
 
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: transparent;
}

.topic-result {
  background-color: #b2b2b2;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.topic-result .course-ctn {
  float: right;
  margin-right: 20px;
  font-weight: bold;
}

.file-caption-main {
  max-width: 100%;
}

.fix-upload .file-caption-main {
  max-width: 95%;
}

.file-caption {
  overflow: hidden;
}

.file-caption .file-caption-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dataTable {
  width: 100% !important;
}

.table td,
.table th,
.dataTable td,
.dataTable th {
  vertical-align: middle !important;
  padding: 8px 18px !important;
}

.course-tabs > li {
  width: 25% !important;
}

.form-input-group .input-group {
  max-width: unset;
  display: table;
}

.nowrap {
  white-space: nowrap;
}

.select2 {
  width: 100% !important;
}

.select2-container .select2-selection {
  min-height: 34px !important;
}

.select2-selection:not(.select2-selection--multiple) .select2-selection__rendered,
.select2-selection:not(.select2-selection--multiple) .select2-selection__arrow {
  line-height: 34px !important;
  min-height: 34px !important;
}

.select2-selection--multiple .select2-selection__rendered {
  /*min-height: 34px;*/
  /*margin-bottom: -7px !important;*/
}

.select2-selection--multiple .select2-selection__rendered .select2-search__field {
  /*line-height: 1;*/
  /*padding: 0 !important;*/
}

.select2 .select2-selection__choice {
  white-space: normal;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 5px;
}

.dataTables_wrapper .dataTables_processing {
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  text-align: center;
  z-index: 1;
}

.dataTables_wrapper .dataTables_processing .loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  color: #ee454d;
}

.dataTables_scrollBody thead th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #ee454d;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check > * {
  cursor: pointer;
  vertical-align: middle;
}

.form-check-input,
.dt-checkboxes,
.dt-checkboxes-select-all input[type='checkbox'] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form-check-input + .form-check-label {
  padding-left: 10px;
}

.form-group.form-check-inline > * {
  display: inline-flex;
}

.form-check-input {
  margin-top: 0 !important;
}

.select2 {
  width: 100% !important;
}

.bs4 .row [class^='col-'] {
  float: none !important;
}

.auto-report-container .btn-action-link[disabled] {
  pointer-events: none;
  position: relative;
  background-color: #eee;
  color: #666;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.select2-selection__clear {
  font-size: 16px;
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 2px 5px 0;
}

.fake-hidden-input {
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: none;
  border-radius: 0;
  position: absolute;
}

.modal-header {
  border-radius: 5px 5px 0 0;
}

button.close {
  z-index: 1;
}

.card-2 {
  border: 1px solid #ddd;
}

.card-footer .inner {
  gap: 10px;
  margin-right: -10px;
}

.fm-wrapper {
  margin-bottom: 26px;
}

.fm-wrapper .file-input,
.fm-wrapper .kv-uploader-container {
  position: unset;
}

.fm-wrapper .kv-upload-progress {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 1;
  padding-top: 6px;
}

.fm-wrapper .kv-upload-progress .progress {
  margin: 0;
}

.fm-wrapper-2 .file-preview {
  display: none;
}

.select2-wrap {
  display: flex;
  flex-direction: column;
}

.select2-wrap .parsley-errors-list {
  order: 1;
}

.select2-hidden-accessible.parsley-error
  ~ ul
  ~ .select2-container--default
  .select2-selection--single {
  border: 2px solid rgb(204, 0, 0) !important;
}

.reg-filters-col {
  height: 100%;
  display: flex;
  align-items: center;
}

.reg-filters-col #filters {
  display: flex;
}

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.grid__item {
  flex: 1 0 auto;
}

.sticky-header .dataTables_scrollHead {
  position: sticky !important;
  top: 0;
  z-index: 99;
  background-color: #fff;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #fff;
}

tbody td.actions-col * {
  vertical-align: middle;
  display: inline-block;
}

.reset-this,
.reset-this * {
  all: revert;
}

.modal.full-size .modal-dialog {
  width: 100%;
  margin: 0;
  height: 100vh;
}

.modal.full-size .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal.full-size .modal-body {
  flex-grow: 1;
  max-height: unset !important;
}

.modal-scrollable .modal-body {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
  overflow-x: hidden;
}

.text-primary,
.bs4 .text-primary {
  color: rgb(var(--bs-primary-rgb)) !important;
}

.text-secondary,
.bs4 .text-secondary {
  color: rgb(var(--bs-secondary-rgb)) !important;
}

.form-horizontal .search-wrap {
  margin: 0 !important;
}

.required label:after {
  content: ' *';
  position: relative;
  color: var(--color-danger);
}

.aspect {
  position: relative;
  height: auto !important;
}

.aspect.aspect-left {
  width: auto !important;
}

.aspect .aspect-item {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.aspect.aspect-left .aspect-item {
  display: block;
  width: auto !important;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}

.aspect.aspect-1-1 .aspect-item {
  padding-bottom: 100% !important;
}

.aspect.aspect-4-3 .aspect-item {
  padding-top: 75% !important;
}

.aspect.aspect-3-4 .aspect-item {
  padding-top: 130% !important;
}

.aspect.aspect-3-2 .aspect-item {
  padding-top: 66.66% !important;
}

.aspect.aspect-6-7 .aspect-item {
  padding-top: 114% !important;
}

.aspect.aspect-16-9 .aspect-item {
  padding-top: 56.25% !important;
}

.aspect.aspect-16-10 .aspect-item {
  padding-top: 62.5% !important;
}

.aspect.aspect-21-9 .aspect-item {
  padding-top: 42.85% !important;
}

.aspect.aspect-9-16 .aspect-item {
  padding-top: 170% !important;
}

.aspect.aspect-paper-a4 .aspect-item {
  padding-top: 70.7% !important;
}

.aspect.aspect-paper-a4-portrait .aspect-item {
  padding-top: 141.45% !important;
}

.aspect.aspect-left.aspect-paper-a4 .aspect-item {
  padding-top: 0 !important;
  padding-left: calc(100% / (2480 / 3508)) !important;
}

.aspect.aspect-left.aspect-paper-a4-portrait .aspect-item {
  padding-top: 0 !important;
  padding-left: calc(100% / (3508 / 2480)) !important;
}

.aspect .aspect-item img,
.aspect .aspect-item .inner-item,
.aspect .aspect-item svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.h-100 {
  height: 100% !important;
}

.background-place {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.background-place img {
  width: 100%;
  height: 100%;
  object-fit: unset;
  max-width: unset !important;
  max-height: unset !important;
  position: relative !important;
}

.placeholder {
  background-color: var(--color-gray-800);
}

.placeholder.line {
  height: 16px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.2;
}

.tile-admin-24 {
  min-height: 70px;
  width: 25em;
  transition: background-color 250ms ease 0s;
  padding: 10px;
  background-color: var(--color-white);
  color: var(--color-gray-600);
  border: 0.5px solid var(--color-gray-700);
  transition: all 0.3s ease;
}

.tile-admin-24:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.tile-admin-24 h3 {
  font-weight: 600;
  font-style: normal;

  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 2px;
}

.tile-admin-24 p {
  font-weight: 300;
  font-style: normal;

  font-size: 0.9em;
 
  margin-bottom: 2px;
}

.tile-admin-fa-24 {
  font-size: 40px;
  color: var(--color-primary);
  padding: 10px;
  float: inline-start;
}

.tile-admin-24-container {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 1em;
  align-content: space-between;
  margin: 0;
  padding: 0;
}

.tile-admin-24-container > * {
}

.app-ck-file-manager-btn .cke_button_icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none !important;
  font-size: 16px;
}

.app-ck-file-manager-btn .cke_button_icon:before {
  content: '\f0ed';
}

.app-ck-file-manager-btn .cke_button_label {
  display: inline;
  padding-left: 5px;
}

.pe-none {
  pointer-events: none !important;
}

.ccr-is-deleted-highlight td {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

.stars-wrapper {
  margin-top: -2px;
}

.stars {
  font-size: 25px;
  color: var(--color-gray-500);
  cursor: pointer;
}

.rating-stars {
  display: flex;
}

.stars .fa-star {
  color: var(--color-yellow);
  font-size: 40px;
  margin-right: 0.5em;
}


.matrix-header-role {
  vertical-align: bottom !important;
  height: 100px; /* Adjust as needed */
  padding-bottom: 0 !important;
}
.matrix-header-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 80px; /* Adjust as needed */
}
.matrix-header-flex > div:first-child {
  margin-bottom: auto;
  text-align: center;
}


.circular-progress {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: conic-gradient(#0693e3 calc(var(--percentage) * 1%), #7ec1e5 0%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.circular-progress::before {
    content: "";
    position: absolute;
    width: 150px; /* Slightly smaller to create the empty space */
    height: 150px;
    background-color: #f5faff;
    border-radius: 50%;
}

.circular-progress.small-circle {
    width: 250px;
    height: 250px;
}

.circular-progress.small-circle::before {
    width: 175px; /* Slightly smaller to create the empty space */
    height: 175px;
    background-color: #f5faff;
    border-radius: 50%;
}

.circular-text {
    position: absolute;
    text-align: center;
}

.circular-text h3 {
    font-size: 36px;
    margin: 0;
}

.circular-text p {
    margin: 0;
    font-size: 16px;
}

.small-circle .circular-text h3 {
    font-size: 20px;
}

.small-circle .circular-text p {
    font-size: 13px;
}

.circle-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.small-circle {
    margin-bottom: 10px; /* Space between the circle and title */
}

 .placeholder-title {
    text-align: center;
    font-size: 14px;
}

.d-flex {
  display: flex;
}

.gap-30 {
  gap: 30px;
}

.text-red {
    color: red;
}
.text-green {
    color: green;
}
.text-black {
    color: black;
}



.report-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust width */
  gap: 1rem;
}

.report-item {
 background: #06396c; /* Material Blue 700 */
      color: #fff;
      padding: 6px 14px;
      border: none;
      border-radius: 6px;
      text-align: center;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 0.85em;
      font-weight: 500;
      letter-spacing: 0.5px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
      min-height: 36px;
  
}

.report-item:hover {
  
  transform: scale(1.05);
  transition: all 0.3s ease;
  background: #1565c0;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.report-item.selected {
  background-color: red;
  color: white;
}


@media (max-width: 1800px) {
  .report-container {
    column-count: 6;
  }
}

@media (max-width: 1200px) {
  .report-container {
    column-count: 5;
  }
}
@media (max-width: 800px) {
  .report-container {
    column-count: 4;
  }
}
@media (max-width: 500px) {
  .report-container {
    column-count: 1;
  }
}



.sticky-table {
  border-collapse: separate;
  width: max-content;
}

.sticky-table th,
.sticky-table td {
  white-space: nowrap;
}

.sticky-col {
  position: sticky !important;
  left: 0;
  background-color: #f9f9f9;
  z-index: 1;
}


.even .sticky-col {
  background-color: #fff !important;
}
.sticky-col-1 {
  left: 0;
  z-index: 3; /* highest to avoid overlap */
}

.sticky-col-2 {
  left: 53px; /* width of column 1 */
  z-index: 2;
}

.sticky-col-3 {
  left: 260px; /* width of column 1 + column 2 */
  z-index: 1;
}