body {
  font-size: 14px;
}

.table {
  font-size: 14px;
}
.table > :not(:first-child) {
  border-top: 0;
}

.form-control {
  font-size: 14px;
  background-clip: initial;
}

.form-control-plaintext {
  font-size: 14px;
}

.form-select {
  font-size: 14px;
}

.btn {
  font-size: 14px;
}

.dropdown-menu {
  font-size: 14px;
}

.input-group-text {
  font-size: 14px;
}

.custom-select {
  font-size: 14px;
}

.popover-header {
  font-size: 14px;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  color: #3c3c3c;
  background-color: #f6f7f7;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: scroll;
}

p {
  font-size: 14px;
}

.label {
  cursor: pointer;
}

.label-block {
  display: block;
}

.label-import {
  margin-bottom: 0px;
}

textarea {
  min-height: 60px;
}

.w-trans {
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.m-trans {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.disabled {
  color: #7b7b7b;
}
div.disabled:hover {
  /* background-color: transparent; */
}
div[disabled] {
  color: #7b7b7b;
}
div[disabled]:hover {
  /* background-color: transparent; */
}

.section {
  width: 100%;
  height: 100%;
}

.section-wrapper {
  min-height: 99.9vh;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.section-content {
  padding: 20px;
  flex: 1 0 auto;
}

.main-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-tree li {
  position: relative;
  margin: 0;
  padding: 0;
}

.main-tree li:focus,
.main-tree li:hover,
.main-tree li:active,
.main-tree li.active:focus,
.main-tree li.active:hover {
  color: black;
  background-color: #ccc;
  border-color: #ccc;
}

.main-tree li.active > a {
  border-left: 3px solid red;
  padding-left: 19px;
}

.main-tree a {
  display: block;
  position: relative;
  color: black;
  padding: 20px 22px 20px 22px;
  text-decoration: none;
}

.main-tree a > i {
  width: 30px;
}

.main-tree a > i.fa-info {
  padding-left: 5px;
}

.main-tree li > a > .pull-right-container {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}

.main-tree .btn {
  display: block;
  background-image: none;
  border-color: transparent;
  border-radius: 0;
}

.main-tree .btn:focus,
.main-tree .btn:hover {
  color: black;
}

.tree-left {
  background-color: #ececec;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  max-height: calc(100% - 60px);
  margin-top: 60px;
  z-index: 998;
  transform: translate(0, 0);
}

.tree-left > ul {
  height: 100%;
  overflow-y: auto;
}

.tree-mini.tree-collapse .tree-left {
  width: 60px;
  transform: translate(0, 0);
}

.tree-mini.tree-collapse .tree-left li > a > span {
  display: none !important;
  -webkit-transform: translateZ(0);
}

.tree-collapse .tree-left {
  width: 0;
  transform: translate(-300px, 0);
}

.fixed .tree-left {
  padding-top: 60px;
}

.tree-right {
  top: 0;
  right: 0;
}

.tree-right > li {
  border-bottom: 1px solid #ccc !important;
  box-shadow: 0;
}

.fixed .tree-right {
  padding-top: 60px;
}

.multiselect-container > li > a {
  padding: 0px;
  margin: 3px;
}
.multiselect-container > li > a > label {
  padding: 5px 20px 5px 35px;
}

.main-panel > .panel {
  background-color: white;
  position: absolute;
  width: 0px;
  height: 100%;
  max-height: calc(100% - 60px);
  margin-top: 65px;
  z-index: 997;
  overflow-y: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.panel {
  color: black;
}
.panel .panel-left {
  left: 0;
}
.panel .panel-right {
  right: 0;
}
.panel .panel-header {
  background-color: #ccc;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-size: 20px;
  font-weight: 600;
}
.panel .panel-header .panel-title {
  flex: 1;
}
.panel .panel-header .panel-tools {
  display: flex;
}
.panel .panel-header i {
  padding: 4px 4px;
  float: right;
}

.panel-body {
  position: relative;
  padding: 1.25rem;
}

.panel-lock {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 999;
}

.tree-mini.tree-collapse .panel-left {
  margin-left: 60px;
}

.tree-collapse .panel-left {
  margin-left: 0px;
}

.fixed .panel-left {
  padding-top: 60px;
}

:not(.tree-left) .panel-left {
  margin-left: 0px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  margin: 8px 5px;
}
.overlay > * {
  padding: 0px 6px;
}

.toolbar-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 995;
}

.toolbar-view {
  height: 45px;
  line-height: 45px;
  padding: 0px 20px;
  background-color: #212121;
  color: #fff;
}

.toolbar-view a {
  padding: 13px;
  color: white;
}

.toolbar-view a:hover,
.toolbar-view a:focus {
  background-color: #ccc;
  color: white;
}

.is-dragover {
  background-color: #e0e0e0;
}

.main-progress {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.main-progress > .progress {
  background: black;
  position: absolute;
  height: initial;
  font-size: 30px;
  color: white;
  padding: 15px 35px;
  margin: 0;
  border: 1px solid white;
  border-radius: 0;
  z-index: 999;
}

.alert.alert-dismissible .btn-close {
  top: 16px;
  right: 16px;
  padding: 0.25em 0.25em;
}
.alert .alert-header {
  font-weight: 600;
}
.alert .alert-body.alert-scroll {
  max-height: 200px;
  overflow-y: auto;
}
.alert a {
  color: #337ab7;
}
.alert a:hover {
  color: #23527c;
}
.alert a:focus {
  color: #23527c;
}
.alert i {
  margin-right: 10px;
}

.btn-default {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-default:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-default:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.card {
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.card-header {
  background-color: rgba(0, 0, 0, 0.05);
}
.card-header .card-title {
  font-size: 16px;
  margin-bottom: 0px;
}
.card-header .card-message {
  display: inline-block;
}
.card-header .card-tools {
  display: flex;
}
.card-header .card-tools > button {
  color: black;
  width: 2.7rem;
  height: 2.5rem;
  background: transparent;
  margin-left: 7px;
  padding: 0;
  border: 0;
  box-shadow: none;
  transition: 0.2s linear;
}
.card-header .card-tools > button:hover {
  background-color: #e1e1e1;
}
.card-header .card-tools > button > i {
  background: transparent;
  font-size: 15px;
}
.card-header .fa {
  transition: 0.3s transform ease-in-out;
}
.card-header .collapsed .fa {
  transform: rotate(90deg);
}

.card-body.scrollbar {
  overflow-x: hidden;
  overflow-y: overlay;
}

.card-footer {
  background-color: rgba(0, 0, 0, 0.05);
}

.card-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-hover:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}

.collapsing {
  transition: height 0.35s ease;
}

.dropdown.dropdown-hover:hover .dropdown-menu {
  display: block;
}
.dropdown button.dropdown-toggle::after {
  margin-left: 0.405em;
  vertical-align: 0.155em;
}
.dropdown .dropdown-item {
  position: relative;
  padding: 0px 5px;
  cursor: pointer;
}
.dropdown .dropdown-item:active {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}
.dropdown .dropdown-item label {
  display: block;
  font-weight: initial;
  margin: 0;
}

.dropdown-divider {
  margin: 0px;
}

.dropdown-menu {
  /*margin: 0;*/
  padding: 0;
  border: 1px solid #ccc;
  /*border-top: 0;*/
  box-shadow: none;
  /* overflow: hidden; */
}
.dropdown-menu > li.active .dropdown-item {
  color: #333;
  text-decoration: none;
  background-color: #e0e0e0;
  background-image: none;
}
.dropdown-menu > li > a {
  /* width: 100%;
  padding: 8px 12px;
  margin: 0; */
}
.dropdown-menu > li > a > i {
  /*position: absolute;*/
  /*display: inline-block;*/
  /*right: 15px;*/
  /*top: 8px !important;*/
  /*margin-right: 6px;*/
  width: 24px;
  margin-left: -6px;
  text-align: center;
}
.dropdown-menu .dropdown-item {
  position: relative;
  width: 100%;
  padding: 8px 12px;
  margin: 0;
}
.dropdown-menu .dropdown-item:hover {
  color: #333;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.08);
  background-image: none;
}
.dropdown-menu .dropdown-item:focus {
  color: #333;
  text-decoration: none;
  background-color: #f1f1f1;
  background-image: none;
}
.dropdown-menu .dropdown-item.active {
  color: #333;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.06);
  background-image: none;
}
.dropdown-menu .dropdown-item.active:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.dropdown-menu .highlight {
  color: white;
  background-color: #a94442;
}
.dropdown-menu .checkbox {
  margin: 0px;
}
.dropdown-menu .checkbox:hover {
  background-color: #f1f1f1;
}

.dropdown-submenu {
  position: relative;
  display: flex;
}
.dropdown-submenu .dropdown-toggle::after {
  float: right;
  margin-top: 7px;
}
.dropdown-submenu .dropdown-toggle-split {
  color: #212529;
  padding: 0.375rem 0.75rem;
}
.dropdown-submenu .dropdown-toggle-split:hover {
  color: #333;
  text-decoration: none;
  background-color: #f1f1f1;
  background-image: none;
}
.dropdown-submenu .dropdown-toggle-split::after {
  margin-top: 9px;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-submenu .dropdown-menu.dropdown-menu-right {
  top: 0;
  left: initial;
  right: 100%;
  margin-top: -1px;
}

ul li a.disabled, ul li a.disabled:active, ul li a.disabled:focus, ul li a.disabled:hover, ul li a[disabled], ul li a[disabled]:active, ul li a[disabled]:focus, ul li a[disabled]:hover {
  color: #7b7b7b !important;
  background-color: transparent !important;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.divider {
  margin: 0px;
}

.modal.modal-inside {
  position: absolute;
}
.modal form {
  width: 100%;
}
.modal .progress {
  margin-bottom: 7px;
}

.modal-content {
  background-color: #f6f7f7;
}
.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
  background-color: #f6f7f7;
}
.modal-content .modal-header:before {
  display: none;
}
.modal-content .modal-header .badge {
  width: 28px;
  height: 28px;
  padding: 7px 7px;
  margin-right: 12px;
  font-size: 14px;
}

.navbar .navbar-nav > .nav-item.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav > .nav-item > .nav-link .nav-icon {
  padding-left: 5px;
}

.navbar-white .navbar-nav > .nav-item > .nav-link {
  color: black;
}
.navbar-white .navbar-nav > .nav-item > .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.nav-link {
  color: black;
}

.nav-action > .nav-item > .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-menu > .nav-item {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-menu > .nav-item > .nav-link.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.nav-menu > .nav-item > .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-arrow {
  display: inline-block;
  position: absolute;
  right: 20px;
  transition: all 0.3s ease-out;
}

.nav-tabs .nav-item .nav-link.active:hover {
  background-color: #fff;
}
.nav-tabs .nav-item .nav-link:not(.active):hover {
  background-color: #eeeeee !important;
  color: #495057 !important;
}
.nav-tabs .nav-item .nav-link:not(.active).nav-success {
  background-color: #d1e7dd;
  color: #0f5132;
  border-bottom-color: #dee2e6;
}
.nav-tabs .nav-item .nav-link:not(.active).nav-warning {
  background-color: #fff3cd;
  color: #664d03;
  border-bottom-color: #dee2e6;
}
.nav-tabs .nav-item .nav-link:not(.active).nav-danger {
  background-color: #f8d7da;
  color: #842029;
  border-bottom-color: #dee2e6;
}

.tab-content {
  background-color: #fff;
  padding: 15px;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.toast-container {
  z-index: 9998;
}

.toast {
  position: relative;
}
.toast.toast-dismissible {
  padding-right: 3rem;
}
.toast.toast-dismissible .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.toast-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.toast-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.toast-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.toast-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.toast-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.toast-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.tooltip.tooltip-success .tooltip-arrow::before {
  border-top-color: #d1e7dd;
}
.tooltip.tooltip-success .tooltip-inner {
  background-color: #d1e7dd;
  color: #0f5132;
}
.tooltip.tooltip-warning .tooltip-arrow::before {
  border-top-color: #fff3cd;
}
.tooltip.tooltip-warning .tooltip-inner {
  background-color: #fff3cd;
  color: #664d03;
}
.tooltip.tooltip-danger .tooltip-arrow::before {
  border-top-color: #f8d7da;
}
.tooltip.tooltip-danger .tooltip-inner {
  background-color: #f8d7da;
  color: #842029;
}

.table {
  margin-bottom: 5px;
  border-color: #dee2e6 !important;
  border-spacing: 0;
}
.table a {
  color: black;
}
.table > tbody > tr.selected > * {
  background-color: #0d6efd;
  color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  color: #212529;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}

.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
}

.table-empty {
  text-align: center;
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05) !important;
}

.table-display {
  margin-bottom: 0px;
}
.table-display td {
  vertical-align: middle;
}
.table-display th {
  vertical-align: middle;
}
.table-display > thead > tr > * {
  box-shadow: inset 0 0 9999px rgb(255, 255, 255);
}
.table-display > tbody > tr > .has-error {
  border: 1px solid #a94442 !important;
}

.table-button {
  width: auto !important;
  margin-bottom: 6px;
}

.table-scroll .table {
  margin: 0px;
}
.table-scroll .table-scroll-body > .table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.table-scroll .table-scroll-body > .table thead {
  border-collapse: separate !important;
}
.table-scroll .table-scroll-body > .table tbody > tr:first-child > * {
  border-top: none;
}
.table-scroll .table-scroll-body > .table-bordered > thead > tr {
  border-width: 0;
}
.table-scroll .table-scroll-body > .table-bordered > tbody > tr {
  border-top: 0;
}
.table-scroll .table-scroll-body > .table-bordered > tfoot > tr {
  border-width: 0;
}

.table-editor {
  padding: 0px !important;
}
.table-editor input {
  border-width: 2px;
  box-shadow: none !important;
}
.table-editor select {
  border-width: 2px;
  box-shadow: none !important;
}

.table-editor-icon i {
  line-height: inherit;
  margin-left: 0.5em;
  opacity: 0.3;
  float: right;
  cursor: pointer;
}

.table-tools {
  float: right;
}

.table-valid {
  position: relative;
  --bs-table-bg: #d1e7dd;
  background-color: #d1e7dd;
}
.table-valid > td {
  position: relative;
  background-color: #d1e7dd;
}
.table-valid > td:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 1px;
  border-top: 8px solid #198754;
  border-left: 8px solid transparent;
}

td.table-valid:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 1px;
  border-top: 8px solid #198754;
  border-left: 8px solid transparent;
}

.table-invalid {
  position: relative;
  --bs-table-bg: #f8d7da;
  background-color: #f8d7da;
}
.table-invalid > td {
  position: relative;
  background-color: #f8d7da;
}
.table-invalid > td:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 1px;
  border-top: 8px solid #dc3545;
  border-left: 8px solid transparent;
}

td.table-invalid:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 1px;
  border-top: 8px solid #dc3545;
  border-left: 8px solid transparent;
}

.table-primary {
  border-color: inherit;
}

.table-secondary {
  border-color: inherit;
}

.table-success {
  border-color: inherit;
}

.table-danger {
  border-color: inherit;
}

.table-warning {
  border-color: inherit;
}

.table-info {
  border-color: inherit;
}

.treetable > tbody > tr > * {
  white-space: nowrap;
}
.treetable.table-striped > tbody > tr.branch > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.06) !important;
}
.treetable.table-striped > tbody > tr.leaf > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.03) !important;
}
.treetable .treetable-column {
  display: flex;
  align-items: center;
}
.treetable .treetable-none {
  width: 19px;
  height: 19px;
}
.treetable .treetable-open {
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.treetable .treetable-close {
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.treetable .treetable-folder {
  width: 19px;
  height: 19px;
}
.treetable .treetable-file {
  width: 19px;
  height: 19px;
}
.treetable label {
  margin: 0;
}
.treetable select span {
  padding: initial !important;
}

.select-custom {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  vertical-align: middle;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select-custom.open .dropdown-menu {
  display: block;
}
.select-custom.open .select-text::after {
  margin-top: -4px;
  border-color: transparent transparent #343a40 transparent;
  border-width: 0 5px 5px 5px;
}
.select-custom.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.select-custom.disabled {
  /* background-color: #eee; */
}
.select-custom.disabled .select-text.disabled {
  cursor: not-allowed;
}

.select-custom .select-text {
  width: 100%;
  position: relative;
}
.select-custom .select-text .form-select {
  cursor: default;
}
.select-custom .select-text .form-select[readonly] {
  background-color: #fff;
}
.select-custom .select-text .form-select[disabled] {
  background-color: #eee;
  cursor: not-allowed;
}
.select-custom .select-dropdown {
  border: 1px solid #ccc;
}
.select-custom .select-dropdown .dropdown-menu {
  display: block;
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.select-custom .select-dropdown .dropdown-menu li {
  cursor: pointer;
}
.select-custom .select-dropdown .select-search .search-text {
  background-color: rgb(248, 249, 250);
  padding: 6px;
  border-bottom: 1px solid #dee2e6;
}
.select-custom .select-dropdown .select-search .search-text .search-icon {
  display: none;
  position: absolute;
  top: 16px;
  right: 18px;
  cursor: pointer;
}
.select-custom .select-dropdown .select-search .search-result {
  padding: 8px 12px;
}
.select-custom .select-dropdown .select-progress .progress-result {
  padding: 8px 12px;
}
.select-custom .select-dropdown .select-listing {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.select-custom .select-dropdown .select-listing.select-single {
  margin: 0px;
}
.select-custom .select-dropdown .select-listing.select-multi {
  margin: 0px;
}
.select-custom .select-dropdown .select-listing.select-multi .dropdown-item.selected::after {
  content: "\f00c";
  position: absolute;
  top: 8px;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.select-custom .select-dropdown .select-listing .select-divider {
  width: 90%;
  border-bottom: 1px solid #ddd;
  margin: auto;
}

.checkbox-mark {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 12px;
  cursor: pointer;
}
.checkbox-mark input[type=checkbox] {
  position: absolute;
  margin: 0;
  opacity: 0;
}
.checkbox-mark label {
  padding-left: 30px;
}
.checkbox-mark .checkmark {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox-mark:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-mark input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkbox-mark .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-mark input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-mark .checkmark:after {
  top: 4px;
  left: 9px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.form-content {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #dee2e6;
}

.form-group {
  margin-bottom: 1rem;
}

.form-check .form-check-input:disabled ~ .form-check-label {
  cursor: default;
}
.form-check .form-check-input .form-check-label {
  cursor: pointer;
}

.form-control-feedback {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  pointer-events: none;
}
.form-control-feedback.left {
  top: 0.5rem;
  right: 22.3rem;
}

.input-control {
  width: 100%;
  height: 34px;
  padding: 6px 9px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.input-group input:disabled ~ .input-group-text {
  cursor: default;
}
.input-group.datetime .input-group-text {
  cursor: pointer;
}
.input-group.date .input-group-text {
  cursor: pointer;
}
.input-group.time .input-group-text {
  cursor: pointer;
}

.input-group-text {
  border-radius: 0;
}

input[type=number].hide-spin {
  -moz-appearance: textfield;
}
input[type=number].hide-spin::-webkit-outer-spin-button, input[type=number].hide-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.radio-mark {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 12px;
  cursor: pointer;
}
.radio-mark input[type=radio] {
  position: absolute;
  margin: 0;
  opacity: 0;
}
.radio-mark label {
  padding-left: 30px;
}
.radio-mark .checkmark {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-mark:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-mark input:checked ~ .checkmark {
  background-color: #2196F3;
}

.radio-mark .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-mark input:checked ~ .checkmark:after {
  display: block;
}

.radio-mark .checkmark:after {
  top: 8px;
  left: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}

input[type=range] {
  margin: 0;
  padding: 0;
}
input[type=range].slider {
  width: 100%;
  height: 25px;
  opacity: 0.7;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: opacity 0.2s;
}
input[type=range].slider:hover {
  opacity: 1;
}
input[type=range].slider::-webkit-slider-thumb {
  width: 35px;
  height: 14px;
  background: #f1f1f1;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
input[type=range].slider::-moz-range-thumb {
  width: 35px;
  height: 14px;
  background: #f1f1f1;
  cursor: pointer;
}

input[type=range] {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  position: relative;
  background-color: #333333;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
input[type=range]::-webkit-slider-thumb {
  background-color: white;
  border: 1px solid #333333;
  border-radius: 100%;
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
input[type=range]:active + output {
  display: block;
  transform: translateX(-50%);
}

.range-wrap {
  position: relative;
  margin-bottom: 15px;
}

.bubble {
  position: absolute;
  display: none;
  width: 50px;
  height: 24px;
  padding-top: 0;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 3px;
  color: #777;
  font-size: 0.8em;
  line-height: 24px;
  text-align: center;
}
.bubble.top {
  top: -32px;
}
.bubble.bottom {
  bottom: -32px;
}
.bubble.center {
  top: -6px;
}

select[disabled] {
  cursor: not-allowed;
}
select option[disabled] {
  color: grey;
}

.pre-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 9999;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.loader-spinner.white {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.control {
  background-color: #e0e0e0;
  color: black;
}
.control .control-range {
  width: 100%;
  min-width: 68px;
  padding: 0px 7px;
}
.control .control-fps input {
  width: 38px;
  text-align: center;
}
.control .control-time {
  margin: 0px 10px;
  line-height: 29px;
  white-space: nowrap;
}

.backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.6;
  z-index: 999;
}

.badge {
  padding: 5px;
}

a.badge:hover {
  color: white;
  background-color: #23527c !important;
}

.breadcrumb {
  background-color: transparent;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb a:hover {
  color: #0056b3;
}

.form-color .color-picker {
  position: absolute;
  top: 50px;
  left: 14px;
  background-color: white;
  border: solid 1px #ccc;
  padding: 5px;
}
.form-color .color-picker:not(.show) {
  display: none;
}
.form-color .color-picker canvas:hover {
  cursor: pointer;
}
.form-color .color-picker .color-palette {
  position: relative;
  display: inline-block;
}
.form-color .color-picker .color-slider {
  position: relative;
  display: inline-block;
}
.form-color .color-picker .color-slider .canvas-slider {
  margin-left: 10px;
}
.form-color .color-picker .color-indicator-palette {
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.form-color .color-picker .color-indicator-slider {
  position: absolute;
  pointer-events: none;
  transform: translate(0%, -40%);
}
.form-color .color-picker .indicator {
  height: 20px;
  width: 20px;
  border: 1px solid black;
  border-radius: 50%;
}
.form-color .color-picker .indicator:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  border: 1px solid white;
  border-radius: 50%;
}

.context-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  background-color: white;
  padding-left: 0;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  list-style: none;
  z-index: 9999;
}

.context-menu-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 0.5rem 1rem;
}
.context-menu-item:hover {
  background-color: #f8f9fa;
}
.context-menu-item:focus {
  background-color: #f8f9fa;
}
.context-menu-item[disabled] {
  color: #adb5bd;
  background-color: transparent;
}

.context-menu-item-content {
  display: flex;
  align-items: center;
}
.context-menu-item-content > i {
  margin-right: 8px;
}

.context-menu-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.context-menu-list {
  position: absolute;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-horizontal > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.float-toolbar {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 12px;
  margin: 20px;
  z-index: 995;
}

.float-toolbar a {
  display: block;
  text-align: center;
  padding: 12px;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.float-toolbar a:hover,
.float-toolbar a:focus {
  background-color: #ccc;
}

.float-toolbar a:first-child {
  border-radius: 12px 12px 0 0;
}

.float-toolbar a:last-child {
  border-radius: 0 0 12px 12px;
}

.highlight {
  background-color: #a94442;
  color: white;
  padding: 0;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover {
  color: #23527c;
  background-color: transparent;
  text-decoration: none;
}
a:focus {
  color: #23527c;
  background-color: transparent;
  text-decoration: none;
}

.pos-top-left {
  top: 0 !important;
  left: 0 !important;
}

.pos-top-center {
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.pos-top-right {
  top: 0 !important;
  right: 0 !important;
}

.pos-middle-left {
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}

.pos-middle-center {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.pos-middle-right {
  top: 50% !important;
  right: 0 !important;
  transform: translate(-50%) !important;
}

.pos-bottom-left {
  bottom: 0 !important;
  left: 0 !important;
}

.pos-bottom-center {
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.pos-bottom-right {
  bottom: 0 !important;
  right: 0 !important;
}

.scrollbar {
  scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgb(193, 193, 193);
}
.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar.scrollbar-hover:hover::-webkit-scrollbar-thumb {
  background-color: rgb(193, 193, 193);
}
.scrollbar.scrollbar-hover::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.scrollbar-dark {
  scrollbar-width: thin;
}
.scrollbar-dark::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.scrollbar-dark::-webkit-scrollbar-thumb {
  background-color: rgb(193, 193, 193);
}
.scrollbar-dark::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar-dark.scrollbar-hover:hover::-webkit-scrollbar-thumb {
  background-color: rgb(193, 193, 193);
}
.scrollbar-dark.scrollbar-hover::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.scrollbar-dark::-webkit-scrollbar-thumb {
  background-color: rgba(220, 220, 220, 0.2);
}
.scrollbar-dark.scrollbar-hover:hover::-webkit-scrollbar-thumb {
  background-color: rgba(220, 220, 220, 0.2);
}

.scroll-top-wrapper {
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  background-color: #777777;
  color: #eeeeee;
  text-align: center;
  border-radius: 0.25rem;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #888888;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.scroll-top-wrapper i {
  font-size: 20px;
  line-height: inherit;
}

.square .scroll-top-wrapper {
  border-radius: 0;
}

.square button,
.square label,
.square select,
.square textarea {
  border-radius: 0 !important;
}
.square input :not(.form-check-input) {
  border-radius: 0 !important;
}
.square .alert,
.square .badge,
.square .form-control,
.square .form-select,
.square .list-group,
.square .panel,
.square .toast {
  border-radius: 0 !important;
}
.square .btn {
  border-radius: 0 !important;
}
.square .breadcrumb {
  border-radius: 0 !important;
}
.square .card {
  border-radius: 0 !important;
}
.square .card .card-header {
  border-radius: 0 !important;
}
.square .context-menu {
  border-radius: 0 !important;
}
.square .dropdown,
.square .dropdown-menu {
  border-radius: 0 !important;
}
.square .nav-link {
  border-radius: 0 !important;
}
.square .nav-tabs > .nav-item > .nav-link {
  border-radius: 0 !important;
}
.square .modal,
.square .modal-content,
.square .modal-header,
.square .modal-body,
.square .modal-footer {
  border-radius: 0 !important;
}
.square .pagination > .page-item > .page-link {
  border-radius: 0 !important;
}

.switch-toggle {
  background: #e0e0e0;
  margin-bottom: 2px;
}
.switch-toggle input:not(:checked) ~ a {
  background: transparent;
  border: transparent;
}
.switch-toggle input:checked + label {
  color: white;
}
.switch-toggle input:checked ~ a {
  background: #337ab7;
  border: #2e6da4;
}
.switch-toggle input + label {
  color: black;
}
.switch-toggle label {
  color: black;
  font-weight: initial;
}

.team-name {
  font-size: 18px;
}

.team-email {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .team-image {
    height: 200px;
    width: 200px;
    text-align: center;
  }

  .team-title {
    text-align: center;
  }
}
.toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toolbar li {
  position: relative;
  margin: 0;
  padding: 0;
}
.toolbar .dropdown:hover > a {
  background-color: rgba(220, 220, 220, 0.2);
}
.toolbar .dropdown:hover > a:first-child {
  background-color: rgba(220, 220, 220, 0.2);
}
.toolbar .dropdown.open > a {
  background-color: rgba(220, 220, 220, 0.2);
  color: #4d5259;
}
.toolbar .toolbar-icon-top > i:first-child {
  display: block;
  font-size: 17px;
  line-height: 28px;
}
.toolbar .toolbar-icon-top > i:last-child {
  display: inline-block;
}

[data-widget=treeview] .menu-open > .nav-link,
[data-widget=treeview] .menu-is-opening > .nav-link {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
[data-widget=treeview] .menu-open > .nav-link.active,
[data-widget=treeview] .menu-is-opening > .nav-link.active {
  background-color: rgba(0, 0, 0, 0.3);
}
[data-widget=treeview] .menu-open > .nav-link:hover,
[data-widget=treeview] .menu-is-opening > .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
[data-widget=treeview] .menu-open > .nav-link .nav-arrow,
[data-widget=treeview] .menu-is-opening > .nav-link .nav-arrow {
  transform: rotate(-90deg);
}
[data-widget=treeview] .menu-open .treeview-nav > .nav-item > .nav-link:hover,
[data-widget=treeview] .menu-is-opening .treeview-nav > .nav-item > .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
[data-widget=treeview] .treeview-nav {
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[data-widget=treeview] .treeview-nav > .nav-item {
  background-color: rgba(0, 0, 0, 0.2);
}
[data-widget=treeview] .treeview-nav > .nav-item > .nav-link.active {
  background-color: rgba(0, 0, 0, 0.1);
}
[data-widget=treeview] .treeview-nav > .nav-item > .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.import-wrapper .import-control {
  position: relative;
  display: flex;
  cursor: pointer;
}
.import-wrapper .import-control .import-input-caption {
  width: 100%;
  position: relative;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: 1px solid #ccc;
  outline-style: dashed;
  outline-offset: -5px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
.import-wrapper .import-control .import-input-caption.is-dragover {
  background-color: #c8dadf;
}
.import-wrapper .import-control .dropdown {
  white-space: nowrap;
}
.import-wrapper .import-control .dropdown > a {
  padding: 13px 16px;
}
.import-wrapper .import-info {
  font-size: 12px;
  font-style: italic;
  margin: 5px 5px;
  color: #989898;
}

.square .import-input-caption {
  border-radius: 0px !important;
}

.wrapper {
  position: relative;
}

.layout {
  display: flex;
}

.content .content-header {
  padding: 20px 20px 0px 20px;
}
.content .content-header h3 {
  margin: 15px 0px 10px 0px;
}
.content .content-page {
  padding: 0px 20px 20px 20px;
}

.navbar {
  height: 55px;
  background-color: white;
  padding: 0;
  padding-right: 20px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  z-index: 997;
}
.navbar > .navbar-nav > .nav-item > .nav-link {
  min-width: 65px;
  padding: 0 12px;
  color: black;
  text-align: center;
}
.navbar > .navbar-nav > .nav-item > .nav-link.active {
  background-color: rgba(220, 220, 220, 0.4);
}
.navbar > .navbar-nav .divider {
  height: 20px;
  align-self: center;
  margin: 0 10px;
  border-left: 1px solid #ccc;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 250px;
  background-color: rgba(70, 130, 180, 0.9);
  color: white;
  border-bottom: 1px solid #ccc;
}
.navbar-header .navbar-title {
  color: white;
  font-size: 1.25rem;
}

.navbar-action .navbar-nav > .nav-item > .nav-link {
  line-height: 54px;
}
.navbar-action .navbar-nav > .nav-item > .nav-link:hover {
  background-color: #eeeeee;
  color: black;
}

.navbar-fixed .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.navbar-fixed:not(.sidebar-fixed) .sidebar .brand-link {
  position: fixed;
  top: 0;
}
.navbar-fixed .content {
  padding-top: 55px;
}

.navbar-avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #8b95a5;
  text-transform: uppercase;
  margin-right: 8px;
}
.navbar-avatar.navbar-lang {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: transparent;
}

.sidebar {
  width: 250px;
  min-height: 100%;
  color: white;
  background-color: white;
  white-space: nowrap;
  z-index: 998;
  transition: all 0.3s ease;
}
.sidebar .sidebar-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 130, 180, 0.9);
  z-index: -1;
}
.sidebar .sidebar-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/leftmenu.jpg);
  background-position: bottom center;
  z-index: -2;
}
.sidebar .sidebar-header .brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  border-bottom: 1px solid #ccc;
}
.sidebar .sidebar-header .brand-link .brand-text {
  color: white;
  font-size: 1.25rem;
}

.sidebar-menu {
  overflow-x: hidden;
}
.sidebar-menu .sidebar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-menu .nav-item > .nav-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 45px;
  padding: 12px 26px 12px 26px;
}
.sidebar-menu .nav-item > .nav-link .nav-icon {
  width: 16px;
  text-align: center;
}
.sidebar-menu .nav-item > .nav-link .nav-icon ~ .nav-title {
  margin-left: 16px;
}
.sidebar-menu .nav-header {
  margin: 20px 0 7px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 700;
}

.sidebar-action .nav-item > .nav-link.active {
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar-action .nav-item > .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar-mini.sidebar-collapse .navbar {
  margin-left: 70px;
}
.sidebar-mini.sidebar-collapse .sidebar {
  width: 70px;
  margin-left: 0px;
}
.sidebar-mini.sidebar-collapse .sidebar:hover {
  width: 250px;
}
.sidebar-mini.sidebar-collapse .sidebar:not(:hover) .brand-link .brand-text {
  display: none;
}
.sidebar-mini.sidebar-collapse .sidebar:not(:hover) .sidebar-nav .nav-header {
  visibility: hidden;
}
.sidebar-mini.sidebar-collapse .sidebar:not(:hover) .sidebar-nav .nav-title {
  display: none;
}
.sidebar-mini.sidebar-collapse .sidebar:not(:hover) .sidebar-nav .nav-arrow {
  display: none;
}
.sidebar-mini.sidebar-collapse .content {
  margin-left: 70px;
}
.sidebar-mini.sidebar-collapse .footer {
  margin-left: 70px;
}

.sidebar-collapse .navbar {
  margin-left: 0px;
}
.sidebar-collapse .sidebar {
  margin-left: -250px;
}
.sidebar-collapse .content {
  margin-left: 0px;
}
.sidebar-collapse .footer {
  margin-left: 0px;
}

.sidebar-absolute .sidebar {
  position: absolute;
}

.sidebar-fixed .sidebar {
  position: fixed;
}
.sidebar-fixed .sidebar .sidebar-menu {
  height: calc(100vh - 55px);
  overflow-y: overlay;
}

#sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 997;
}

.sidebar-open #sidebar-overlay {
  display: block;
}

@media (max-width: 992px) {
  .sidebar-mini.sidebar-collapse .navbar {
    margin-left: 0px;
  }
  .sidebar-mini.sidebar-collapse .content {
    margin-left: 0px;
  }
  .sidebar-mini.sidebar-collapse .footer {
    margin-left: 0px;
  }

  .sidebar-open .navbar {
    margin-left: 0px;
  }
  .sidebar-open .content {
    margin-left: 0px;
  }
  .sidebar-open .footer {
    margin-left: 0px;
  }

  .sidebar-closed.sidebar-mini .sidebar {
    margin-left: -70px;
  }
  .sidebar-closed .navbar {
    margin-left: 0px;
  }
  .sidebar-closed .sidebar {
    margin-left: -250px;
  }
  .sidebar-closed .content {
    margin-left: 0px;
  }
  .sidebar-closed .footer {
    margin-left: 0px;
  }
}
.footer {
    /*  height: 55px;*/
    /*  padding: 17px 20px;*/
    /*  white-space: nowrap;*/
    background-color: #fff;
    border-top: 1px solid #ccc;
    z-index: 996;
    transition: all 0.3s ease;
}

.footer-fixed .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-fixed .content {
  padding-bottom: 55px;
}

#modal-login-form .modal-dialog {
  width: 350px !important;
}
#modal-login-form .modal-body .login-logo {
  margin: 35px 0px;
}
#modal-login-form .modal-body .login-logo .login-title {
  font-size: 45px;
}
#modal-login-form .modal-body .login-logo .login-image {
  height: 35px;
}
#modal-login-form .modal-body .login-text {
  margin-bottom: 1rem;
  font-size: 16px;
}
#modal-login-form .modal-body .login-password {
  margin-bottom: 5px;
}
#modal-login-form .modal-body .login-submit {
  display: grid;
  margin-top: 2rem;
}

#modal-recover-form .modal-dialog {
  width: 350px !important;
}
#modal-recover-form .modal-body .login-logo {
  margin: 35px 0px;
}
#modal-recover-form .modal-body .login-logo .login-title {
  font-size: 45px;
}
#modal-recover-form .modal-body .login-logo .login-image {
  height: 35px;
}
#modal-recover-form .modal-body .login-text {
  margin-bottom: 1rem;
  font-size: 16px;
}
#modal-recover-form .modal-body .login-submit {
  margin-top: 2rem;
}

.admin-navbar {
  margin-left: 250px;
  transition: all 0.3s ease;
}

.admin-sidebar .nav-item .nav-link {
  color: white;
}
.admin-sidebar .nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.admin-sidebar .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.admin-sidebar .treeview-nav .nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.admin-content {
  min-height: calc(100vh - 55px);
  margin-left: 250px;
  transition: all 0.3s ease;
}

.admin-footer {
  margin-left: 250px;
}
