@media screen and (min-width: 768px) {
  .d-md-table-header-group {
    display: table-header-group !important;
  }
}

.form-control {
  box-shadow: none !important;
}
.form-control:focus {
  border-color: #0D6EFD;
}
.form-select {
  box-shadow: none !important;
}
.form-select:focus {
  border-color: #0D6EFD;
}
.form-select + .select2.select2-container--focus .select2-selection, .form-select + .select2.select2-container--open .select2-selection {
  border-color: #0D6EFD;
}
.form-select + .select2 .select2-selection {
  box-shadow: none !important;
}
.form-select.border-danger + .select2 .select2-selection {
  border-color: #DC3545;
}
.form-check-input {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  box-shadow: none !important;
  cursor: pointer;
}
.form-check-input-sm {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}
.form-check-input:disabled + label {
  opacity: 0.7;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #0D6EFD;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  box-shadow: none !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #0D6EFD;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: #0D6EFD;
}

.link-primary {
  color: #0D6EFD !important;
}
.link-primary:hover, .link-primary:active {
  color: #0A58CA !important;
}

.btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn > img {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.btn > img + span,
.btn > span + img {
  margin-left: 4px;
}
.btn-sm > img {
  width: 16px;
  height: 16px;
}
.btn-xs {
  font-size: 0.75em;
  padding: 0.125rem 0.25rem;
}
.btn-xs > img {
  width: 8px;
  height: 8px;
}
.btn-primary {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}
.btn-primary > img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
.btn-primary:hover, .btn-primary:active {
  background-color: #0A58CA !important;
  border-color: #0A58CA !important;
}
.btn-success > img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
.btn-secondary > img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
.btn-danger > img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}

.bg-dark {
  background-color: #333333 !important;
}
.bg-disabled {
  background-color: var(--bs-secondary-bg) !important;
}

.rounded {
  border-radius: 4px !important;
}

.img-filter-danger {
  filter: brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(1343%) hue-rotate(327deg) brightness(98%) contrast(99%);
}
.img-filter-success {
  filter: brightness(0) saturate(100%) invert(29%) sepia(61%) saturate(2284%) hue-rotate(135deg) brightness(94%) contrast(80%);
}

.icon-success {
  filter: brightness(0) saturate(100%) invert(38%) sepia(60%) saturate(522%) hue-rotate(100deg) brightness(97%) contrast(94%);
}
.icon-danger {
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(3298%) hue-rotate(335deg) brightness(91%) contrast(89%);
}

.cursor-pointer {
  cursor: pointer;
}

.smaller {
  font-size: 0.75em;
}

.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  overflow: auto;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .side-menu {
    left: -320px;
    transition: left 0.4s;
  }
}
@media screen and (max-width: 369px) {
  .side-menu {
    left: -100%;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .side-menu.open {
    left: 0;
  }
}
.side-menu-header {
  padding: 16px;
}
.side-menu-header-logo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 12px;
}
.side-menu-header-logo a img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 369px) {
  .side-menu-header-logo a img {
    max-width: calc(100% - 56px);
    margin: 0 16px 0 0;
  }
}
.side-menu-header-logo-close {
  display: block;
  border: none;
  background: transparent;
  outline: none !important;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 370px) {
  .side-menu-header-logo-close {
    display: none;
  }
}
.side-menu-header-logo-close img {
  display: block;
  width: 40px;
  height: 40px;
}
.side-menu-header-user {
  text-align: center;
  font-weight: 500;
}
.side-menu-navigation {
  flex: 1;
  padding: 1px 0 0 0;
}
.side-menu-navigation-heading {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: #333333;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 16px;
}
.side-menu-navigation-heading > span {
  display: block;
}
.side-menu-navigation-heading > span:not(:first-child) {
  text-transform: none;
  font-size: 13px;
}
.side-menu-navigation-submenu {
  display: none;
  background-color: #e1e1e1;
}
.side-menu-navigation-submenu > a {
  display: block;
  border-bottom: 1px solid #cdcdcd;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 16px;
  margin: 0;
}
.side-menu-navigation-submenu > a:hover, .side-menu-navigation-submenu > a.active {
  color: #0D6EFD;
}
.side-menu-navigation-option {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: -1px 0 0;
}
.side-menu-navigation-option > a {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  background-color: transparent;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  text-decoration: none;
  padding: 8px 16px;
}
.side-menu-navigation-option > a img {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
.side-menu-navigation-option > a span {
  color: #000000;
  font-weight: 500;
  font-size: 0.9em;
}
@media screen and (max-width: 309px) {
  .side-menu-navigation-option > a span {
    font-size: 0.85em;
  }
}
.side-menu-navigation-option > a:hover {
  background-color: #0A58CA !important;
  border-color: #0A58CA !important;
}
.side-menu-navigation-option > a:hover img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
.side-menu-navigation-option > a:hover span {
  color: #ffffff;
}
.side-menu-navigation-option > button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-height: 46px;
  background: none;
  outline: none !important;
  border: none;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
}
.side-menu-navigation-option > button > img {
  display: block;
  width: 32px;
  height: auto;
}
.side-menu-navigation-option > button > img:last-child {
  display: none;
}
.side-menu-navigation-option > button:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.side-menu-navigation-option > button:hover > img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(70%) saturate(117%) hue-rotate(184deg) brightness(112%) contrast(100%);
}
.side-menu-navigation-option.dropdown-toggler.open > button > img:first-child {
  display: none;
}
.side-menu-navigation-option.dropdown-toggler.open > button > img:last-child {
  display: block;
}
.side-menu-navigation-option.dropdown-toggler.open + .side-menu-navigation-submenu {
  display: block;
}
.side-menu-navigation-option.active > a {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}
.side-menu-navigation-option.active > a img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
.side-menu-navigation-option.active > a span {
  color: #ffffff;
}
.side-menu-navigation-option.active > button {
  background-color: #333333;
  border-color: #333333;
}
.side-menu-navigation-option.active > button > img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(70%) saturate(117%) hue-rotate(184deg) brightness(112%) contrast(100%);
}
.side-menu-navigation-option.disabled > a {
  background-color: #cdcdcd;
  border-color: #a1a1a1;
  cursor: default;
}
.side-menu-navigation-option.disabled > a span {
  color: #000000;
}
.side-menu-navigation-option.disabled > a img {
  filter: none;
}
.side-menu-footer {
  margin: -1px 0 0;
}
.side-menu-footer > div a {
  position: relative;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-top: 1px solid #cdcdcd;
  text-decoration: none;
  padding: 8px 16px;
}
.side-menu-footer > div a img {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
.side-menu-footer > div a span {
  color: #000000;
  font-weight: 500;
}
.side-menu-footer > div a:hover {
  background-color: #0A58CA !important;
  border-color: #0A58CA !important;
}
.side-menu-footer > div a:hover img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
.side-menu-footer > div a:hover span {
  color: #ffffff;
}
.side-menu-footer > div.active a {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}
.side-menu-footer > div.active a img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
.side-menu-footer > div.active a span {
  color: #FFFFFF;
}
.side-menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 98;
  transition: opacity 0.4s, visibility 0.4s;
}
@media screen and (min-width: 992px) {
  .side-menu-overlay {
    display: none;
  }
}
@media screen and (max-width: 369px) {
  .side-menu-overlay {
    display: none;
  }
}
.side-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}
.side-menu-overlay-close {
  position: absolute;
  top: 4px;
  right: 16px;
  display: block;
  border: none;
  background: transparent;
  outline: none !important;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 479px) {
  .side-menu-overlay-close {
    right: 8px;
  }
}
.side-menu-overlay-close img {
  display: block;
  width: 40px;
  height: 40px;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}

.mobile-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #333333;
  padding: 4px 24px;
  z-index: 97;
}
@media screen and (min-width: 992px) {
  .mobile-top-bar {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .mobile-top-bar {
    padding: 4px 16px;
  }
}
.mobile-top-bar-toggle {
  display: block;
  border: none;
  background: transparent;
  outline: none !important;
  padding: 0;
  margin: 0;
}
.mobile-top-bar-toggle img {
  display: block;
  width: 40px;
  height: 40px;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
.mobile-top-bar-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 0 12px;
}
@media screen and (max-width: 575px) {
  .mobile-top-bar-title {
    font-size: 16px;
  }
}

.page-container {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #cdcdcd;
  padding: 16px 24px 16px 344px;
}
@media screen and (max-width: 992px) {
  .page-container {
    padding: 64px 24px 16px;
  }
}
@media screen and (max-width: 479px) {
  .page-container {
    padding: 64px 16px 16px;
  }
}
.page-container.np {
  padding: 16px 24px;
}
@media screen and (max-width: 992px) {
  .page-container.np {
    padding: 64px 24px 16px;
  }
}
@media screen and (max-width: 479px) {
  .page-container.np {
    padding: 64px 16px 16px;
  }
}
@media screen and (max-width: 992px) {
  .page-container.np-top {
    padding-top: 16px;
  }
}
@media screen and (max-width: 479px) {
  .page-container.np-top {
    padding-top: 16px;
  }
}
.page-container .copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.page-container .copyright span {
  display: block;
}
.page-container .copyright span a {
  color: #000000;
  text-decoration: none;
}
.page-container .copyright span a:hover {
  text-decoration: underline;
}

.page-content {
  margin: 0 0 64px;
}

.page-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 4px;
}
@media screen and (max-width: 479px) {
  .page-title {
    display: block;
  }
}
.page-title > * {
  margin-bottom: 12px;
}
.page-title > *:not(:last-child) {
  margin-right: 8px;
}
.page-title > span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  .page-title > span {
    margin-right: 0 !important;
  }
}

.page-subtitle {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: -12px 0 16px;
}

.table {
  margin: 0;
}
.table-transparent {
  --bs-table-bg: transparent;
}
.table-img {
  max-width: 100%;
  max-height: 30px;
  height: auto;
}
.table:not(.table-sm) > thead tr th {
  padding: 0.5rem 0.25rem;
}
.table > thead tr th.sortable {
  position: relative;
  cursor: pointer;
}
.table > thead tr th.sortable.asc:after, .table > thead tr th.sortable.desc:after {
  content: "";
  display: inline-block;
  position: relative;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  margin: 0 0 0 8px;
}
.table > thead tr th.sortable.asc:after {
  transform: translateY(-50%) rotate(180deg);
}
.table > tbody:not([class*=table-]) > tr > td {
  background-color: transparent;
  border-color: #212529;
}
.table > tbody > tr > td {
  padding: 0.25rem 0.25rem;
}
.table > tbody > tr.border-bottom-0 > td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .table.adapt-mobile > thead {
    display: none;
  }
}
.table.adapt-mobile > tbody {
  position: relative;
}
.table.adapt-mobile > tbody[data-title]:before {
  content: attr(data-title);
  display: block;
  background-color: #333333;
  font-weight: 500;
  color: #ffffff;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .table.adapt-mobile > tbody[data-title]:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .table.adapt-mobile > tbody > tr {
    display: block;
    border-bottom: 1px solid #212529;
    padding: 8px 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .table.adapt-mobile > tbody > tr > td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: none;
    padding: 0 0 8px 0;
  }
}
@media screen and (max-width: 479px) {
  .table.adapt-mobile > tbody > tr > td {
    display: block;
  }
}
.table.adapt-mobile > tbody > tr > td[data-title]:before {
  content: attr(data-title) ": ";
  display: block;
  font-weight: 500;
  margin: 0 6px 0 0;
}
@media screen and (min-width: 768px) {
  .table.adapt-mobile > tbody > tr > td[data-title]:before {
    display: none;
  }
}
.table.adapt-mobile > tbody.table-light > tr {
  border-color: #C6C7C8;
}
.table.adapt-mobile.mobile-no-header > tbody:before {
  content: none;
}
.table-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -12px 4px;
  /*@media screen and (min-width: 992px) and (max-width: 1199px){
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
  }*/
}
@media screen and (max-width: 767px) {
  .table-actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.table-actions-settings {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 12px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .table-actions-settings {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table-actions-settings {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 399px) {
  .table-actions-settings {
    flex-wrap: wrap;
  }
}
.table-actions-settings > .setting {
  margin: 0 8px 12px 0;
}
@media screen and (max-width: 399px) {
  .table-actions-settings > .setting {
    width: 100%;
    margin: 0 0 12px;
  }
}
.table-actions-settings > .setting > select {
  width: 100%;
  min-width: 150px;
  max-width: 200px;
}
@media screen and (max-width: 399px) {
  .table-actions-settings > .setting > select {
    max-width: 100%;
  }
}
.table-actions-filters {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  padding: 0 12px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .table-actions-filters {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .table-actions-filters {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    order: 0;
  }
}
.table-actions-filters > .filter {
  position: relative;
  margin: 0 8px 12px 0;
}
.table-actions-filters > .filter:last-child {
  margin-right: 0;
}
@media screen and (max-width: 399px) {
  .table-actions-filters > .filter {
    width: 100%;
    margin: 0 0 12px;
  }
}
.table-actions-filters > .filter > select {
  width: 100%;
  min-width: 150px;
  max-width: 200px;
}
@media screen and (max-width: 399px) {
  .table-actions-filters > .filter > select {
    max-width: 100%;
  }
}
.table-actions-filters > .filter > input[type=text] {
  width: 100%;
  min-width: 200px;
  max-width: 200px;
}
@media screen and (max-width: 399px) {
  .table-actions-filters > .filter > input[type=text] {
    max-width: 100%;
  }
}
.table-actions-filters > .filter i.erase {
  position: absolute;
  right: 6px;
  bottom: 11px;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.table-actions-filters > button {
  flex-wrap: nowrap;
  margin-bottom: 12px;
}
.table-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 0 0;
}
.table-pagination-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.table-pagination-nav > * {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  text-decoration: none;
  color: #000000;
}
.table-pagination-nav > *:first-child {
  margin: 0 2px 0 0;
}
.table-pagination-nav > *:not(:first-child) {
  margin: 0 2px;
}
.table-pagination-nav > *:last-child {
  margin: 0 0 0 2px;
}
.table-pagination-nav > * img {
  display: block;
  width: 24px;
  height: 24px;
}
.table-pagination-nav > *:not(.dummy).active, .table-pagination-nav > *:not(.dummy):hover {
  background-color: #0D6EFD;
  color: #ffffff;
}
.table-pagination-nav > *:not(.dummy).active img, .table-pagination-nav > *:not(.dummy):hover img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(101%) contrast(101%);
}
.table-pagination-result {
  text-align: right;
}
.table-pagination-result p {
  font-size: 15px;
  margin: 0;
}
.table-pagination-result p.filtered {
  font-size: 13px;
}

.dashboard-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -16px 8px;
}
.dashboard-stats-box {
  display: block;
  width: calc(50% - 32px);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 16px;
  margin: 0 16px 16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dashboard-stats-box {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .dashboard-stats-box {
    width: calc(100% - 32px);
  }
}
.dashboard-stats-box.fluid {
  width: calc(100% - 32px);
}
.dashboard-stats-box-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.dashboard-stats-box-header img {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.dashboard-stats-box-header span {
  display: block;
  font-weight: 600;
}
.dashboard-stats-box-body > * {
  margin-bottom: 8px;
}
.dashboard-stats-box-body > *:last-child {
  margin-bottom: 0;
}

.user-form-password {
  position: relative;
}
.user-form-password-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #cdcdcd;
  border-radius: 0 0.375rem 0.375rem 0;
  outline: none !important;
  padding: 0;
  margin: 0;
  transition: border-color 0.15s ease-in-out;
}
.user-form-password-toggle > img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(13%) sepia(7%) saturate(988%) hue-rotate(169deg) brightness(94%) contrast(94%);
  padding: 6px;
}
.user-form-password input {
  padding-right: 3rem;
}
.user-form-password input.border-danger + .user-form-password-toggle {
  border-color: #dc3545;
}
.user-form-password input:focus + .user-form-password-toggle {
  border-color: #0D6EFD;
}

.datepicker-holder {
  position: relative;
}
.datepicker-holder input {
  padding-right: 40px;
}
.datepicker-holder input + .empty-datepicker {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border: none;
  background: transparent;
  padding: 0;
}
.datepicker-holder input + .empty-datepicker > img {
  display: block;
  aspect-ratio: 1/1;
  max-height: 100%;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(81%) saturate(7088%) hue-rotate(13deg) brightness(117%) contrast(126%);
}
.datepicker-holder input.form-control-sm {
  padding-right: 32px;
}
.datepicker-holder input.form-control-sm + .empty-datepicker {
  height: 31px;
}
.datepicker-holder input.form-control-sm + .empty-datepicker > img {
  height: 24px;
}

.time-inputs-holder {
  display: flex;
  align-items: stretch;
}
.time-inputs-holder > input {
  text-align: center;
}
.time-inputs-holder > input:first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}
.time-inputs-holder > input:last-child {
  border-radius: 0 0.375rem 0.375rem 0;
}
.time-inputs-holder > span {
  display: flex;
  align-items: center;
  background: #dee2e6;
  font-weight: 500;
  padding: 0 4px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  padding: 6px 12px 0;
  margin: 0 0 16px;
}
.breadcrumbs > * {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}
.breadcrumbs > *:not(:last-child) {
  margin-right: 8px;
}
.breadcrumbs > *:not(:last-child):after {
  content: "/";
  display: inline-block;
  color: #212529;
  margin: 0 0 0 8px;
}
.breadcrumbs > a {
  color: #0D6EFD;
  text-decoration: none;
}
.breadcrumbs > a:hover, .breadcrumbs > a:active {
  color: #0A58CA;
  text-decoration: underline;
}

.tox .tox-edit-area::before {
  border-color: #0D6EFD !important;
}

.floating-success-icon {
  position: absolute;
  bottom: 4px;
  right: 16px;
  display: block;
  width: 20px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(45%) sepia(29%) saturate(4041%) hue-rotate(89deg) brightness(115%) contrast(113%);
}

/*# sourceMappingURL=style.css.map */
