.dataviewer-th {
  cursor: pointer;
}

a.link-expand {
  cursor: pointer;
}

.table td.data-group {
  vertical-align: middle;
}

.table-responsive .table > :not(:first-child) {
  border-top: 1px;
}

a.editable-link {
  border-bottom-style: dotted;
  text-decoration: none;
}

.label-center {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .logo {
    display: none;
  }
}
.btn-group a.link-toggle {
  cursor: pointer;
  color: #f95c2e;
}

#root .btn-primary {
  --bs-btn-active-bg: #d00679;
}

#root .btn-info {
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #35baf5;
}

#root .btn-warning {
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #fecd39;
}

.list-group-item .action-icons {
  margin-left: 30px;
}

h4.text-themecolor {
  font-weight: bold;
}

.tall-div {
  min-height: 500px;
}

@media (max-width: 767px) {
  .tall-div {
    min-height: 600px;
  }
}
#main-wrapper .center {
  background-color: white;
}

.center .card {
  border: 1px dashed black;
  margin-top: 20px;
  margin-bottom: 30px;
}

.directory-explorer {
  border: 1px dashed black;
  margin-bottom: 30px;
  padding: 10px;
}

.directory {
  margin-bottom: 10px;
}

.back-btn {
  margin-bottom: 10px;
}
