:root {
	--avia-font: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-move {
	cursor: move;
}
.avia-range-picker {
	background: #fff;
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid #ccc;
	width: auto;
	max-width: 100%;
	border-radius: var(--bs-border-radius-sm) !important;
	font-size: 15px;
}

.loader {
	width: 70px;
	height: 70px;
	display: inline-block;
	position: relative;
}

.loader::after,
.loader::before {
	content: "";
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #000;
	position: absolute;
	left: 0;
	top: 0;
	animation: animloader 2s linear infinite;
}

.loader::after {
	animation-delay: 1s;
}

@keyframes animloader {
	0% {
		transform: scale(0);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.dataTables_wrapper .dataTables_processing {
	/* display: none !important; */
	width: 100%;
	padding-top: 60px;
	box-shadow: none;
	border: none;
	z-index: 1;
}

.avia-dashboard table.dataTable th {
	text-align: left;
	font: normal normal normal 13px/15px var(--avia-font);
	font-family: var(--avia-font);
	letter-spacing: 0px;
	color: #1e2132;
	text-transform: uppercase;
	border-bottom: 1px solid #c7d1ea;
	position: relative;
	padding: 1.5em 0.5em;
	line-height: 30px;
	padding-right: 20px;
	background-position: 95% center !important;
	vertical-align: middle;
}

.avia-dashboard table.dataTable > thead > tr > th.select-checkbox:before {
	content: " " !important;
	margin-top: -6px;
	margin-left: -6px;
	border: 1px solid black;
	border-radius: 3px;
	position: relative;
	display: inline-block;
}

.avia-dashboard table.dataTable td {
	padding: 1.8215em 0.5em;
	color: #1e2132 !important;
	text-align: left;
	font: normal normal normal 14px/18px var(--avia-font);
	font-family: var(--avia-font);
	letter-spacing: 0px;
	border-bottom-color: #dfe5f2;
	vertical-align: middle;
	max-width: 230px;
	text-wrap: balance;
}

.avia-dashboard table.dataTable td.select-checkbox,
.avia-dashboard table.dataTable th.select-checkbox {
	/* padding-left: 14px; */
	width: 22px;
	cursor: pointer;
}

.avia-dashboard table.dataTable td.select-checkbox:before,
.avia-dashboard table.dataTable > thead > tr > th.select-checkbox:before {
	margin: 0;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 1px 3px #0000001f;
	border: 1px solid #c7d1ea !important;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	left: calc(50% - 6px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.avia-dashboard table.dataTable > tbody > tr > td.select-checkbox:after,
.avia-dashboard table.dataTable > thead > tr > th.select-checkbox:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	display: block;
	position: absolute;
	top: 1.2em;
	left: 50%;
	width: 12px;
	height: 12px;
}

.avia-dashboard
	table.dataTable
	> tbody
	> tr.selected
	> td.select-checkbox:after,
.avia-dashboard
	table.dataTable
	> thead
	> tr
	> th.select-checkbox.selected:after {
	content: "\f00c";
	text-shadow: none;
	color: #fff !important;
	margin: 0;
	/* left: calc(50% - 6px);
	top: calc(50% - 7px); */
	font-size: 14px;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.avia-dashboard table.dataTable tr.selected td.select-checkbox:before,
.avia-dashboard table.dataTable tr th.select-checkbox.selected:before {
	background-color: var(--bb-primary-color);
	border-color: var(--bb-primary-color) !important;
}

.avia-dashboard table.dataTable tr.selected td {
	background-color: #f6f8ff !important;
	box-shadow: inset 0 0 0 9999px #f6f8ff;
	box-shadow: inset 0 0 0 9999px #f6f8ff;
	vertical-align: middle;
}
.avia-dashboard table.dataTable th.select-checkbox:before {
	width: 18px !important;
	height: 20px !important;
}
.avia-dashboard table.dataTable th.select-checkbox:before {
	width: 18px !important;
	height: 18px !important;
	top: unset !important;
	bottom: -5px !important;
	transform: none !important;
	left: 2px !important;
}
.single-course-report.course-reports .table > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: transparent;
}
.avia-dashboard table.dataTable > thead > tr > th.select-checkbox:after {
	/* top: calc(50% - 4px) !important; */
}
.avia-dashboard table.dataTable thead > tr > th.sorting:after,
.avia-dashboard table.dataTable thead > tr > th.sorting:before {
	content: "";
}
.dataTables_paginate .active > .page-link,
.dataTables_paginate .page-link.active {
	color: var(--bb-body-background-color) !important;
	background-color: var(--bb-primary-color) !important;
	border-radius: 0px !important;
	border-color: var(--bb-primary-color) !important;
}
td.dataTables_empty {
	text-align: center !important;
}
.bs-search-form.dt-search-report {
	background: #fafafa 0% 0% no-repeat padding-box;
	border: 1px solid #c7d1ea;
	border-radius: 6px;
}
.report-download .dropdown-toggle {
	cursor: pointer;
	color: var(--bb-primary-color);
	font-size: 20px;
}
.report-download .dropdown-toggle:after {
	content: "" !important;
	border: none !important;
}

.report-download .dropdown-toggle + .dropdown-menu {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 15px #252f5029;
	border: 1px solid #c7d1ea;
	border-radius: 6px;
}
/* .bg-success-subtle {
    background-color: #0D930D !important;
	opacity: 0.07;
}
.bg-danger-subtle {
    background-color: #930D0D !important;
	opacity: 0.07;
} */

.progress-box {
	border-radius: 2px;
	width: 50px;
	height: 32px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	margin-top: -8px;
}

.dataTables_paginate .page-item .page-link {
	color: var(--bb-body-text-color);
	margin: 0 2px;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	border-radius: var(--bb-block-radius-inner) !important;
	padding: 0;
	outline: none;
	box-shadow: none;
}

.dataTables_paginate .page-item.disabled:first-child .page-link,
.dataTables_paginate .page-item.disabled:last-child .page-link {
	opacity: 0;
}

.dataTables_paginate .page-item.active .page-link {
	color: var(--bb-body-background-color);
	background-color: var(--bb-primary-color);
}
.dataTables_paginate .page-item.previous .page-link,
.dataTables_paginate .page-item.next .page-link {
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* color: var(--bb-body-text-color); */
}
.bs-dir-search input[type="text"],
.bs-dir-search input[type="search"] {
	background: 0 0;
	border: 0;
	height: 34px;
	font-size: 14px;
	letter-spacing: -0.24px;
	padding: 0 30px 0 35px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
	border: 0;
	margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	background: transparent !important;
	box-shadow: none !important;
	border: none;
}

.open-user-report {
	position: relative;
}
.open-user-report i {
	color: var(--bb-primary-color) !important;
	cursor: pointer;
	width: 100%;
	display: inline-block;
	text-align: right;
}
.open-user-report .dropdown-toggle:after {
	border: none !important;
}
.open-user-report .dropstart .dropdown-toggle::before {
	content: "\f142";
	border: none !important;
}
.accordion-header .accordion-button,
.accordion-header .accordion-button:hover {
	color: #0c63e4 !important;
	background-color: #e7f1ff !important;
	/* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125) !important; */
}
input[type="checkbox"].form-check-input,
input[type="radio"].form-check-input {
	height: 1em;
	width: 1em;
}
.avia-middle-body {
	height: 50vh;
	position: relative;
	top: 0px;
	overflow-y: scroll;
	padding-bottom: 0px;
	/* overflow-y: auto; */
}
.avia-middle-body .accordion-item:last-child {
	margin-bottom: 0 !important;
}
.avia-end-body {
	height: 23vh;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: center;
}
#user-messages #bp-message-content .emojionearea .emojionearea-picker {
	left: 100%;
}
#user-messages .emojionearea.emojionearea-standalone {
	color: var(--bb-body-text-color);
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	cursor: text;
	text-align: left;
	outline: 0;
	min-height: 0px;
}
#user-messages .emojionearea.emojionearea-standalone .emojionearea-button {
	top: 4px;
	position: relative;
}
img.emoji,
img.emojioneemoji {
	display: inline-block;
	margin: 3px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.avia-middle-body #message_content_ifr {
	max-height: unset;
}
#bulk-action.offcanvas-bottom {
	height: 15vh;
}
#bulk-action .btn-close {
	position: absolute;
	right: 15px;
	top: 10px;
}
@media screen and (max-width: 767px) {
	.reports-data.charts-data {
		min-height: 50vh;
		height: auto;
		max-height: unset;
	}
}

.bp-subnavs ul li a.active {
	background-color: var(--bb-content-background-color) !important;
	border: 1px solid var(--bb-content-border-color) !important;
	color: var(--bb-headings-color) !important;
	font-weight: normal;
}

.table-responsive-xxl table.dataTable {
	max-width: 100% !important;
}

.dual-listbox .dual-listbox__available,
.dual-listbox .dual-listbox__selected {
	width: 400px;
}
.dual-listbox__button {
	padding: 7px 12px !important;
	font-size: 12px !important;
}

#bp-message-content.avia-middle-body {
	height: auto;
	overflow: hidden;
}

#bp-message-content.avia-middle-body + .avia-end-body {
	height: 10vh;
}

ul.dropdown-menu.avia-actions li:last-child hr {
	display: none;
}
.avia-dashboard .select-wrap select {
	max-width: 140px;
	padding-right: 20px;
	background-position: right 6px center;
}

.bb-template-v2
	.side-panel-menu.avia-dashboard-menu
	> .current-menu-item
	.sub-menu
	a:empty {
	display: none;
}
.bb-template-v2 .avia-dashboard-menu.side-panel-menu li {
	margin-bottom: 4px;
}
@media screen and (min-width: 800px) {
	.buddypanel-open .buddypanel-menu.avia-dashboard-menu .sub-menu.bb-open {
		padding-top: 55px;
	}
}

.hover-card {
	transition: box-shadow 0.3s ease;
}

.hover-card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	cursor: pointer;
}

.avia-card,
.avia-card.blue {
	background: transparent linear-gradient(132deg, #54bee5 0%, #0e9ad6 100%) 0%
		0% no-repeat padding-box;
	border-radius: 10px !important;
	color: #fff;
}
.avia-card.dark-blue { 
	background: transparent linear-gradient(132deg, #0065CB 0%, #003CCB 100%) 0%
		0% no-repeat padding-box;
}
.avia-card.orange { 
	background: transparent linear-gradient(132deg, #FE7639 0%, #F85A13 100%) 0%
		0% no-repeat padding-box;
}
.avia-card .card-body {
	padding: 20px 1px;
}

.avia-card .card-body .icon {
	width: 85px;
	height: 85px;
	margin-right: 15px;
	display: block;
}
.avia-card .card-body .icon i {
	font-size: 85px;
	opacity: 0.2;
}

.avia-card .card-body .tile-detail .top-info {
    text-align: left;
    font: normal normal normal 16px/19px Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.avia-card .card-body .tile-detail .bottom-info {
    font: normal normal bold 36px/46px Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.cmb2-wrap select {
    max-width: 100%;
    width: 330px;
}
.cmb-form .cmb2-wrap input.cmb2-text-medium {
	max-width: 100%;
    width: 330px;
}
.cmb2-wrap input, .cmb2-wrap textarea {
	max-width: 100%;
    width: 330px;
}

div.dataTables_wrapper .top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
div.dataTables_wrapper div.dataTables_info, .dataTables_wrapper .dataTables_length * {
	padding-top: 0;
	color: #1E2132 !important;
	text-align: left;
	font: normal normal normal 14px / 18px Roboto;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.dataTables_length select.form-select {
	width: 60px !important;
	background-position: right .35rem center;
	height: 30px;
	position: relative;
	top: -2px;
}

.large-datepicker .gform-datepicker {
    width: 100% !important;
}
.small-sign .gfield_signature_container canvas {
	height: auto !important;
    width: 100% !important;
    max-height: 100% !important;
}
.small-sign .gfield_signature_container {
    width: 100% !important;
    height: 100px !important;
}

.xsmall-sign .gfield_signature_container canvas {
	height: auto !important;
    width: 100% !important;
    max-height: 100% !important;
}
.xsmall-sign .gfield_signature_container {
    width: 100% !important;
    height: 60px !important;
}

.gform-theme--api, .gform-theme--foundation {
	--gf-form-gap-y: 20px;
}

@media screen and (max-width: 767px) {
	.cmb-th {
		padding: 0px 10px 0px 0 !important;
	}
	.cmb2-metabox>.cmb-row .cmb-td {
		padding-left: 0 !important;
		padding-top: 0px !important;
	}
}
.button[disabled] {
    opacity: 0.5;
}

.wp-picker-container .wp-color-result.button {
	border-radius: 3px;
}
.wp-picker-input-wrap .button.wp-picker-clear {
    line-height: 1.6;
    min-height: auto;
    height: 30px;
    width: 70px;
    border-radius: 3px;
}
.wp-picker-container input[type=text].wp-color-picker {
    min-height: 20px;
    height: auto;
}
.wp-picker-input-wrap .button.wp-picker-clear {
    line-height: 1.6 !important;
    height: 30px;
    width: 70px;
    border-radius: 3px;
}

.acf-form {
    margin-bottom: 0;
}

.accordion-button.bg-light {
    background: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: inherit !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding-left: 20px !important;
}

.ui-state-highlight {
    height: 2em;
    line-height: 1.2em;
    background: #f2f2f2;
    border: 1px dashed #ccc;
}

.list-group-item.placeholder {
	min-width: 200px;
	width: 100%;
	height: auto;
}

.sortable-header {
	/* display: flex; */
	font-weight: bold;
}
.sortable-cell {
	/* flex: 1; */
	cursor: pointer;
}
.sortable-cell[data-sort]:hover {
	text-decoration: underline;
}
.term-detail {
	display: flex;
}

.col-md-1.term-info {
    min-width: 120px;
}

.category-sorting .list-group-item:nth-child(even) {
    background-color: #F6F7FB;
    border-radius: 10px;
}

.category-sorting .list-group-item {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 10px;
}
.term-desc p {
    margin-bottom: 10px;
    line-height: 22px;
}

.mce-btn[aria-label="Jotform"] {
    display: none;
}