/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.sidebar {
    background-color: #f8f9fa;
    padding: 20px;
    height: 100%;
}

.request-section h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.request-section ul {
    padding-left: 0;
}

.request-section .list-group-item {
    border: none;
    padding: 5px 10px;
    font-size: 0.9rem;
}
