.author {
  border-radius: 50%;
}
u {
  text-underline-offset: 6px;
}
.format-gallery-notes p, .modal-bodyx p {
  white-space: pre-wrap;
}
.inline-link {
  text-decoration: none;
  color: yellow;
}

.form-floating>label {
  color: #212529;
}

.highlight-card-title {
  border-radius: 10px;
  background-color: var(--base-color);
  border: 2px solid rgb(193, 191, 191);
  padding: 1rem;
}

.highlight-card-title img {
  border-radius: 24px;
  padding: .5rem;
  width: auto;
  height: 100px;
}

.darkmode .highlight-card-title {
  background-color: var(--base-color);
}

.picref {
  margin-right: 1rem !important;
}

.gallery-notes,
.modal-notes {
  border-left: 2px solid;
  padding-left: 1rem;
}

.modal-notes {
  border-left: 2px solid;
}

nav div:last-child {
  margin-left: auto;
}

.modal-divider {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 1);
  margin: 1rem 0;
}
.a-highlight {
  color: inherit !important;
  text-decoration: underline;
  text-underline-offset: 6px;
}
/*  ADMIN  */
.admin-divider,
.admin-divider-black {
  height: 2px;
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 1rem 2rem;
}

.admin-divider-black {
  background-color: rgba(0, 0, 0, 0.75);
}

.br-03 {
  border-radius: .3rem;
}

.admin-stats-cats {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 6px;
}

.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 295px;
  margin-bottom: 5px;
  height: 330px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.border-highlight-red {
  border-color: red;
}
.red-highlight {
  color: red;
  font-weight: bold;
}
.footer-nav, nav {
  z-index: 1000;
}

.kv-zoom-actions {
  display: none;
}

.admin-modal-img {
  width: 40px !important;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

  h2,
  h3,
  h4,
  h5 {
    line-height: 2rem;
    color: var(--secondary-text);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    margin: 0;
  }

  .sm-hide {
    display: none !important;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}