.vtabs .tabs-vertical {
  width: 150px !important;
  border-bottom: 0px !important;
  border-right: 1px solid rgba(128, 128, 128, 0.13) !important;
  display: table-cell !important;
  vertical-align: top !important;
  padding: 0 !important;
}

.tabs-vertical li {
  display: block !important;
  height: auto !important;
  margin-right: 0 !important;
}

.tabs-vertical li a {
  display: flex !important;
  align-items: center !important;
}

.mailbox-messages table a {
  color: unset;
}

.scorm-modal .content-wrapper {
  margin-left: unset;
}

.notifications-menu ul.dropdown-menu {
  min-width: 250px !important;
}

.notifications-menu .badge {
  min-width: unset !important;
}

[type="checkbox"]{
  height: 18px !important;
  width: 18px !important;
  position: unset !important;
}

.progress.section-coourse__progress {
  margin-bottom: unset !important;
}

button[class^="icon-"],
a[class^="icon-"],
button[class*=" icon-"],
a[class*=" icon-"] {
  font-family: unset !important;
}

.forum_author .list_user_actions {
  position: unset !important;
  /* margin-right: 0.3rem; */
  margin: 0 !important;
  padding: 0 !important;
}

.forum_author .forum_author_profile {
  width: 150px !important;
  height: 150px !important;
  border-radius: 50% !important;
  margin: 0 auto !important;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 !important;
}

tr [type="checkbox"]:not(:checked),
tr [type="checkbox"]:checked {
  position: unset !important;
}

table.dataTable tbody > tr.selected td,
table.dataTable.display tbody > tr.selected td,
table.dataTable.order-column tbody > tr.selected td {
  background-color: var(--color-primary-light) !important;
  color: #fff;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected,
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: var(--color-primary-light) !important;
}

[data-comp="forma-plugin-ftmu"] [type="radio"]:not(:checked) + label,
[data-comp="forma-plugin-ftmu"] [type="radio"]:checked + label {
  padding-left: unset !important;
}

[data-comp="forma-plugin-ftmu"] [type="radio"] + label:before,
[data-comp="forma-plugin-ftmu"] [type="radio"] + label:after {
  content: unset !important;
}

[data-comp="forma-plugin-ftmu"] [type="radio"]:not(:checked),
[data-comp="forma-plugin-ftmu"] [type="radio"]:checked {
  position: unset !important;
  opacity: 1 !important;
}

.forum_desc {
  max-width: 300px;
}

.forum-actions {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.main-footer a {
  color: var(--color-primary);
}


.breadcrumb > li,
.breadcrumb > li a{
    color: var(--color-primary) !important;
}

.sidebar-menu > li{
  padding-left: 10px !important;
}

.treeview-menu > li > a {
    padding: 5px 5px 5px 10px !important;
}
.treeview-menu .treeview-menu {
    padding-left: 15px !important;
}

.theme-primary .progress-bar-warning {
    background-color: var(--color-primary-ligher) !important;
}

.modal-container .content-wrapper{
  margin-left: 0 !important;
}

.theme-primary .alert-success{
  border:none !important;
}

.main-header .navbar-nav > li.dropdown > .dropdown-menu{
  min-width: 250px;
  max-width: 300px;
}
#course_autoregistration .form-control,
#course_autoregistration .btn {
  height: 31px;
}

.filterBar.nav::before{
  display: none !important;
  content: unset !important;
}
.btn-toggle.active{
  background-color: var(--color-primary) !important;
}

.dataTable td::before {
  top: 15px !important;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
  left: unset !important;
  opacity: 1 !important;
}

.dropdown-menu.show {
      transform: translate(0px, 42px) !important;
      min-width: 250px !important;
}

.list_block .content {
  min-height: fit-content !important;
}

.modal button.close{
  color:unset !important;
}

.eventForm tr td{
  padding: 5px 0;
  line-height: 1.5;
}

.light-skin .sidebar a,
.sidebar-menu > li > a > i{
  color:black;
}

.main_logo{
  max-width: 200px !important;
  max-height: 85px !important;
}
.main-header .logo{
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .main_logo{
    max-width: 200px !important;
    max-height: 60px !important;
  }
}

.pcontainer-feedback,
#pcontainer-feedback{
  cursor: pointer;
}

.section-coourse__menu-horizontal > div::-webkit-scrollbar {
  height: 8px;
  background: var(--color-primary);
}
.section-coourse__menu-horizontal > div::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}
.section-coourse__menu-horizontal > div::-webkit-scrollbar-track {
  background: var(--color-primary);
}
.section-coourse__menu-horizontal > div {
  scrollbar-color: #fff var(--color-primary);
  scrollbar-width: thin;
}

div.calendar {
  border: 1px solid #b6b6b6;
  border-radius: 6px;
  overflow: hidden;
}

.calendar, .calendar table {
  background: #ccc;
  color: var(--color-primary);
  font-size: 20px;
}

.calendar .nav,
.calendar thead .title {
  background: var(--color-primary);
  color: #fff;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}

.calendar .nav a {
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: underline;
}

.calendar thead .headrow {
  background: var(--color-primary);
  color: #fff;
}

.nav-wrapper {
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  width: 100%;
	display: inline-block;
}


.calendar thead .daynames {
  background: #ccc;
  color: #fff;
}

.calendar thead .daynames td {
  background: #fff;
  text-align: center;
}

.day-wrapper {
  background: var(--color-primary);
  color: #fff;
  width: 100%;
	display: inline-block;
	text-align: center;
}

.calendar thead .headrow:hover {
  background: var(--color-primary);
}

.calendar thead .name {
  color: #fff;
  font-weight: 600;
  padding: 6px;
  text-align: center;
}

.calendar tbody td.today {
  background: var(--color-primary-light);
  color: var(--color-primary);
  font-weight: bold;
  border-radius: 4px;
}

.calendar tbody .day {
  padding: 12px 6px;
  color: var(--color-primary);
  text-align: center;
  vertical-align: middle;
  height: 80px;
  background-color: #fff;
  font-size: 20px;
}

.calendar tbody .day .event a{
  color: #000;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 3px;
  margin-top: 5px;
  display: block;
}
.calendar tbody .day.today .event a{
  color: white;
}

.calendar tbody td:hover {
  background-color: var(--color-primary);
  cursor: pointer;
  color: #fff;
}

.calendar tbody td.selected {
  background: var(--color-primary);
  border: 2px solid #000;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

.calendar thead .hilite {
  background: none !important;
  border: none;
  color: #fff;
  cursor: pointer;
}

a.addEventLink {
  background-image: url('../images/standard/edit.png');
  background-size: cover;
}

.line_answer .image .tox.tox-tinymce {
  height: 200px !important;
}

.panel-collapse.collapse.show {
  width: 80% !important;
}

.tiga-popup-title .tiga-title {
  font-size: 20px;
}

.tiga-popup-body .tiga-question-container,
.tiga-popup-body h4 {
  font-size: 14px;
}

.switch .slider:before {
  bottom: -30px;
}

td.course_type {
  width: unset !important;
}

.enjoyhint_next_btn, .enjoyhint_skip_btn, .enjoyhint_prev_btn, .enjoyhint_close_btn {
    position: absolute;
    box-sizing: content-box;
    border: 2px solid #ed5135;
    background: #ed5135;
    color: #fff;
}

.enjoyhint_next_btn:hover, .enjoyhint_skip_btn:hover, .enjoyhint_prev_btn:hover, .enjoyhint_close_btn:hover {
    color: #fff;
    background: #e03314;
    border: 2px solid #e03314;
}

.list-group-item.node-treeview1 {
  border: none !important;
}

.list-group {
  height: 100% !important;
}

#treeview1 {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: 100% !important;
}

#treeview1.aside.treeview {
  height: 100% !important;
  max-height: 100% !important;
  border: none;
  border-right: 0px solid rgba(72, 94, 144, 0.16);
  background-color: #ffffff;
}

.content-header{
  margin-bottom: 15px;
}

.content-wrapper .container-full .content{
  margin-top: 15px;
}
.form-check-input:checked{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.jq-toast-wrap{
  width: 400px;
}
.jq-toast-single{
  font-size: 15px;
}
.package-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.package-list .form-check-input {
  display: none;
}

.package-list .form-check label {
  border: 1px solid var(--bs-border-color);
  padding: 12px 20px;
  border-radius: var(--bs-border-radius);
  cursor: pointer;
  transition: all 0.3s ease;
}

.package-list .form-check label:hover {
  border-color: var(--color-primary);
}

.package-list .form-check-input:checked ~ label {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.package-list .form-check-input:checked ~ label span {
  color: rgb(255, 255, 255);
}

.package-list .form-check-input:checked ~ label .badge {
  background: rgba(255, 255, 255, 0.1);
}

.package-list .form-check label .badge {
  color: var(--bs-body-color);
  background: rgba(var(--bs-secondary-rgb), 0.1);
  border-radius: var(--bs-border-radius);
}

.payment-frequency {
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.payment-methods {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.payment-btn {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-btn:hover {
  opacity: 0.9;
}

.paystack-btn {
  background: #0A4B8C;
  color: white;
}

.flutterwave-btn {
  background: #F5A623;
  color: white;
}
.swal2-popup {
  font-size: 1.3rem !important;
}

.sa-error-container{
  display: none !important;
}

.enjoy_hint_label {
  background-color: var(--color-primary);
  padding: 20px;
  border-radius: 8px;
  /* left: 20px !important; */
}

.aside .icon.expand-icon {
  z-index: 99;
}