.action-buttons {
    white-space: nowrap;
}

.chat-window .message-bubble {
    max-width: 75%;
}

.chat-window .message-bubble p {
    white-space: pre-wrap;
    word-break: break-word;
    margin-bottom: 0;
}

.message-content-wrapper {
    display: flex;
    align-items: flex-end;
}

.message-text-content {
    flex-grow: 1;
}

.message-timestamp {
    font-size: 0.75rem;
    opacity: 0.75;
    margin-left: 0.5rem;
    flex-shrink: 0;
    white-space: nowrap;
}

.media-container img,
.media-container video {
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
    display: block;
    border-radius: 0.25rem;
}

.chat-list-actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.message-form .input-group {
    position: relative;
}

.message-form textarea {
    border-radius: 0.375rem !important;
    padding-right: 80px;
}

.message-form .btn-send {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: transparent;
    border: none;
    color: var(--bs-primary);
    padding: .375rem .75rem;
}

.message-form .btn-attach {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: transparent;
    border: none;
    color: var(--bs-secondary-color);
    padding: .375rem .75rem;
}

.message-form .btn-send:hover,
.message-form .btn-attach:hover {
    color: var(--bs-primary-text-emphasis);
}

.gslide-image img {
    max-height: 90vh;
    max-width: 90vw;
}

.wide-container {
    max-width: 1440px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.table-col-status,
.table-col-comment {
    max-width: 250px;
    white-space: normal;
    word-wrap: break-word;
}

.dropdown-menu-form {
    padding: 1rem;
    min-width: 250px;
}

.status-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;
}