* {
  font-family: 'Open Sans', sans-serif;
}

[data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;
}

input[type="checkbox"] {
  margin-right: 0.2vw;
  margin-top: 0.1vw;
}

span {
  font-size: 1rem;
  line-height: 1rem;
}

.bold {
  font-weight: 650;
}

.info {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
  width: 90%;
  margin: auto;
  text-align:center;
  line-height: 60px;
}

.text {
  font-size: 13px;
  font-weight: 600;
}

.row {
  margin: 0 !important;
  width: 100%;
}

.nav-link {
  padding-bottom: 0! important;
}

.panel {
  padding-top: 1vw;
  text-align: center;
}

.panel-button {
  padding: 0.5vw;
  border: none;
  outline: none;
  background-color: transparent;
}

.panel-button:focus {
  border: none;
  outline: none;
}

.panel-button:hover {
  color: gray;
}

.submit-button {
  font-weight: 600;
  background-color: orange;
  border-radius: 0.2vw;
}

.submit-button:hover {
  color: white;
}

.chose-field {
  width: 98%;
  margin-left: 2% !important;
}

.topic-item {
  margin-bottom: 0.5vw;
}

.delete-btn {
  display: flex;
  float: right;
  margin-right: 0.1vw;
  margin-bottom: 0.2vw;
}

#graph-container {
  width: 100%;
  height: 100vh;
  border-left: 0.1vw black solid;
}

.input-header {
  margin-top: 10px;
}

.list {
  margin-top: 10px;
  border-top: 1px solid black;
}

.path {
  margin-top: 20px;
  border-bottom: 1px solid #ededed;
}

.projects_list {
  columns: 3;
}

.plans-margin-top {
  padding-top: 40px;
  padding-bottom: 20px;
}

.error {
  color: red;
  font-weight: bold;
}

.success {
  color: green;
  font-weight: bold;
}

.text-black {
  color: black !important;
}
