html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.my-selectbar .rz-button {
    --rz-selectbar-selected-background-color: var(--rz-warning);
    --rz-selectbar-selected-color: var(--rz-on-warning);
}

.timeline-msg-content {
    flex: 1;
    max-height: 45vh;
    overflow: auto;
    padding-right: .25rem;
    overflow-wrap: anywhere;
}

    .timeline-msg-content img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .timeline-msg-content img {
        max-height: 60vh;
        object-fit: contain;
    }

    .timeline-msg-content table {
        max-width: 100%;
    }

    .timeline-msg-content pre,
    .timeline-msg-content code {
        overflow: auto;
        max-width: 100%;
        display: block;
    }

.timeline-msg-content--grid {
    display: grid;
}

.timeline-msg-skeleton {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1rem 0;
}

.hd-att-row-card {
    overflow: hidden;
}

.hd-att-row {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.hd-att-middle {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.hd-att-right {
    flex: 0 0 auto;
}

.hd-att-thumb {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: white;
    overflow: hidden;
}

.hd-att-thumb-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
}

.hd-att-thumb--sm {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 6px;
    overflow: hidden;
    border: none;
    background: transparent;
}

    .hd-att-thumb--sm .hd-att-thumb-img {
        width: 32px;
        height: 32px;
    }

.hd-att-name {
    display: block;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.hd-att-panel-card {
    padding: 0.65rem 0.9rem;
}

.hd-att-root {
    max-width: 100%;
    overflow-x: hidden;
}

.hd-att-mid {
    min-width: 0;
    overflow: hidden;
}

.hd-att-line {
    min-width: 0;
    width: 100%;
    overflow: hidden;
}
