/* ::-webkit-scrollbar {
    display: none;
} */

.hd-slide-fade-left-enter-active {
  transition: all 0.2s ease-out;
}

.hd-slide-fade-left-leave-active {
  transition: all 0.2s ease-out;
}

.hd-slide-fade-left-enter-from,
.hd-slide-fade-left-leave-to {
  transform: translateX(-100%);
  /* opacity: 0.7; */
}

.hd-slide-fade-right-enter-active {
  transition: all 0.2s ease-out;
}

.hd-slide-fade-right-enter-from {
  transform: translateX(100%);
  /* opacity: 0.7; */
}

.hd-slide-menu-right-enter-from {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
}

.hd-slide-menu-right-leave-to {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
}

.shuffle-move,
.shuffle-enter-active,
.shuffle-leave-active {
  transition: all 0.5s ease;
}

.shuffle-enter-from,
.shuffle-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.shuffle-leave-active {
  /* position: absolute; */
}

mark {
  background-color: var(--theme-colour);
  color: #fff;
  padding: 4px;
  border-radius: 8px;
}

.docMainMenuSubHeading-bg{
	position:absolute;
	z-index:9;
	top: -65px;
  left: 39px;
  width: 100%;
  pointer-events: none;
}

.docMainMenuSubHeading-bg circle{
	fill: var(--aui-font-selection, #FFFFFF);;
	opacity:0.1;
}

.kb-helpful-bg{
  position: absolute;
  z-index: 9;
  top: -50%;
  left: 5px;
  width: 125%;
  pointer-events: none;
}

.kb-helpful-bg circle{
	fill: var(--aui-font-selection, #FFFFFF);;
	opacity:0.1;
}

.hd-loader {
  min-width: 18px;
  min-height: 18px;
  border: 3px dotted var(--theme-colour);
  margin: auto;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  animation: rotation 2s linear infinite;
}

.hd-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: var(--aui-main-background);
  height: 100%;
  width: 100%;
  z-index: 10;
}

.kb-container {
  z-index: 11;
}

input:focus-visible {
  outline: none;
}

.hd-list-search {
  position: relative;
}

.hd-list-search-full{
  padding-right:4px;
  width: 100%;
}

.hd-list-search input{
  font-family: sans-serif;
  height: 30px;
  font-size: var(--font-size-14);
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  color: var(--aui-main-colour);
  border: 1px solid var(--aui-pale-border);
  background-color: var(--aui-pale-background);
  /* background-color: var(--aui-main-background); */
  padding-left: 34px;
}

.hd-list-search i svg{
  display:block;
  margin-top: -2px;
  width:14px;
  height:14px;
}

.hd-list-search i{
  position:absolute;
  top:10px;
  left:10px;
}

.hd-list-search:focus-within input{
  border-color: var(--theme-colour);
}

.hd-list-search:focus-within i path[stroke]{
  stroke: var(--theme-colour);
}

.hd-viewall {
  z-index: 10;
}

.hd-user-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  z-index: 10;
}

#kb-change-image {
  display: block;
  opacity: 0;
  width: 168px;
  height: 168px;
  background-color: #000;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  cursor: pointer;
  transition: all .3s ease;
}

#user-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--aui-pale-border);
  background-color: var(--aui-pale-background);
  overflow: hidden;
}

#user-img:hover .changeimage {
  opacity: 1;
}

#user-img:hover #kb-change-image {
  opacity: 0.6;
}

.user-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: var(--font-size-14);
}

.username {
  font-weight: bold;
}

.knowledgebase-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px !important;
  height: 40px !important;
  /* background-color: var(--theme-colour); */
  border-radius: 8px;
  border: 2px solid var(--theme-colour);
}

.action {
  cursor: pointer;
  stroke: var(--aui-main-colour);
  transition: all 0.2s ease;
}

.action-white {
  cursor: pointer;
  stroke: #fff;
  transition: all 0.2s ease;
}

.action:hover {
  color: var(--theme-colour);
  stroke: var(--theme-colour) !important;
  fill: var(--theme-colour);
}

.action-white:hover {
  filter: brightness(75%);
}

.action-top {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.action-top-home {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  cursor: pointer;
}

.action:hover {
  filter: brightness(90%);    
}

.whitefilter {
  filter: brightness(0) invert(1);
}

.confirm {
  background-image: url('icons/confirm.svg');
  background-repeat: no-repeat;
  background-position: center;
  min-width: 32px;
  height: 30px;
}

.reject {
  background-image: url('icons/reject.svg');
  background-repeat: no-repeat;
  background-position: center;
  min-width: 32px;
  height: 30px;
}

.btn-action {
  right: 12px;
  position: absolute;
  cursor: pointer;
  stroke: #fff;
  transition: all 0.2s ease;
}

.myaccount {
  background-image: url(../images/svgs/hd-account.svg);
  background-image: var(--svg-hd-account);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 32px;
  height: 30px;
  background-size: 20px;
}

.logout {
  background-image: url(../images/svgs/hd-logout.svg);
  background-image: var(--svg-hd-logout);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 32px;
  height: 30px;
  background-size: 20px;
}

.home {
  background-image: url('icons/home.svg');
  background-repeat: no-repeat;
  background-position: center;
  min-width: 32px;
  height: 30px;
}

.back {
  /* background-image: url('icons/back.svg'); */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  min-width: 12px;
  height: 14px;
}

.article {
	background-image: url(../images/svgs/article.svg);
	background-image: var(--svg-article);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 32px;
  height: 30px;
  background-size: 20px;
}

.video {
	background-image: url(../images/svgs/video.svg);
	background-image: var(--svg-video);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 32px;
  height: 30px;
  background-size: 25px;
}

.roadmap {
	background-image: url(../images/svgs/roadmap.svg);
	background-image: var(--svg-roadmap);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 32px;
  height: 30px;
}

.kbemail {
	background-image: url(../images/svgs/kbemail.svg);
	background-image: var(--svg-kbemail);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.kbbulb {
	background-image: url(../images/svgs/kbbulb.svg);
	background-image: var(--svg-kbbulb);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.bulb {
  background-image: url(../images/svgs/hd-bulb.svg);
	background-image: var(--svg-hd-bulb);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
  background-size: 20px;
}

.chat {
  background-image: url(../images/svgs/hd-chat.svg);
	background-image: var(--svg-hd-chat);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
  background-size: 20px;
}

.feedback {
  background-image: url(../images/svgs/hd-contact.svg);
	background-image: var(--svg-hd-contact);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
  background-size: 20px;
}

.list {
  background-image: url('icons/list.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}

.webinar {
	background-image: url(../images/svgs/webinar.svg);
	background-image: var(--svg-webinar);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.live {
  background-image: url('icons/live.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.training {
  background-image: url('icons/training.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.accessibility {
  background-image: url(../images/svgs/hd-accessibility.svg);
  background-image: var(--svg-hd-accessibility);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
  background-size: 20px;
}

.smarthub-helpdesk {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 330px;
  background-color: var(--aui-pale-background);
  overflow: hidden;
  border-bottom: 1px solid var(--aui-pale-border);
  top: 0;
  right: 0;
	z-index: 12;
	border-left: 1px solid var(--aui-pale-border);
  box-shadow: -1px 0px 7px 0px rgb(45 62 80 / 29%);
  transition: transform 0.3s ease, width 0.3s ease;
  -webkit-transition: transform 0.3s ease, width 0.3s ease;
}

[interface="MOBILE"] .smarthub-helpdesk {
  width: 100%;
  z-index: 10;
  position: fixed;
}

[bui="true"] .smarthub-helpdesk {
  position: fixed;
}

.hd-fullscreen-container {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.hd-fullscreen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.hd-fullscreen-image, .hd-fullscreen-video {
  display: none;
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: 1001;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hd-cross {
  display: block;
  color: white;
  right: 15px;
  top: 15px;
  position: absolute;
  background-image: url(../svg-images/close.svg);
  background-image: var(--svg-close);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30px;
  filter: brightness(100) invert(0);
  width: 15px;
  height: 15px;
  transition: all 0.3 ease;
  cursor: pointer;
}

.hd-cross:hover {
  opacity: 0.6;
}

.hd-close-overlay {
  z-index: 11;
  width: 25px !important;
  height: 25px !important;
  right: 10px;
  top: 10px;
  position: absolute;
  background-image: url(../svg-images/close.svg)!important;
  background-image: var(--svg-close)!important;
  background-color: var(--main-background);
  border-radius: 100%;
  background-size: 13px !important;
  background-repeat: no-repeat;
  background-position: 50%!important;
  cursor: pointer;
  border: none;
  border: 1px solid var(--pale-border);
}


/* .smarthub-helpdesk {
  display: flex;
  flex-direction: column;
  position: fixed;
  height: calc(100% - 190px);
  width: 330px;
  background-color: var(--aui-pale-background);
  overflow: hidden;
  border: 1px solid var(--aui-pale-border, #d6d6d6);
  top: 98px;
  right: 0;
  z-index: 500;
  border-left: 1px solid var(--aui-pale-border);
  box-shadow: -1px 0px 7px 0px rgb(45 62 80 / 29%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 20px 0px 0px 20px;
} */

.smarthub-helpdesk:after {
  border-bottom-color: var(--theme-colour);
  border-width: 18px;
  margin-left: -18px;
  margin-top: 3px;
  z-index: 2;
}

.smarthub-helpdesk:after, .smarthub-helpdesk:before {
  bottom: 100%;
  left: calc(100% - 48px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.smarthub-helpdesk:before {
  border-bottom-color: 1px solid var(--theme-colour);
  border-bottom-color: 1px solid var(--aui-pale-border, #d6d6d6);
  color: var(--theme-colour);
  border-width: 14px;
  margin-left: -65px;
  z-index: 1;
}

.closestore {
  display: none;
  min-width: 80px;
  align-items: center;
}

.hd-header {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  width: 100%;
  background-color: var(--theme-colour);
  overflow: hidden;
}

[interface="MOBILE"] .hd-app {
  font-size: var(--font-size-20);
}

.hd-app-close {
  margin-left: 8px;
  right: 12px;
  color: #fff;
  position: absolute;
  top: 20px;
  font-size: 22px !important;
  z-index: 11;
  opacity: 1;
  transition: all 0.2s ease;
  cursor: pointer;
}

.hd-app-close:hover {
  opacity: 0.7;
}

.hd-app {
  display: flex;
  color: #fff;
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: var(--font-size-18);
  z-index: 11;
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hd-app:hover {
  opacity: 0.7;
}
.hd-body {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 12px;
  padding-top: 18px;
  /* gap: 18px; */
  overflow: auto;
  background-color: var(--aui-main-background);
  /* background-color: var(--aui-pale-background); */
  z-index: 5;
  height: inherit;
}

[interface="MOBILE"] .hd-body {
  padding: 20px;
}

.hd-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* overflow-y: auto; */
  transition: all 0.2s ease;
}

.hd-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  /* width: calc(100% - 24px); */
  position: relative;
  bottom: 0px;
  left: 0px;
  /* padding: 12px; */
  margin-top: auto;
  background-color: var(--aui-main-background);
}

.hd-footer-btn {
  display: flex;
  border: 1px solid var(--aui-pale-border);
  border-radius: 50%;
  background-color: var(--aui-pale-background);
  transition: all 0.2s ease;
  cursor: pointer;
  height: 32px;
  width: 32px;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-19);
}

[interface="MOBILE"] .hd-footer-btn {
  height: 40px;
  width: 40px;
}

.hd-help:hover {
  background-color: var(--theme-colour);
}

.hd-help:hover i {
  filter: brightness(0) invert(1);
}

.hd-accessibility:hover {
  filter: brightness(95%);
}

.hd-btn-active {
  background-color: var(--theme-colour);
}

.hd-btn-active i {
  filter: brightness(0) invert(1);
}

.hd-label {
  background-color: grey;
  max-height: 25px;
  padding: 5px;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  box-shadow: -1px 0px 7px 0px rgb(45 62 80 / 29%);
  transition: display 0.3s ease-in-out;
}

.hd-label-right {
  display: none;
}

.hd-label-left {
  display: none;
}

.hd-help:hover + .hd-label-left {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 48px;
}

.hd-help:hover + .hd-label-left::before{
  width: 0;
  height: 0;
  position: absolute;
  left: 37px;
  top: 0px;
  border-top: 13px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid grey;
  content: "";
}

.hd-accessibility:hover + .hd-label-right {
  display: flex;
  justify-content: center;
}

.hd-accessibility:hover + .hd-label-right::before{
  width: 0;
  height: 0;
  position: absolute;
  left: -10px;
  top: 0px;
  border-top: 12px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 12px solid grey;
  content: "";
}

.hd-app:hover + .hd-label-right {
  display: flex;
  justify-content: center;
}

.hd-app:hover + .hd-label-right::before{
  width: 0;
  height: 0;
  position: absolute;
  left: 36px;
  top: 5px;
  border-top: 12px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 12px solid grey;
  content: "";
}

.account-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: max-content;
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--aui-pale-background);
  border: 1px solid var(--aui-pale-border);
  border-radius: 8px;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  transition: all 0.2s ease-in-out;
}

.option-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: max-content;
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--aui-pale-background);
  border: 1px solid var(--aui-pale-border);
  /* background-color: var(--aui-main-background);
  border: 1px solid var(--aui-pale-border); */
  border-radius: 8px;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.option-card:hover {
  color: #fff;
  background-color: var(--theme-colour);
  border-color: var(--theme-colour);
}

.option-card:hover i {
  filter: brightness(0) invert(1);
}

.option-card:hover .btn-action {
  filter: brightness(0) invert(1);
}

.hd-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
}

.hd-sticky {
  position: fixed;
  top: 0;
  height: 100%;
}

.hd-sticky-toolbar-active {
  position: fixed;
  top: 50px;
  height: 100%;
}

.hd-card-header {
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  /* line-clamp: 1; */
  -webkit-box-orient: vertical;
  font-size: var(--font-size-14);
  /* font-weight: bold; */
  text-overflow: ellipsis;
  overflow: hidden;
}

.hd-header-bold {
  font-weight: bold;
}

.hd-card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: var(--font-size-12);
  text-overflow: ellipsis;
  overflow: hidden;
}

.hd-card-datetime {
  font-size: var(--font-size-12);
  text-overflow: ellipsis;
  overflow: hidden;
}

.hd-card-location {
  font-size: var(--font-size-12);
  text-overflow: ellipsis;
  overflow: hidden;
  font-style: oblique;
}

/* Knowledge Base */

.kb-header {
  display: flex;
  flex-direction: column;
  position: relative;
  /* align-items: flex-end; */
  /* height: 85px; */
  box-sizing: border-box;
  padding: 10px 18px;
  background-color: var(--theme-colour);
  gap: 8px;
}

.kb-background-image {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.hide-overflow {
  overflow: hidden;
}

.kb-toolbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.kb-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: var(--font-size-16);
  font-weight: bold;
  letter-spacing: 0.7px;
  width: 95%;
}

.kb-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-15) !important;
  font-weight: 700;
  color: var(--aui-main-colour);
}

.kb-footnote {
  font-size: var(--font-size-10);
  float: right;
  right: 0px;
  bottom: -21px;
  position: absolute;
  padding: 4px 8px;
  /* background-color: var(--aui-main-background); */
  /* border: 2px solid var(--aui-pale-border); */
  /* border-radius: 0px 0px 5px 5px; */
}

.kb-centerised {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

.kb-action {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: var(--font-size-13);
  stroke: var(--aui-main-colour);
  cursor: pointer;
  transition: all 0.2s ease;
}

.kb-action:hover {
  color: var(--theme-colour);
  stroke: var(--theme-colour) !important;
  fill: var(--theme-colour);
}

.kb-btnrack {
  display: flex;
  gap: 12px;
  width: calc(100% - 24px);
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 12px;
  background-color: var(--aui-main-background);
}

[bui="true"] .kb-btnrack {
  width: 100%;
}

.kb-body {
  height: 100%;
  gap: 12px !important;
  padding: 12px 12px 18px;
  overflow: hidden;
}

.kb-main {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  gap: 15px;
  /* max-height: 575px; */
  transition: all 0.2s ease;
}

.kb-no-overflow {
  overflow-y: unset;
}

.kb-overflow {
  overflow-y: auto !important;
}

.hd-header-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 30px;
}

.kb-header-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 30px;
}

.kb-header-toolbar:nth-child(n+2) {
  margin-top: 10px;
}

.kb-category-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kb-resource-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* padding-top: 10px; */
  overflow-y: hidden;
  box-sizing: content-box;
}

.kb-bottom-padding {
  padding-bottom: 62px;
}

.kb-article-body {
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 10px; */
  overflow-y: scroll;
  /* box-sizing: content-box; */
  color: var(--aui-main-colour);
  font-size: var(--font-size-13);
  padding: 12px;
  border: 1px solid var(--aui-pale-border);
  border-radius: 8px;
  background-color: var(--aui-pale-background);
  /* background-color: var(--aui-main-background); */
  /* height: 100%; */
  font-size: var(--font-size-14);
  overflow-wrap: break-word;
  word-wrap: break-word;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.kb-article-helpful {
  display: flex;
  flex-direction: column;
  background-color: var(--theme-colour);
  /* height: 85px; */
  padding: 18px;
  gap: 12px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.kb-article-helpful div {
  margin: auto !important;
}

.kb-helpful-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  gap: 32px;
}

.kb-helpful-thumbs div {
  cursor: pointer;
}

.kb-expand {
  /* position: absolute; */
  top: 12px;
  width: 30px;
  height: 30px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: filter 0.2s;
  transition: filter 0.2s;
}

.kb-expand:hover {
  filter: brightness(90%);
}

.kb-article-body [class^="hs-callout-type-"], .kb-article-body [class*=" hs-callout-type-"] {
  border-left-style: solid;
  border-left-width: 5px;
  clear: both;
  padding: 20px 30px 10px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0.4688rem 2.1875rem rgba(45, 62, 80, 0.03), 0 0.9375rem 1.4063rem rgba(45, 62, 80, 0.03), 0 0.25rem 0.5313rem rgba(45, 62, 80, 0.03), 0 0.125rem 0.1875rem rgba(45, 62, 80, 0.03);
}

.ql-container [class^="hs-callout-type-"], .ql-container [class*=" hs-callout-type-"] {
  border-left-style: solid;
  border-left-width: 5px;
  clear: both;
  padding: 20px 30px 10px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0.4688rem 2.1875rem rgba(45, 62, 80, 0.03), 0 0.9375rem 1.4063rem rgba(45, 62, 80, 0.03), 0 0.25rem 0.5313rem rgba(45, 62, 80, 0.03), 0 0.125rem 0.1875rem rgba(45, 62, 80, 0.03);
}

.hs-callout-type-caution {
  color: #333333;
  background-color: rgb(253, 237, 238);
  border-left-color: rgb(248, 169, 173);
}


.hs-callout-type-note {
  color: #333333;
  background-color: rgb(229, 248, 246);
  border-left-color: rgb(127, 222, 210);
}

.hs-callout-type-tip {
  color: #333333;
  background-color: #e5f5f8;
  border-left-color: #7fd1de;
}

.kb-article-body li {
  list-style-position: unset;
  margin-left: 17px;
  padding-left: 8px;
}

.kb-article-body ul li {
  position: relative;
}

.kb-article-body ol, .kb-article-body ul {
  padding-left: 0;
  margin: 1.25rem 0 1.25rem 8px;
}

.kb-article-body ul li, .kb-article-body ol li {
  margin-bottom: .625rem;
  margin-left: 17px;
  padding-left: 8px;
}

.kb-article-body ul {
  list-style-type: disc;
}

.kb-article-body ul, .kb-article-body ol {
  margin: 1.25rem 0 1.25rem 8px;
}

.kb-article-body div, .kb-article-body p {
  font-size: var(--font-size-14);
  line-height: 1.625rem;
  margin: 0 0 .625rem;
}

.kb-article-body p:after {
  content: "";
  display: inline-block;
}

.kb-article-body h3 + p, .kb-article-body h4 + p, .kb-article-body h3 + div, .kb-article-body h4 + div, .kb-article-body h3 + ol, .kb-article-body h4 + ol, .kb-article-body h3 + ul, .kb-article-body h4 + ul {
  margin-top: 0.5rem;
}

.kb-article-body strong {
  font-weight: 700;
}

.kb-article-body h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 1.0rem 0 0;
  padding: 0;
}

.kb-article-body h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 2.5rem 0 0;
}

.kb-article-body h3, .kb-article-body h3 a, .kb-article-body h4, .kb-article-body h4 a {
  font-weight: 700;
}

.kb-article-body h3, .kb-article-body h4, .kb-article-body h3 a, .kb-article-body h4 a {
  font-family: helvetica, sans-serif;
}

.kb-article-body img {
  display: unset;
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 0.4688rem 2.1875rem rgba(45, 62, 80, 0.03), 0 0.9375rem 1.4063rem rgba(45, 62, 80, 0.03), 0 0.25rem 0.5313rem rgba(45, 62, 80, 0.03), 0 0.125rem 0.1875rem rgba(45, 62, 80, 0.03);
  /* margin: 15px 0; */
  cursor: pointer;
}

.kb-article-body video {
  display: unset;
  border-radius: 8px;
  max-width: 100%;
  box-shadow: 0 0.4688rem 2.1875rem rgba(45, 62, 80, 0.03), 0 0.9375rem 1.4063rem rgba(45, 62, 80, 0.03), 0 0.25rem 0.5313rem rgba(45, 62, 80, 0.03), 0 0.125rem 0.1875rem rgba(45, 62, 80, 0.03);
  /* margin: 15px 0; */
  cursor: pointer;
}

.kb-article-body .hs-image-align-none {
  margin: 0;
}


.kb-article-body .hs-image-align-center {
  margin: 0 auto;
  display: block;
}

.kb-article-body .hs-image-align-right {
  max-width: 300px;
  margin: 10px 0 20px 20px;
  float: right;
  clear: both;
}

.kb-article-body .hs-image-align-left {
  max-width: 300px;
  margin: 0px 40px 12px 0;
  float: left;
  clear: both;
}

.hs-fullwidth-embed {
  margin: unset !important;
}

/* Feedback */

.fb-container {
  z-index: 11;
}

.hd-feedback {
  display: flex;
  flex-direction: column;
  color: var(--aui-main-colour);
  /* overflow-y: scroll; */
  padding: 12px;
  border: 1px solid var(--aui-pale-border);
  border-radius: 8px;
  background-color: var(--aui-pale-background);
}

.feed-body {
  overflow: auto;
}

.fb-errormessaging {
  color: var(--aui-error-colour);
  font-weight: bold;
}

.fb-confirm-msg {
  text-align: center;
  opacity: 0.5;
}

.feed-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feed-container textarea {
  padding: 10px;
  border-radius: 4px;
  border: 2px solid var(--aui-pale-border);
  background-color: var(--aui-main-background);
  color: var(--aui-main-colour);
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all 0.2s ease;
}

.feed-container textarea:focus {
  border: 2px solid var(--theme-colour);
}

.feed-text-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.feed-option {
  display: flex;
  align-items: center;
  gap: 5px;
}

.feed-option label {
  font-size: var(--font-size-14);
  font-weight: unset !important;
}

.feed-checkbox {
  accent-color: var(--theme-colour);
  color: var(--aui-main-colour);
}

.feed-radio {
  accent-color: var(--theme-colour);
  color: var(--aui-main-colour);
}

.feed-option {
  color: var(--aui-main-colour);
}

.feed-btn {
  /* display: flex */
  background-color: var(--theme-colour);
  color: #fff;
  border: 2px solid var(--theme-colour);
  border-radius: 30px;
  position: relative;
  width: 100px;
  min-height: 30px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 10px;
}

.feed-btn:hover {
  filter: brightness(90%);
}

.fb-errorborder {
  border: 2px solid var(--aui-error-colour) !important;
}

/* Webinars & Training */


.wt-resource-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow-y: scroll;
  box-sizing: content-box;
}

/* My Account */

.account-card {
  display: flex;
  flex-direction: column;
}

.account-header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  gap: 10px;
}

.account-content {
  width: 100%;
}

.course-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.course-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.coursename-column {
  width: 50%;
}

.year-column {
  width: 25%;
}

.account-inputbox {
  height: 30px;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid var(--aui-pale-border);
  background-color: var(--aui-main-background);
  box-sizing: border-box;
}

.account-selectbox {
  height: 30px;
  width: 100%;
  padding-left: 10px;
  border-radius: 6px;
  border: 1px solid var(--aui-pale-border);
  background-color: var(--aui-main-background);
  box-sizing: border-box;
}

#kb-change-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kb-change-image-container {
  display: flex;
  width: 80px;
  height: 80px;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.hd-image-button {
  display: flex !important;
  height: 80px !important;
  width: 80px !important;
  background-color: transparent;
  border: none;
  padding: 0;
}

.hd-image-button:hover {
  background-color: transparent !important;
  border: none;
  padding: 0;
}

.hd-upload {
  position: absolute !important;
}

.changeimage {
  display: block;
  opacity: 0;
  background-image: url(../images/svgs/changeimage.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}

.enrollments {
  background-image: url(../images/svgs/enrollments-icon.svg);
  background-image: var(--svg-enrollments-icon);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.balances {
  background-image: url(../images/svgs/balance-icon.svg);
  background-image: var(--svg-balance-icon);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.stats {
  background-image: url(../images/svgs/booking-stats-icon.svg);
  background-image: var(--svg-booking-stats-icon);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.appearance {
  background-image: url(../images/svgs/appearance-icon.svg);
  background-image: var(--svg-appearance-icon);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.lockers {
  background-image: url(../images/svgs/lockers.svg);
  background-image: var(--svg-lockers);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.usettings {
  background-image: url(../images/svgs/usettings.svg);
  background-image: var(--svg-usettings);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.thumbup {
  background-image: url(../images/svgs/thumbs-up-outline.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 42px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.thumbdown {
  background-image: url(../images/svgs/thumbs-down-outline.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 42px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s ease;
}

@keyframes bounce {
  0%, 100% {
      transform: scale(1);
  }
  50% {
      transform: scale(0.8);
  }
}

.thumbup-solid {
  background-image: url(../images/svgs/thumbs-up-solid.svg) !important;
  animation: bounce 0.3s ease-in-out;
}

.thumbup:hover {
  background-image: url(../images/svgs/thumbs-up-solid.svg) !important;
}


.thumbdown-solid {
  background-image: url(../images/svgs/thumbs-down-solid.svg) !important;
  animation: bounce 0.3s ease-in-out;
}

.thumbdown:hover {
  background-image: url(../images/svgs/thumbs-down-solid.svg) !important;
}

.hd-expand {
  background-image: url('icons/expand.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.contract {
  transform: rotate(45deg);
}

.account-subheading {
  font-size: var(--font-size-13);
  opacity: 0.5;
}

.bookingstat-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bookingstatdial {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid var(--theme-colour);
  width: 40px;
  height: 40px;
}

.account-option label {
  font-weight: unset;
}

.account-option .sisoui-dropdown {
  max-height: 100px !important;
  width: unset !important;
}

.account-option .sisoui-select-input-box {
  min-height: unset !important;
  background-color: var(--aui-main-background) !important;
}

.colour-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.colour-column label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  vertical-align: middle;
  text-align: center;
}

.colour-selector-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 25px;
}

.colour-selector-grid > .colour-column {
  flex: 1 1 35%; /*grow | shrink | basis */
  height: 100px;
}

.color {
  border-radius: 50%;
  border: 1px solid #000;
  width: 28px;
  height: 28px;
}

input[type="color"] {
	-webkit-appearance: none;
	border: none;
  box-sizing: border-box;
  height: 28px;
  width: 28px !important;
  max-width: 28px;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background: 0 0;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
  /* border: none; */
}
input[type="color"]::-webkit-color-swatch {
  border-radius: 50%;
	border: 1px solid var(--aui-main-colour);
}

.top-band-atoolbar-active {
  top: 50px !important;
}

[interface="MOBILE"] .atoolbar-active, [bui="true"] .atoolbar-active {
  height: calc(100% - 50px);
  bottom: 0;
  top: unset;
}

/* Progress Bar */

.task-progress-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 50px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.task-progress-container:hover {
  filter: drop-shadow(2px 4px 6px rgba(45, 62, 80, 0.03));
}

.task-progress-container:hover h3 {
  text-decoration: underline;
}

.tourguide-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    top: 10px;
    right: 10px;
    user-select: none;
}

.tourguide-progress-outer {
  position: relative;
  border: 1px solid var(--aui-pale-border);
  top: 0;
  height: 18px;
  width: 100%;
  background-color: var(--aui-pale-background) !important;
  border-radius: 8px;
}

.tourguide-progress-bar {
    height: 16px;
    background-color: var(--theme-colour);
    border-radius: 8px;
    transition: width .5s ease;
}

.tourguide-progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.7;
  pointer-events: none;
  transform: rotate(0deg);
  transform-origin: top left;
}

.tourguide-progress-percent {
  position: unset !important;
  left: -33px;
  top: -5px;
  font-size: var(--font-size-16);
  font-weight: 600;
  text-align: right;
  color: var(--aui-main-colour);
}

/* Tasks */

.hd-tasks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hd-task {
  display: flex;
  flex-direction: column;
  padding: 10px 18px;
  border: 1px solid var(--aui-pale-border);
  border-radius: 8px;
  background-color: var(--aui-pale-background);
  pointer-events: none;
}
