.treeview,
.treeview * {
    font-size: 1rem;
    line-height: 2;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.treeview label {
    font-weight: normal;
}

.treeview input[type=checkbox] {
    height: 15px;
    margin-right: 0.5rem;
    width: 15px;
}

.treeview ul:not(.root) {
    display: none;
    padding-left: 2.25rem;
}

.treeview .far {
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    width: 2rem;
}

.treeview.root {
    white-space: nowrap;
}

.treeview .branch {
    padding-left: 1.8rem !important;
}
@charset "UTF-8";

a {
  cursor: pointer;
}

textarea {
  resize: none;
}

form .form-group:last-child {
  margin-bottom: 0;
}

input[type=checkbox] {
  margin-right: 0.5rem;
}

.bootstrap-select > .dropdown-toggle:after {
  content: "\F107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.bootstrap-select.show > .dropdown-toggle {
  z-index: 96;
}

.modal .modal-content .modal-header .close:before {
  content: "\F00D";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.modal .modal-content .modal-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 325px) {
  .kt-aside {
    width: 275px !important;
  }
}

.kt-aside__brand {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.125rem;
}

.kt-aside__brand a {
  color: #fff;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  font-size: 0.8rem;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
  background-color: #ffffff;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  -webkit-box-flex: 0;
          flex: 0 0 1.5rem;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item--active > .kt-menu__link > .kt-menu__link-text {
  font-weight: 600 !important;
}

.kt-datatable__detail .btn.btn-icon.btn-sm,
.kt-datatable__detail .btn-group-sm > .btn.btn-icon {
  height: auto;
  width: auto;
}

.kt-datatable__table {
  min-height: auto !important;
}

@media (max-width: 1024px) {
  .kt-header-mobile {
    padding: 0;
  }
}

.kt-menu__item--active > .kt-menu__link > .kt-menu__link-text {
  font-weight: 500 !important;
}

.kt-menu__item--open > .kt-menu__toggle > .kt-menu__link-text {
  font-weight: 600 !important;
}

.kt-notification .kt-notification__item::after {
  content: "\F105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.kt-radio-list .kt-radio:last-child {
  margin-bottom: 0;
}

.kt-switch {
  font-size: 0;
}

.kt-switch label {
  margin-bottom: 0;
}

[data-field=is_visible],
[data-field=status],
[data-field=actions] {
  width: 100px;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.kt-header-mobile__logo img {
  height: 30px;
  margin: 0 15px;
}

.kt-aside__brand-logo img {
  width: 80%;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time {
  font-size: 1rem;
  padding-top: 0.3rem;
}

.kt-widget14 .kt-widget14__chart .kt-widget14__stat {
  font-size: 1.5rem;
}

