.error {
  font-size: 1rem;
  color: #ff0000;
  width: 100%;
  margin-top: 5px;
}
.btn-custom {
  border-radius: 32px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
  /*   height: 45px; */
}
table.dataTable {
  border-collapse: collapse;
}
.table thead th {
  border-bottom: none;
  border-top: 1px;
}
.nav-link {
  border: none;
  margin: 5px;
}
#content-wrapper {
  height: 100svh;
}
.sidebar .nav-item .nav-link,
.sidebar.toggled .nav-item .nav-link {
  width: auto;
}
@media screen and (min-width: 1000px) {
  #content {
    min-height: 90dvh;
  }
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child {
  width: 130px;
}
th {
  min-width: 85px;
}
table.table-bordered.dataTable td {
  vertical-align: middle;
}
.full-radius {
  border-radius: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#listingExer {
  height: auto;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #e3e6f0;
  padding: 10px;
  padding-left: 15px;
  border-radius: 8px;
}
#listingExer .form-check:hover {
  opacity: 0.8;
}
.pagination {
  font-size: 12px;
}
.img-custom-gallery {
  object-fit: cover;
  width: 100%;
  height: 625px;
}
.alert {
  position: fixed;
  bottom: 10px;
  width: 310px;
  right: 20px;
  z-index: 10;
  border: 2px solid;
}
.alert-custom{
  position: relative;
  width: 100%;
  right: auto;
  left: auto;
}
#chat-messages p,
#chat-messages h1,
#chat-messages h2,
#chat-messages h3,
#chat-messages h4,
#chat-messages li,
#chat-messages strong,
#chat-messages b {
  font-size: 14px;
  color: #000;
}
/* table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  border: none;
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  font-weight: 900;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.dtr-expanded
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.dtr-expanded
  > th.dtr-control:before {
  border: none;
}
 */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  top: 50% !important;
  left: 5px !important;
  height: 1em !important;
  width: 1em !important;
  margin-top: -9px !important;
  display: inline-block !important;
  color: white !important;
  border: 0.15em solid white !important;
  border-radius: 1em !important;
  box-shadow: 0 0 0.2em #444 !important;
  box-sizing: content-box !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace !important;
  line-height: 1em !important;
  content: "+" !important;
  background-color: #31b131 !important;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.dtr-expanded
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.dtr-expanded
  > th.dtr-control:before {
  top: 50% !important;
  left: 5px !important;
  height: 1em !important;
  width: 1em !important;
  margin-top: -9px !important;
  display: inline-block !important;
  color: white !important;
  border: 0.15em solid white !important;
  border-radius: 1em !important;
  box-shadow: 0 0 0.2em #444 !important;
  box-sizing: content-box !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace !important;
  line-height: 1em !important;
  content: "-" !important;
  background-color: #d33333 !important;
}
.card-custom-htp{
  border-left: 5px solid #1cc88a;
}
/* Credentials post-save alert styling */
.credentials-alert {
  border-color: #17a2b8;
  border-radius: 0.75rem;
}
.credentials-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px 16px;
}
@media (min-width: 576px) {
  .credentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.credential-item {
  background: #f8fbfd;
  border: 1px solid #e3e6f0;
  border-radius: 8px;
  padding: 8px 12px;
}
.credential-label {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.credential-value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  word-break: break-all;
  white-space: pre-wrap;
  font-size: 0.95rem;
}
.credentials-divider {
  width: 1px;
  background: #e3e6f0;
}
.credentials-alert .btn {
  border-radius: 999px;
}