/* ::-webkit-scrollbar {
    display: none;
} */

.slide-fade-left-enter-active {
  transition: all 0.2s ease-out;
}

.slide-fade-left-leave-active {
  transition: all 0.2s ease-out;
}

.slide-fade-left-enter-from,
.slide-fade-left-leave-to {
  transform: translateX(-325px);
  /* opacity: 0.7; */
}

.slide-fade-right-enter-active {
  transition: all 0.2s ease-out;
}

.slide-fade-right-enter-from {
  transform: translateX(325px);
  /* opacity: 0.7; */
}

.slide-menu-right-enter-from {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(321px, 0);
  -webkit-transform: translate(321px, 0);
}

.slide-menu-right-leave-to {
  transform: translate(321px, 0);
  -webkit-transform: translate(321px, 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;
}

.docMainMenuSubHeading-bg{
	position:absolute;
	z-index:0;
	top: -65px;
    left: 39px;
    width: 100%;
}

.docMainMenuSubHeading-bg circle{
	fill: var(--aui-font-selection, #FFFFFF);;
	opacity:0.1;
}

.hd-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: var(--aui-pale-background);
  height: 100%;
  width: 100%;
  z-index: 10;
}

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: 14px;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  color: var(--aui-main-colour);
  border: 1px solid #d6d6d6;
  background-color: #fff;
  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;
}

#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);
}

#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;
}

.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;
}

.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(30%);
}

.action-top {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.action-top-home {
  position: absolute;
  top: 10px;
  right: 10px;
  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/details-icon.svg);
  background-image: var(--svg-details-icon);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 32px;
  height: 30px;
}

.logout {
  background-image: url(../images/svgs/logout.svg);
  background-image: var(--svg-logout);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 32px;
  height: 30px;
}

.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;
}

.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;
}

.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/bulb.svg);
	background-image: var(--svg-bulb);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.chat {
  background-image: url(../images/svgs/contactus.svg);
	background-image: var(--svg-contactus);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.feedback {
	background-image: url(../images/svgs/feedback.svg);
	background-image: var(--svg-feedback);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 30px;
}

.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;
}

/* .smarthub-helpdesk {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: calc(100% - 73px);
  width: 320px;
  background-color: var(--aui-pale-background);
  overflow: hidden;
  border-bottom: 1px solid var(--aui-pale-border);
  top: 73px;
  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;
} */

.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;
}

.hd-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  width: 100%;
  background-color: var(--theme-colour);
}

.hd-body {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 15px;
  overflow: hidden;
  background-color: var(--aui-pale-background);
  z-index: 5;
}

.hd-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow-y: scroll;
  transition: all 0.2s ease;
}

.account-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: max-content;
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--aui-main-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-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;
}

.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);
}

.content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.card-header {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-datetime {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-location {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-style: oblique;
}

/* Knowledge Base */

.kb-header {
  display: flex;
  align-items: flex-end;
  height: 85px;
  box-sizing: border-box;
  padding: 10px 18px;
}

.kb-title {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--aui-main-colour);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.7px;
}

.kb-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--aui-main-colour);
}

.kb-centerised {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

.kb-action {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 13px;
  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-body {
  padding: 0px 12px 18px;
  overflow: hidden;
}

.kb-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: all 0.2s ease;
}

.kb-header-toolbar {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.kb-resource-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow-y: scroll;
  box-sizing: content-box;
}

.kb-article-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: scroll;
  box-sizing: content-box;
  color: var(--aui-main-colour);
  font-size: 13px;
  padding: 12px;
  border: 1px solid var(--aui-pale-border);
  border-radius: 8px;
  background-color: var(--aui-main-background);
  min-height: 560px;
}

.kb-article-body img {
  border-radius: 8px;
  width: 100%;
}

/* Feedback */

.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-main-background);
  min-height: 570px;
}

.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;
  gap: 14px;
  justify-content: center;
}

.feed-container textarea {
  padding: 10px;
  border-radius: 4px;
  border: 2px solid var(--aui-pale-border);
  background-color: var(--aui-pale-background);
  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-option {
  display: flex;
  align-items: center;
  gap: 5px;
}

.feed-option label {
  font-size: 14px;
  font-weight: unset !important;
}

.feed-checkbox {
  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;
}

.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-pale-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-pale-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;
}

.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: 13px;
  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;
}

.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);
}