body {
  font-size: 15px;
}

.fs-7 {
  font-size: 15px;
}

.fs-8 {
  font-size: 14px;
}

table {
  white-space: nowrap;
}

.avatar-circle {
  border-radius: 100%;
}

a {
  text-decoration: none;
}

.profile-tag {
  /* background-image: url(''); */
  background-color: #333;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  user-select: none;
  margin: 10px 0px;
  text-shadow: 0 0 5px #000;
}

[data-bs-theme=dark] {
  /* MDEditor */
  /* End MDEditor */
}
[data-bs-theme=dark] .table td {
  color: rgba(255, 255, 255, 0.8);
}
[data-bs-theme=dark] .table th {
  color: rgba(255, 255, 255, 0.9);
}
[data-bs-theme=dark] .text-secondary, [data-bs-theme=dark] .text-muted, [data-bs-theme=dark] .text-secondary td, [data-bs-theme=dark] .text-muted td {
  color: rgba(152, 156, 164, 0.9) !important;
}
[data-bs-theme=dark] .bg-white {
  background-color: rgba(250, 250, 250, 0.01) !important;
}
[data-bs-theme=dark] footer {
  background-color: rgba(255, 255, 255, 0.02);
}
[data-bs-theme=dark] .bg-light {
  background-color: rgba(255, 255, 255, 0.01) !important;
}
[data-bs-theme=dark] .text-dark {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-bs-theme=dark] .CodeMirror {
  background-color: rgba(255, 255, 255, 0.02);
  border: none;
  color: rgba(255, 255, 255, 0.4);
}
[data-bs-theme=dark] .CodeMirror, [data-bs-theme=dark] .CodeMirror textarea {
  caret-color: rgba(255, 255, 255, 0.4) !important;
}
[data-bs-theme=dark] span .CodeMirror-selectedtext {
  background: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .editor-toolbar {
  border: none;
  background-color: rgba(255, 255, 255, 0.06) !important;
}
[data-bs-theme=dark] .editor-toolbar:hover {
  background-color: rgba(255, 255, 255, 0.04) !important;
  color: rgb(255, 255, 255) !important;
}
[data-bs-theme=dark] .editor-toolbar:hover a {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-bs-theme=dark] .editor-toolbar a {
  color: rgb(255, 255, 255) !important;
}
[data-bs-theme=dark] .editor-toolbar i.separator, [data-bs-theme=dark] .editor-toolbar:hover i.separator {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
[data-bs-theme=dark] .editor-toolbar a:hover, [data-bs-theme=dark] .editor-toolbar a.active {
  background-color: rgba(255, 255, 255, 0.06) !important;
  border: none;
}
[data-bs-theme=dark] .editor-toolbar.disabled-for-preview a:not(.no-disable) {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
[data-bs-theme=dark] .editor-preview {
  background-color: #202326;
  border: none;
  color: rgba(255, 255, 255, 0.4);
}

[data-bs-theme=light] {
  --bs-link-color-rgb: 27, 104, 158;
  --bs-link-hover-color-rgb: 59, 59, 59;
  /*
  a {
      text-decoration: none;
      color: #1B689E;
      transition: all .4s;
  }

  a:hover, a:active, a:focus {
      color: #3B3B3B;
      text-decoration: none;
  }
  */
  /* Bugfix bootstrap 5.3 */
}
[data-bs-theme=light] body {
  background-color: #fcfcfc;
}
[data-bs-theme=light] .card-header {
  background-color: rgb(248, 249, 250);
}
[data-bs-theme=light] .table-silver {
  background: linear-gradient(0deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 71%);
}
[data-bs-theme=light] .card, [data-bs-theme=light] .list-group-item {
  border-color: #dee2e6 !important; /* #e0e0e0 */
}
[data-bs-theme=light] hr {
  border-color: #636363;
}
[data-bs-theme=light] .avatar-circle {
  border: 1px solid #dee2e6;
}
[data-bs-theme=light] .text-secondary td, [data-bs-theme=light] .text-muted td {
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/*# sourceMappingURL=ucp.css.map */
