html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.list-group-item {
    cursor: pointer;
}

    .list-group-item.active {
        background-color: #007bff;
        color: white;
    }

.modal-footer {
    display: flex;
    justify-content: flex-end; /* Eller space-between för att sprida ut */
    align-items: center;
}

.btn-secondary {
    margin: 0;
    padding: 0.5rem 1rem; /* Exempelstorlek för att matcha */
}
