.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

#dash-menu {
  min-height: 15px;
  /*display: flex;*/
  /*align-items: start;*/
  gap: 30px;
  /*margin: 15px 0px;*/
  /*border: solid .5px grey;*/
  /*border-radius: 5px;*/
  padding: 10px 30px;
  /*width: 75%;*/
  background: #d56a11;
  color: white;
}

.link-dashmenu {
  color: white;
  text-decoration: none;
  padding: 4px 15px;
}

.link-dashmenu.active {
  background: white;
  color: #d56a11;
  border-radius: 2px;
  font-weight: 500;
}

a.noline {
  text-decoration: none;
  color: initial;
}

tr {
}

table {
  box-shadow: none !important;
}

body {
  background: rgb(254,250,249);
}

