.cookie-consent {
  background-color: #424a53;
  color: #fff;
  padding: 8px;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookie-consent button {
  background-color: #fff;
  border: 0;
  padding: 3px 10px;
  margin-left: 12px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.cookie-consent button:hover, .cookie-consent button:active {
  background-color: #eef2f5;
}

body {
  font-size: 90%;
}

.app-header {
  background: linear-gradient(90deg, var(--colorA) 10%, var(--colorB) 100%);
}
.app-header .navbar-brand {
  width: 220px;
  opacity: 1;
}
.app-header .navbar-brand .logo-lg {
  height: 100%;
  margin: auto;
}
.app-header .navbar-brand img {
  max-height: 35px;
  max-width: 100%;
  margin: 10px auto;
  filter: brightness(0) invert(1) opacity(0.9);
}
.app-header .navbar-toggler {
  outline: none;
  filter: brightness(0) invert(1) opacity(0.6);
}
.app-header .navbar-toggler:hover {
  filter: brightness(0) invert(1) opacity(0.8);
}

.app-footer {
  display: none;
}

.app-body .sidebar {
  background: var(--colorA) !important;
}
.app-body .sidebar .header {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 0 0 10px;
  color: rgba(255, 255, 255, 0.2) !important;
  letter-spacing: 0.4px;
}
.app-body .sidebar .nav li.mobile {
  display: none;
}
.app-body .sidebar.sidebar-pills .nav-link {
  color: rgba(255, 255, 255, 0.65) !important;
}
.app-body .sidebar.sidebar-pills .nav-link.active,
.app-body .sidebar.sidebar-pills .nav-link:hover {
  color: #fff !important;
}
.app-body .sidebar.sidebar-pills .nav-link.active .nav-icon,
.app-body .sidebar.sidebar-pills .nav-link:hover .nav-icon {
  color: rgba(255, 255, 255, 0.65) !important;
}
.app-body .sidebar.sidebar-pills .nav-dropdown.open .nav-link.nav-dropdown-toggle {
  font-weight: 400;
}
.app-body .navbar-filters {
  background-color: #fafafa;
  border: 1px solid #dce1e9;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.app-body .navbar-filters > .nav-item {
  margin: 8px 0;
}

.btn-primary,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: var(--colorA) !important;
  border-color: var(--colorA) !important;
}

table .btn-sm {
  background-color: #efefef;
  border: 1px solid #d3d3d3;
  color: #333;
  padding: 0.05rem 0.3rem;
  font-size: 0.8rem;
  margin-right: 4px;
}
table .btn-sm:hover {
  background-color: #f6f6f6;
}
table .btn-sm:focus {
  outline: none;
}
table .btn-group {
  margin-right: 5px;
}
table .btn-group .btn-sm {
  margin-right: 0;
}
table .btn-group .btn-sm:first-child {
  padding-right: 4px !important;
}
table .dropdown-toggle {
  cursor: pointer;
}
table .dropdown-toggle:after {
  color: #333;
  margin: 0 0.1em;
}

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

.form-quote {
  border-left: 1px solid #e7e8ea;
  margin-left: 2rem;
  max-width: calc(100% - 4rem);
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

label.separator {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 500;
  font-size: 0.85rem;
}

.menu-disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 992px) {
  .app-header .navbar-toggler {
    margin-right: 0 !important;
  }
  .app-header .navbar-brand {
    position: relative;
    left: 0;
    margin-left: 0;
    width: initial;
  }
}
@media (max-width: 480px) {
  .app-header .navbar-brand {
    display: none;
  }

  .app-body .sidebar .nav li.mobile {
    display: block;
  }
}
