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

@font-face {
  font-family: "Futura BT";
  font-weight: 300;
  src: url(/fonts/FuturaBTW01Light.eot?2776e8f12dbf62e395f96c8cd1041c23);
  src: url(/fonts/FuturaBTW01Light.eot?2776e8f12dbf62e395f96c8cd1041c23) format("eot"), url(/fonts/FuturaBTW01Light.woff2?c4892beae8283c75ba02480202283a56) format("woff2"), url(/fonts/FuturaBTW01Light.woff?534f73c950b30e906d81a8c4c03480e8) format("woff"), url(/fonts/FuturaBTW01Light.ttf?75f7e71c3f23795452ae1a5cdc2076ad) format("truetype");
}

@font-face {
  font-family: "Futura BT";
  font-weight: 400;
  src: url(/fonts/FuturaBTW01Book.eot?ed9558229d37172b349f771c0e044d52);
  src: url(/fonts/FuturaBTW01Book.eot?ed9558229d37172b349f771c0e044d52) format("eot"), url(/fonts/FuturaBTW01Book.woff2?78d677b8972f6d0999020db12f02a417) format("woff2"), url(/fonts/FuturaBTW01Book.woff?10707a9dcd670fe42b3e4d4b7ecf1821) format("woff"), url(/fonts/FuturaBTW01Book.ttf?e3c314f4d7015d45465c395845df1332) format("truetype");
}

@font-face {
  font-family: "Futura BT";
  font-weight: 500;
  src: url(/fonts/FuturaBTW01Medium.eot?4150ea6bc8631961ac89b15283ac8d77);
  src: url(/fonts/FuturaBTW01Medium.eot?4150ea6bc8631961ac89b15283ac8d77) format("eot"), url(/fonts/FuturaBTW01Medium.woff2?eb7b8175e4de4ae92748f96b7f4e2bac) format("woff2"), url(/fonts/FuturaBTW01Medium.woff?7768f471bf9e8b75bbdc82f3abaa127c) format("woff"), url(/fonts/FuturaBTW01Medium.ttf?e7895196361184c8a2f452ed3f0fc4d7) format("truetype");
}

@font-face {
  font-family: "FoundryGridnik";
  font-weight: 500;
  src: url(/fonts/FoundryGridnik-Medium.woff?dca72b31390db7b0606aed7a76e8ec5d) format("woff");
}

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: #1b1b28;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura BT";
}

.yellow-bg {
  background-color: #ffd000;
  color: #000000;
}

.is-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fd397a;
}

.is-error-border {
  border-color: #fd397a !important;
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: auto;
}

@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

