: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 {

  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 {

  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;

	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 {

}
.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;
}
    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;

}
.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;

}
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;

}
.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 0.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 {

  font-weight: bold;
}
.sortable-cell {

  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;
}

.has-avia-courses-widget #secondary {
  display: none;
}

body .select2-container .select2-dropdown.bb-compose-input {
  max-width: 300px !important;
}

.kb-cat-icon {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f7fb;
}
.select2-container--default .select2-selection--single {
  height: 41px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 41px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 41px !important;
}

.select2-container {
  z-index: 99;
}
.modal-open .select2-container, .modal-backdrop + .select2-container, .supports-drag-drop + .select2-container {
  z-index: 1080;
}
.avia-select2 + .select2-container {
  width: 100% !important;
}
.term-actions {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
  width: 60px;
  text-align: center;
  cursor: pointer;
  font-size: 1.5em;
}
.term-actions {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 99;

  width: max-content;
  text-align: center;
  cursor: pointer;
  font-size: 1.5em;
  opacity: 0;
  transition: all 0.3s ease;
}
.term-actions a i {
  font-size: 18px;
}
.avia-single-kb:hover .term-actions {
  opacity: 1;
}

.post-actions {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 99;

  width: max-content;
  text-align: center;
  cursor: pointer;
  font-size: 1.5em;
  opacity: 0;
  transition: all 0.3s ease;
}
.post-actions a i {
  font-size: 18px;
}
.avia-kbs.post-grid .entry-content-wrap:hover .post-actions {
  opacity: 1;
}
.post-status-indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.open-post-options i.expand-link {
  color: var(--bb-primary-color) !important;
  cursor: pointer;
  width: max-content;
  display: inline-block;
  text-align: right;
}
.open-post-options .dropstart i.expand-link::before {
  content: '\f142';
  border: none !important;
}
table.dataTable.avia-articles-table thead th.sorting {
  background-image: none !important;
}
table.dataTable.avia-articles-table thead th.sorting:before {
  background-image: none !important;
  content: '▲' !important;
}

table.dataTable.avia-articles-table thead th.sorting:after {
  background-image: none !important;
  content: '▼' !important;
}

.new-post-form .form-field .cmb-th,
.new-post-form .form-field .cmb-td {
  width: 100%;
}

.new-post-form .cmb2-wrap input,
.new-post-form .cmb2-wrap textarea {
  width: 100%;
}

.new-post-form .form-field .cmb-th {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.new-post-form .form-field .cmb-td {
  padding: 0;
  margin-bottom: 10px;
}

.wp-switch-editor {
  border-radius: 0 !important;
  background-color: inherit !important;
}
.new-post-form .cmb2-wrap input[type='checkbox'] {
  width: inherit;
}

.new-post-form .cmb2-wrap ul {
  list-style: none;
}
.new-post-form .cmb2-wrap input[type='checkbox'] {
  width: inherit;
  position: relative;
  top: -2px;
}
.new-post-form .cmb2-wrap ul.category-select {
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}
  background: var(--bb-primary-button-background-hover);
} */
.avia-select2.w-auto + .select2-container {
  width: auto !important;
}

.avia-select2.s-fixed-width + .select2-container {
  width: 220px !important;
}

.media-router .media-menu-item {
  color: inherit;
}
.media-selection span.count {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  padding: inherit;
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.42857142;
  font-weight: 600;
  box-shadow: none;
}

ul.medium-editor-toolbar-actions .medium-editor-action-underline b:before {
  content: '\ef4f';
}
ul.medium-editor-toolbar-actions .medium-editor-action-h2 b:before {
  content: '\eeb0';
}
ul.medium-editor-toolbar-actions .medium-editor-action-h2:after {
  content: '2';
  font-size: 12px;
  margin: 0 0 0 -6px;
  font-weight: 500;
}
ul.medium-editor-toolbar-actions .medium-editor-action-indent b:before {
  content: '\eebb';
}
ul.medium-editor-toolbar-actions .medium-editor-action-outdent b:before {
  content: '\eee3';
}
ul.medium-editor-toolbar-actions .medium-editor-action-justifyCenter b:before {
  content: '\e856';
}
ul.medium-editor-toolbar-actions .medium-editor-action-justifyLeft b:before {
  content: '\e859';
}
ul.medium-editor-toolbar-actions .medium-editor-action-justifyRight b:before {
  content: '\e85a';
}

.activity-list .activity-item .activity-inner>ol li p, .activity-list .activity-item .activity-inner>ul li p {
  display: inline;
}
.activity-list .activity-item .activity-inner>ol li *, .activity-list .activity-item .activity-inner>ul li * {
  vertical-align: top;
}
