/* font-family: -apple-system,BlinkMacSystemFont,"Inter",Helvetica,Arial,sans-serif; */
/* https://fonts.google.com/knowledge/using_type/loading_variable_fonts_on_the_web */
@font-face{
	font-family: "Inter";
	font-stretch: 100%;
	src: url(fonts/InterVariable.ttf);
}

body {
    font-family: -apple-system,BlinkMacSystemFont,'Inter',Helvetica,Arial,sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
    font-size: 14px;
    line-height: 1.5384616;
}

.nav-title {
    font-size: 16px;
    line-height: 1.5384616;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

h1, .h1 {
    font-size: 28px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: inherit;
    color: #1267c5;
}

.text-bold-600 {
	font-weight: 600;
}

.text-subheading {
	color: #999999 !important;
}

.heading-elements:not(.visible-elements) .heading-text {
    margin-top: 0px;
}

.heading-elements {
    background-color: transparent;
}

.form-control {
	font-size: 14px;
}

.form-control:focus {
    border-color: #72aee4;
    outline: none;
}

.footer {
	font-size: 13px;
}

li {
    line-height: inherit;
}

/* fix for icomoon icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: icomoon;
}

li [class^="icon-"], li [class*=" icon-"] {
    width: inherit;
    text-align: center;
}

.sidebar {
    border-right: none;
    padding: inherit;
    /* overflow: visible; */
}

.sidebar-body {
	padding: 0px 20px;	
}

.sidebar-course {
	width: 340px;
	/* box-shadow: -1px 0px 33px -20px rgb(0 0 0 / 94%); */
}

.sidebar-coaching .navigation > li.active > a, .sidebar-coaching .navigation > li.active > a:hover, .sidebar-coaching .navigation > li.active > a:focus {
    background-color: #0e88e8;
    color: #fff;
}

.sidebar-demo .navigation > li.active > a, .sidebar-demo .navigation > li.active > a:hover, .sidebar-demo .navigation > li.active > a:focus {
    background-color: #66BB6A;
    color: #fff;
}

.sidebar-administration .navigation > li.active > a, .sidebar-administration .navigation > li.active > a:hover, .sidebar-administration .navigation > li.active > a:focus {
    background-color: #3d3d3d;
    color: #fff;
}

.sidebar-xs .sidebar-coaching .navigation > li > a > span {
    background-color: #0e88e8;
    border-color: #0e88e8;
    color: #fff;
}

.sidebar-xs .sidebar-demo .navigation > li > a > span {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
}

.sidebar-xs .sidebar-administration .navigation > li > a > span {
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    color: #fff;
}

.navbar-lg .navbar-text {
    padding-right: 30px;
    border-bottom: none !important;
}

@media (min-width: 769px) {
  .nav-tabs > li {
    font-size: 14px;
  }
}

.navigation-header .nav-help {
	cursor: pointer;	
}

.navigation-header .nav-help:hover {
	opacity: 0.75;	
}

.media-list-linked .media-selection {
    padding-top: 10px;
    padding-bottom: 8px;
}

textarea {
    resize: vertical;
}

.xspSection-header {
    padding: 0px;
}

.xspWidgetContainer .panel-heading {
    border-top: 1px solid #DDDDDD;
}

.checkbox-table {
	vertical-align: middle;	
}

.list-group-item-reply {
    padding: 3px 0px !important;
}

.list-group-item-reply:hover, .list-group-item-reply:focus {
    background-color: white !important;
    opacity: 0.75;
}

.list-group-item-action {
	margin-left: 20px;
    padding: 3px 0px !important;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    background-color: white !important;
    opacity: 0.75;
}

/* images */

.img-xxs {
    width: 20px!important;
    height: 20px!important;
}

.img-xlg {
  width: 64px!important;
  height: 64px!important;
}

.thumb-rounded {
    width: 50%;
}

/* 
.header-highlight .navbar-header {
    border-bottom: 1px solid #30353b;
}
*/

.page-title {
	padding-top: 22px;
}

.page-title .breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand {
    float: left;
    padding: 4px 18px;
    height: 46px;
}

.navbar-lg .navbar-brand {
    padding-top: 3px;
	padding-bottom: 2px;
}

.navbar-brand > img {
    height: 40px;
    max-width: 223px;
}

.navigation {
    padding: 25px 0;
}
    
.navigation > li > a {
    padding: 12px 20px;
    min-height: 34px;
    font-weight: 300;
}

.navigation > li ul li a {
    font-weight: 300;
}

@-moz-document url-prefix() {
  .navigation > li > a {
    	font-weight: 400;
	}
	.navigation > li ul li a {
	    font-weight: 400;
	}
}

.navigation li + .navigation-header {
    margin-top: 10px;
}


/* fix for select */

select[multiple], select[size] {
	height: 36px;
	padding: 7px 12px;
}

.form-label {
	display: inline-block;
    margin-bottom: 7px;
    font-weight: 400;
}

.result-link:after {
    margin-left: 5px;
    margin-right: 5px;
    content: '\2022';
    color: #ccc;
}

/* tables */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 4px;
}

.data-table > thead > tr > th, .data-table > tbody > tr > th, .data-table > tfoot > tr > th, .data-table > thead > tr > td, .data-table > tbody > tr > td, .data-table > tfoot > tr > td {
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 20px;
}

.overflow-nowrap {
	max-width: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;		
}

.text-overflow-nowrap {
	max-width: 400px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.heading-overflow-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.page-title small.display-block {
    margin-left: 45px;
}
*/

tr.completed,
tr.completed td {
    /* 
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NkYGCQBAAAIwAbDJgTxgAAAABJRU5ErkJggg=='); 
    background-repeat: repeat-x;
    background-position: 50% 50%;
    */
    background: transparent url("strike.png") 0 50% repeat-x;
    
}

.strikethrough {
	text-decoration: line-through;
}	

/* forum and replies */

.forumView .xspForumPost .media-left {
    width: 10px;
}
.forumView .xspForumPost {
    padding: 0px;
    border: none;
    line-height: 1.5384616 !important;
}

.forumView .media {
	margin-top: 5px;
	margin-bottom: 18px;
}

/* dropzone */

.dropzoneArea {
    width: 100%;
    height: auto;
    background: #fff;
    border: 2px dashed #ccc;
    min-height: 50px;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
}

.dropzone {
	border: 2px dashed #ccc !important;
	border-radius: 5px !important;
    min-height: 100px !important;
}

.dropzone-sm {
	border: 2px dashed #ccc !important;
	border-radius: 5px !important;
    min-height: 50px !important;
}

.dropzone .dz-default.dz-message {
    height: 90px;
    width: 100%;
    margin-top: -12px;
    top: 15%;
    left: 0;
    padding: 0px;
}

.dropzone .dz-default.dz-message:before {
    font-size: 40px;
    top: 12px;
    width: 80px;
    height: 80px;
    margin-left: -32px;
}

.dropzone .dz-default.dz-message span {
    font-size: 16px;
    margin-top: 60px;
}

.dropzone-sm .dz-default.dz-message {
    height: 50px;
    width: 100%;
    margin-top: 5px;
    top: 15%;
    left: 0;
    padding: 0px;
}

.dropzone-sm .dz-default.dz-message:before {
    font-size: 30px;
    top: 12px;
    width: 80px;
    height: 50px;
    margin-left: -32px;
}

.dropzone-sm .dz-default.dz-message span {
    font-size: 16px;
    margin-top: 20px;
}

.dz-custom-preview {
	background-color: #fcfcfc !important;
	border-radius: 4px !important;
	padding-left: 12px !important;
	padding-right: 28px !important;
	margin: 5px !important;
}

.dz-custom-preview:hover {
	cursor: pointer;
	border: 1px solid #cdcdcd;
}

.dz-custom.dz-progress {
	position: absolute;
    z-index: 9;
    left: inherit !important;
    right: 7px !important;
    top: 7px !important;
	height: 0px !important;
}

.dz-custom.dz-success-mark {
	bottom: 10px;
}

/* modal dialogs */

.xsp-responsive-modal {
    position: fixed !important;
}

.xsp-responsive-modal .modal-body, .xsp-responsive-modal .modal-footer {
	padding: 20px;
}

.modal-small > .modal-dialog {
	width: 420px;
}

.modal-medium > .modal-dialog {
	width: 740px;
}

.modal-large > .modal-dialog {
	width: 900px;
}

.modal-extra-large > .modal-dialog {
	width: 1095px;
}

.modal-full > .modal-dialog {
    width: 74%;
    margin-left: 14%;
    margin-right: 14%;
}

.modal-chat > .modal-dialog {
	width: 520px;
}

.dijitDialogUnderlay {
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.xsp-responsive-modal .modal-content {
    padding-left: 5px;
    padding-right: 5px;
}

.list-group {
    padding: 0px 0;
}

.list-group-item {
    padding: 6px 20px;
}


/* sidebars panels*/

.media-left-large, .media > .pull-left {
    padding-right: 20px;
    width: 30%;
}

/* simplemde editor 

.CodeMirror, .CodeMirror-scroll {
	min-height: 250px !important;
}

.CodeMirror {
	height: 250px !important;
}

*/

.CodeMirror {
    height: 150px !important;
    min-height: 150px !important;
}

.CodeMirror > .CodeMirror-scroll {
	min-height: 135px;
}

.alert-button {
	float: right;
	margin-top: 7px;
}

/* Radio buttons */

.radio td, .checkbox td {
    padding-left: 0px;
}

.radio label, .checkbox label {
    padding-left: 25px;
}

.radio, .checkbox {
    margin-top: 2px;
    margin-bottom: 8px;
}

.radio-label {
	font-weight: 500 !important;	
}

/* Dashboard */

.growth-points {
	font-size: 23px;	
}

.text-metric {
	font-size: 36px;
}

.text-link:hover {
	opacity: 0.85;
}

.tool-category {
	font-size: 18px;
}

.tool-category>.badge {
	font-size: 13px;
}

.metric-percent {
	font-size: 21px;
}


.icons-list a[data-action="reload-user-logins"]:after {
    content: '\e9fb';
}

.favourite {
	width: 105px;
	margin-bottom: 0px;
}

.growth_info, .growth_info:focus {
	color: inherit;
}

.growth_info:hover {
	opacity: 0.65;
    color: white;
}

.shared-image {
    position: absolute;
    left: 16px;
    top: -2px;
    border: 2px solid;
    color: white;
}

.shared-image-2 {
    position: absolute;
    left: 34px;
    top: -2px;
    border: 2px solid;
    color: white;
}

.image-stack {
	display: inline-block;
  	position: relative;
  	min-width: 0px;
    max-width: 22px;
}

.img-stack {
	border: 2px solid white;
}

/*
.image-stack:nth-child(n+2) { margin-left: -10px; }
*/

.mail-attachments-container {
    padding-left: 0px;
}

.forumView .media-list ul {
    list-style-type: disc;
}

.forumView .media-list li {
    line-height: 1.5384616;
}

.mail-attachments-container-noborder {
    padding-top: 0px;
    padding-bottom: 10px;
    border-top: none;
}

.tool-preview {
	border: 1px solid #ddd !important;
}

.roadmap-list .media {
	margin-top: 6px;
}

.roadmap-checkbox {
	margin-bottom: 2px !important;
}

.roadmap-checkbox .checkbox {
	margin-bottom: 0px !important;
}

.roadmap-panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    margin-bottom: 0px;
}

.roadmap-heading-text {
	margin-top: 4px!important;
}

.heading-thumbnails > li img {
    max-height: 37px;
}

.help-block {
    font-size: 13px;
}

.media-annotation {
    font-size: 13px;
}

.media-insight {
    margin-top: 12px;
}

.gps-radio .radio {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.gps-heading {
	font-size: 14px;
}

.chart-axis-text {
	margin-left: 85px;
	margin-top: -15px;
}

.applayout-titlebar-inner ul:nth-child(2) > li {
    margin-left: 0px;
}

.thumbnail a>img:hover {
  opacity: 0.7;
}

.checkbox-group > .checkbox {
	margin-bottom: 3px;
}

.activityNote > .CodeMirror {
	min-height: 380px !important;
}

.actionText > .CodeMirror {
	min-height: 140px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.replyText > .CodeMirror {
	min-height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 7px 10px;
}

.actionText > .CodeMirror > .CodeMirror-scroll {
	min-height: 140px;
}

.replyText > .CodeMirror > .CodeMirror-scroll {
	min-height: 60px;
}

.list-feed > li {
    padding-bottom: 5px;
}

.list-feed > li:before {
    top: 6px;
}

.popover {
    max-width: 576px;
}

.silence-icon {
	margin-right: 2px;
}

/* hopscotch */
div.hopscotch-bubble .hopscotch-bubble-content {
    margin: 0 0 0 3px !important;
}

/* Quill Editor */

.ql-container {
    font-family: inherit !important;
    font-size: 14px !important;
}

.ql-editor.ql-blank::before {
    font-style: inherit !important;
}

.ql-content {
	line-height: 1.5384616 !important;
    padding: 0px !important;
}

.ql-content > p {
	margin: 0 0 0px;
}

.ql-action-content > p {
    padding-bottom: 4px;
    padding-top: 2px;
}

.ql-container.ql-snow {
	min-height: 250px;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*

.ql-bubble {
	min-height: 80px;
    border: 1px solid #ddd;
	border-radius: 6px;
}

*/

.ql-bubble {
	min-height: 80px;
    border: none;
}

/* Tell Quill not to scroll */
#quill-container {
  	height: auto;
  	min-height: 100%;
}

#quill-container .ql-editor {
 	overflow-y: visible; 
  	border: 1px solid #ddd;
}

#scrolling-container {
  	height: 100%;
  	min-height: 100%;
  	overflow-y: auto;
}

#scrolling-container-where {
  	height: 100%;
  	min-height: 100%;
  	overflow-y: auto;
}

.ql-toolbar.ql-snow {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	padding: 10px 8px 10px 8px !important;
}

.radio-heading {
	font-size: 14px;	
}

/* tab bottom style */
.nav-tabs.nav-tabs-bottom > li.active > a::after {
    background-color: #2196F3;
}

.icon-4x {
    font-size: 90px;
}

.panel-alert {
	border: none !important;
	padding-top: 10px;
	padding-bottom: 15px;
}

.unread-mark {
	position: relative;
	top: -8px;
	left: 6px;	
}

/* tribute mentions */

.tribute-container ul {
	background-color: #fff !important;
	border: 1px solid #ececec;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(30, 30, 30, .08);
}

.tribute-container li.highlight {
    color: #fff;
    background: #1E88E5 !important;
}

.mentioned-user {
	color: black;
}

.mentioned-user:hover {
	color: black;
	opacity: 0.85;
}

[contenteditable="true"]:focus {
    outline: none;
}

/* sortablejs */

.list-move {
  cursor: move;
}

.ghost {
  opacity: .5;
}

.topic-row-unread {
	border-left: #2196f3;
	border-left-style: solid;
}

.alert-dashboard {
	margin-bottom: 0px;
	border-radius: 0px;
	padding: 12px;
	font-weight: 500;
}

/* select2 */

.select2-selection--multiple .select2-selection__choice {
    background-color: #E6E6E6;
    color: #070707;
}

/* Tablet */
@media all and (max-width: 1440px) {
	th.col-responsive {
        display:none !important;
		width:0;
		height:0;
		opacity:0;
		visibility: collapse;		
    }
    td.col-responsive {
        display:none !important;
		width:0;
		height:0;
		opacity:0;
		visibility: collapse;		
    } 
}

.body-flat {
	background-color: #f9f9f9;
}

.body-plain {
	background-color: #fff;
}

/* chat */
.chat-messages {
	overflow-y: auto;
	height: calc(100vh - 250px);
	position: relative;
}

.chat-messages-list {
	overflow: auto;
	height: 85vh;
}

.badge-chat {
	padding-top: 1px;
}

.chat-media-unread {
	color: #333333;
	font-weight: 500 !important;
}

.read-mark {
    height: 16px;
    border-radius: 50%;
    border: none;
    color: #66BB6A;
    position: absolute;
    top: 0px;
    right: 16px;
    background-color: #fff;
}

.notification-title {
	font-size: 15px;
}

.panelDisplayNone {
	display: none;	
}
.panelDisplayVisible {
	display: inherit;	
}

.forum-topic-panel {
	margin-bottom: 14px;
}

.forum-topic-panel:hover {
	border: 1px solid #bbb;
	cursor: pointer;
}

.forum-topic-body {
	padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 2px;
    padding-left: 12px;
}

.forum-topic-content {
	max-height: 60px;
    overflow-y: clip;
    margin-bottom: 5px;
}

.forum-topic-title {	
	font-size: 17px;
	font-weight: 600;
	margin-top: 5px;
    margin-bottom: 7px;
}

.media-sm {
	padding-right: 14px;
}

.forum-topic-info {
	padding-top: 2px;
}

.forum-topic-fade {
	-webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
}

.forum-navbar {
	z-index: auto !important;
}

.forum-navbar-search {
	padding-top: 3px;
	margin-right: 8px;
	z-index: auto;
}

.navbar-padded {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}

.topic-row {
    max-height:40px;
    overflow:hidden;
    text-overflow: ellipsis;
    content: "";
    position:relative;
}

.topic-row:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 20px, white);
}

.content-group-md {
    margin-bottom: 25px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-30 {
	padding-bottom: 30px;
}

.position-left-sm {
	margin-right: 2px;
}

.mail-attachments > li {
    margin-top: 0px;
}

.like-icon, .like-text {
	vertical-align: middle;
 	display: inline-block;
}

.like-icon {
	margin-right: 4px;
}

.feather-icon-like {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.goal-panel:hover {
	border: 1px solid #bbb;
	cursor: pointer;	
}

/* board */

.action-board {
	margin-bottom: 12px;
	border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
}

.action-board:hover {
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.05);
	border-color: #cacaca;
}

.column {
	min-height: 120px;
}

.column-menu {
    position: relative;
    float: right;
    top: -40px;
    right: 8px;
}

.ui-board-highlight { 
	border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 12px;
}

.board-menu-icon {
    vertical-align: middle !important;
    margin-right: 4px;
}

.board-menu-text {
    vertical-align: middle !important;
}

.action-board-date {
  	font-size: 13px;
    padding: 3px 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #797979;
}

.action-board-replies {
	text-align: right;
	vertical-align: middle;
}

.action-board-text {
	vertical-align: middle !important;
}

.action-board-date.overdue {
    border: 1px solid #F44336;
    color: #F44336;
}

.action-board-reply {
  	font-size: 13px;
    color: #797979;
    margin-left: 25px;
}

.nav-heading-text {
	margin-top: 8px;
	margin-right: 30px;
}

.btn-filter {
	background-color: #fff;
}

.navbar-filter-container {
	display: flex;
    flex: 0 0 auto;
    margin-top: 3px;
}

.navbar-filter {
	align-items: center;
    display: flex;
    margin-left: auto;
}

.navbar-options-container {
	display: flex;
    flex: 0 0 auto;
}

.navbar-options {
	align-items: center;
    display: flex;
}

.resource-text {
	height: 42px;
	display: inline-block;
}

.media-heading .media-annotation {
    margin-left: 5px;
}

.dropdown-menu-large {
	min-width: 200px;
}

.content-wrapper.content-wrapper-plain {
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}

.content-wrapper.content-wrapper-full {
	background: #fff;
}

.action-footer {
	text-align: right;
	margin-bottom: 3px;
}

/* Sidebar chat */

.sidebar-chat {
	width: 420px;
	border-right: 1px solid #ddd;
	z-index: 97;
}

.sidebar .dropzone .dz-default.dz-message::before {
  font-size: 40px;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  top: 16px;
}

.sidebar .dropzone .dz-default.dz-message > span {
  margin-top: 60px;
  font-size: 16px;
}

.content-chat {
	border: 1px solid #ddd;
	border-radius: 6px;
}
/*

.sidebar-secondary {
  display: none;
  height: 100vh;
  transform: translateX(-100%);
  box-shadow: -1px 0px 33px -20px rgb(0 0 0 / 94%);
  transition: transform 150ms cubic-bezier(0, 0, 0.35, 1);
}

 
	transition: transform 150ms cubic-bezier(0, 0, 0.35, 1);
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;


@media (min-width: 769px) {
  .sidebar-secondary-visible {
    display: block;
  	transition: transform 150ms cubic-bezier(0, 0, 0.35, 1);
  }
}

.sidebar-secondary-collapsed {
	transform: translateX(-100%);
}

.sidebar-inbox {
	width: 440px;
}

transition-property: all;
transition-duration: 150ms;
transition-timing-function: cubic-bezier(0, 0, 0.35, 1);
transition-delay: 0s;

*/

.sidebar-inbox {
	opacity: 1;
	display: block;
	width: 500px;
	left: -530px;
	height: calc(100vh - 90px);
	overflow-y: auto;
	z-index: 98;
	box-shadow: -1px 0px 33px -20px rgb(0 0 0 / 94%);
 	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0, 0, 0.35, 1);
	transition-delay: 0s;
}

.sidebar-inbox.expand {
	opacity: 1;
	left: 0px;
	height: calc(100vh - 53px);
}

.sidebar-inbox .nav-tabs > li > a {
  background-color: #fff;
}

@media (max-width: 800px) { 
  .sidebar-inbox {
    display: none; 
  }
}

.inbox-group:hover {
	background-color: #fafafa;
	border-radius: 5px;
}

.inbox-group.media-list-linked .media-link:hover, .media-list-linked .media-link:focus {
 	background-color: #fafafa;
}

.inbox-group .inbox-actions {
	display: none;
	position: absolute;
	top: 10px;
	right: 20px;
}

.inbox-group:hover .inbox-actions {
	display: inline-block;
}

.inbox-heading.heading-elements {
	right: 10px
}

.inbox-item-heading {
	max-width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inbox-alert {
	cursor: pointer;
}

.inbox-alert:hover {
	border: 1px solid #bbb;
	cursor: pointer;
}

.diagnostic-heading {
	font-weight: bold;
	font-size: 32px;
	color: rgb(0,53,147);
}

.diagnostic-heading.diagnostic-heading-lg {
	font-size: 32px;
}

.diagnostic-heading.diagnostic-heading-md {
	font-size: 25px;
}

.diagnostic-heading.diagnostic-heading-sm {
	font-size: 19px;
}

.diagnostic-heading.diagnostic-heading-xs {
	font-size: 14px;
}

.diagnostic-title-wrapper {
	display: flex !important;
}

.diagnostic-title-lv1 {
	flex:1;
    display:flex;
    flex-direction:column;
}

.diagnostic-title-lv0 {
    margin-top: auto;
    line-height: 1.25;
}

.diagnostic-thumb {
	float: right !important;
}

@media (max-width: 992px) {
	.diagnostic-thumb {
		float: left !important;
	}
}

.diagnostic-info-box {
	background: rgb(153,213,234,0.8);
	border-radius: 8px;
	color: black;
	margin-bottom: 26px;
}

.diagnostic-detail {
	color: rgb(0,53,147);
	font-size: 15px;
}

.diagnostic-detail p {
	color: rgb(0,53,147);
	font-size: 15px;
}

.diagnostic-detail li {
	color: rgb(0,53,147);
	font-size: 15px;
	padding-left: var(--icon-space);
}

.diagnostic-detail ul {
	--icon-space: 1em;
	/*padding: 0;*/
}

.diagnostic-detail ul li::marker {
  content: "\e600";
  font-family: icomoon;
  font-size: var(--icon-size);
  color: #4FC3F9;
}

 @media (max-width: 1492px) {
 	.navbar-filter {
 		display: none;
  }
}

.modules-container {
	height: calc(100vh - 200px);
	overflow-y: auto;
}

.module-container {
	height: calc(100vh - 100px);
	overflow-y: auto;
}

.course-progress {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom-color: #ddd;
}

.module-icon {
	font-size: 20px;
}

.module-video-icon {
	vertical-align: -0.2107em !important;
}

.module-link {
  	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.module-active {
	/* background-color: #ddf7ff; */
	background-color: #e1f4ff;
}

.module-link:hover {
	background-color: #e1f4ff !important;
}

.course-nav-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom-color: #eee;
}

.course-tile {
	border-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.course-tile:hover {
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.05);
	border-color: #cacaca;
}

.course-cover-image {
	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.course-cover-image-preview {
	border-radius: 8px;
	max-height: 150px;
}

.course-cover-image:hover {
	
}

.course-title {
	margin-bottom: 4px;
	font-size: 1.2em;
	font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.33;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.course-tile-text {
	margin-bottom: 4px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.33;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.course-tile-activity {
	margin-top: 3px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.worksheet-container {
	padding-left: 35px;
}

/* Froala */
.fr-no-borders thead tr th, .fr-no-borders tbody tr td  {
	border: none;
}

.fr-box.fr-basic .fr-element.fr-view {
 	font-family: 'Inter',-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5384616;
}

.fr-box.fr-basic .fr-element.fr-view > p {
    margin: 0 0 0px;
}

.fr-toolbar.fr-top {
	border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.fr-second-toolbar {
	border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

/* fix for image controls in modal */
.fr-popup {
	z-index: 2000 !important;
}

/* file previews */
.cloud-file-icon {
	position: absolute;
	z-index: 9;
	right: 8px;
	top: 7px;
}

.option-toggle:hover, .option-toggle:active {
	color: #0073d3;
	opacity: 1 !important;
}

/* Flatpickr */
.flatpickr-current-month {
  font-size: 105% !important;
}

.ph-bottom {
	vertical-align: bottom !important;
}

.ph-middle {
	vertical-align: middle !important;
}

/* Google Drive Picker */
.picker-dialog {
	z-index: 1060 !important;
}

/* OneDrive dialog */
.onedrive-dialog {
	z-index: 1052 !important;
}

.dropzone-container {
	border: 2px dashed #fff !important;
    border-radius: 5px !important;
}
.dz-drag-hover {
	border: 2px dashed #ccc !important;
    border-radius: 5px !important;
    background: rgba(0,0,0,0.04);
}

.attachment-preview {
    background-color: #fcfcfc !important;
    border-radius: 4px !important;
    padding-left: 12px !important;
    padding-right: 28px !important;
}

.attachment-preview:hover {
	cursor: pointer;
	border: 1px solid #cdcdcd;
}

.action-messages {
	overflow-y: auto;
	min-height: 100px;
	max-height: calc(100vh - 540px);
	position: relative;
}

/* GA 2023-03-13 force a scrollable table to keep the
	header from scrolling too
*/
.pre-scrollable thead th {
	position: sticky;
	top: 0px;
	background: white;
}

.pre-scrollable {
	max-height: 360px;
	overflow-y: auto;
}

.modal-footer .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 1px !important;
}

/* custom scrollbar */
.custom-scrollbar::-webkit-scrollbar {
  width: 20px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #cfcfcf;
}

/* Chrome, Edge, Safari */
.scroll-container::-webkit-scrollbar {
  width: 8px; /* space always reserved */
}

.scroll-container::-webkit-scrollbar-thumb {
  background: rgba(100, 100, 100, 0); /* fully transparent */
  border-radius: 4px;
  transition: background 0.3s ease; /* smooth fade */
}

.scroll-container:hover::-webkit-scrollbar-thumb {
  background: rgba(100, 100, 100, 0.5); /* fade in */
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: rgba(100, 100, 100, 0.8); /* darker on hover */
}

/* Firefox */
.scroll-container {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; /* hidden by default */
  transition: scrollbar-color 0.3s ease;
}

.scroll-container:hover {
  scrollbar-color: rgba(100, 100, 100, 0.5) transparent; /* fades in */
}


.report-container {
	min-width: min-content;
}

.diagnostic-container {
	max-width: 980px;
}

.diagnostic-container-enh {
	max-width: 1240px;
}

.diagnostic-container-wide {
	max-width: 1400px;
}

.report-chart-container {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-direction: column;
}

.xspFilter {
    background-color: #fcfcfc !important;
    border-radius: 4px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	margin-left: 6px !important;
	padding: 8px;
}

.xspFilter, .xspClose {
    color: #333333;
}

.list-inline-alert > li {
	padding-right: 20px;
    position: relative;
    font-size: 14px;
}

.video-button {
    background-color: #dddddd;
}

.bg-grey-light {
    background-color: #f5f5f5;
}

.bg-blue-diagnostic {
	background-color: #003593;
	border-color: #003593;
	color: #fff;
}

.tile-overflow {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.zoom-image i {
  top: 50%;
  left: 15%;
}

.navbar-component.navbar-flat {
    border-color: #fff !important;
    background-color: #fff;
    z-index: auto;
}

.checkbox-inline {
	padding-left: 23px !important;
}

.meeting-heading-area {
	margin-top: 6px;
	margin-right: 3px;
}

froala-content > p {
	margin: 0 0 0px;
}

.form-control.muted {
	color: #999999;
}

.record-sdk-loader {
	position: absolute;
    top: 220px;
    left: 300px;
    font-size: 100px;
    color: #fff;
}

.record-countdown {
	position: absolute;
    top: 150px;
    left: 320px;
    font-size: 130px;
    color: #ededed;
}

.dashboard-points-badge {
	font-size: 14px;
}

.message.active {
    background-color: #fafafa;
}

.panel {
    border-radius: 8px;
    border-color: #efefef;
}

.panel-heading {
    position: relative;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.panel-success > .panel-heading {
	border-top-right-radius: 8px;
  	border-top-left-radius: 8px;
}

.panel-danger > .panel-heading {
	border-top-right-radius: 8px;
  	border-top-left-radius: 8px;
}

/*
.panel-title {
	font-weight: 500;
}
*/

.btn-link-blue {
	color: #1E88E5;
}

.header-container {
  display: flex;
  justify-content: space-between;
}

.header-inner-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header-profile-container {
	display: flex;
  	align-items: center;
  	padding-left: 25px;
}

.header-inner-container .header-item {
	margin-left: 80px;
}

.flex-container {
	display: flex;
}

@media (max-width: 1620px) { 
  .header-hide-first {
    display: none; 
  }
}

@media (max-width: 1470px) { 
  .header-hide-second {
    display: none; 
  }
}

@media (max-width: 1270px) { 
  .header-hide-third {
    display: none; 
  }
}

.header-avatar {
	flex-grow:0;
}

.header-info {
	flex-grow:1;
	padding-left: 25px;
}

.header-metrics-container {
	margin-left: 120px;
}

.header-image-container {
  flex: 0 0 auto; /* Prevent image from stretching */
}

.header-image {
  width: 100%;
  height: 150px;
  border-radius: 8px;
}

.header-text-sm {
	font-size: 12px;
}

.header-text-md {
	font-size: 13px;
}

.header-text-lg {
	font-size: 14px;
}

.header-text-muted {
	color: #999999 !important;
}

.header-badge-lg {
	padding-left: 38px;
	padding-right: 38px;
}

.coach-info-container {
	display: flex;
  	justify-content: space-between;
}

.dashboard-panel {
    border-radius: 42px;
    padding: 20px;
    margin-left: 12px;
    margin-right: 12px;
}

.dashboard-panel-grey {
	background: #f3f3f3;
}

.dashboard-panel-black {
	background: black;
}

.dashboard-panel-orange {
	background: #FFB74D;
}

.dashboard-panel-blue {
	background: #1565C0;
}

.dashboard-panel-green {
	background: #4CAF50;
}

.dashboard-panel-default {
	border: 1px solid #ddd;
}

.dashboard-metric {
	font-size: 36px;
	font-weight: 700;
}

.dashboard-metric-black {
	color: black;
}

.dashboard-metric-white {
	color: white;
}

.dashboard-header-line {
	border-top: 1px solid #1267c5;
}

.dashboard-coach-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* AI Chat */

.sidebar-opposite {
	width: 380px;
}

.container-ai {
	max-width: 780px;
}

.ai-chat-messages {
	overflow-y: auto;
	height: calc(100vh - 265px);
	position: relative;
	padding-left: 20px;
	padding-right: 10px;
}


.input-ai {
	border: transparent;
	margin: 1px;
}

.response-ai .media-list ul {
    list-style-type: disc;
}

.response-ai p {
    margin: 15px 0 10px;
}

.response-ai h2 {
	font-size: 18px;
    font-weight: 600;
    color: black;
}

.response-ai h3 {
	font-size: 16px;
    font-weight: 600;
    color: black;
}

.response-ai h4 {
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.response-ai h5 {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.chat-list {
	max-height: none;
	overflow: hidden;
}

.chat-list .reversed .media-content:not([class*=bg-]) {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.chat-list .reversed .media-content {
    text-align: left;
    color: #000000;
}

.chat-list .media-content {
    border-radius: 20px;
    padding: 10px 20px;
}

.ai-container-body {
    margin: 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 130px);
}

.ai-chat-container {
    flex: 1;
   	overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 85px;
}

.ai-input-container {
    position: fixed;
    bottom: 25px;
    width: 350px;
    background-color: #fff;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-left: 15px;
    margin-bottom: 18px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.ai-input-container-full {
	max-width: 740px;
    position: fixed;
    bottom: 25px;
    width: 92%;
    background-color: #fff;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.ai-insights {
	margin-top: -3px;
	margin-bottom: 0px;
}

.ai-prompt {
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 10px;
	border-radius: 20px;
}

.ai-prompt-body {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	padding-right: 13px;
}

.ai-prompt:hover {
	border-color: #cacaca;
}

.ai-prompt-suggestions {
	margin-top: 25px;
}

.ai-disclaimer {
	position: relative;
    bottom: -45px;
    left: 12px;
    color: #444746;
}

/* Uicons */
.fi {
    line-height: 0.7em;
    text-align: center;
	font-size: 16px;
 	vertical-align: middle;
 	position: relative;
 	top: -1px;
}
