legend {
	border-bottom: 1px solid #dee2e6;
	color: #000;
	margin-bottom: 1.5rem;
}
.buttons.row {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
a.list-group-item {
    color: #555;
}
a.list-group-item:hover {
    color: #555;
    background-color: #f7f7f7;
}
.sitemap-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.1);
    padding: .8rem;
    background: #f7f7f7;
    line-height: 1.2;
    margin-bottom: 0;
}
.sitemap li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
}
.sitemap li ul {
    padding: 10px 0;
}
.sitemap li ul li {
    border-bottom: 0;
    padding: 2px 0;
    font-weight: 400;
    font-size: 13px;
    text-transform: initial;
}
.sitemap li ul li a {
	color: #000;
}
.sitemap li ul li a:hover {
	color: #626262;
}
.sitemap li ul li:before {
    content: "-";
    padding-right: 5px;
}
.dashboard {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.dashboard .page-title {
  margin-bottom: 30px;
}

.dashboard .page-title h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

.theme-form .form-group {
  margin-bottom: 25px;
}

.theme-form label {
  font-weight: 500;
  margin-bottom: 8px;
}

.theme-form .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px 15px;
  height: auto;
}

.btn-solid {
  padding: 12px 25px;
  color: #ffffff;
  background-color: #ff4c3b;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}

.btn-solid:hover {
  background-color: #ff6b5e;
  color: #ffffff;
}

.btn-default {
  background-color: #6c757d;
}

.btn-group {
  margin-top: 20px;
  gap: 10px;
}