/* Custom Stylesheet hash:17784912841778498264 dated 06 Jun, 2026 04:42:22+Asia/Karachi */
/* Add custom CSS here */

.ace_scroller {
  color:white;
}

.external-icon .ace_gutter-cell {
  color:white;
}

.branding__logo {
  max-width : 300px;
}

/* Fancybox styling */
.article-content img {
  cursor: zoom-in;
  transition: opacity 0.3s;
}

/* Widen the reply to fit width of container */
.media__body {
  flex-grow: 1;
}

#view-conversation {
  padding: 20px;
  max-width: 1280px;
}

#article {
  padding: 20px; /* Adjust padding as needed */
  max-width: 1280px; /* Adjust this value to control the maximum width of the article container */
  margin-left: auto; /* Center the article container horizontally on the page */
  margin-right: auto; /* Center the article container horizontally on the page */
}

.wrap.wrap--body.wrap--article {
  max-width: 100%; /* Allow the content to take up the available width within the parent */
  margin-left: auto;
  margin-right: auto;
}

.status-badge {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 600;
}

.status-working {
    background-color: #3b82f6; /* Blue */
    color: white;
}

.status-pending {
    background-color: #e93e35; /* Red */
    color: white;
}

.status-hold {
    background-color: #f59e0b; /* Orange/Amber */
    color: white;
}

.status-completed {
    background-color: #159500; /* Green */
    color: white;
}

.status-closed {
    background-color: #000000; /* Black */
    color: white;
}

.modal.zoomIn {
  display: block;
  height: auto;
  bottom: auto;
  right: auto;
}

/* modify the pagination in /conversation to be on top*/

main.u-mtopbig {
  display: flex;
  flex-direction: column;
}

main.u-mtopbig > section.section {
  display: contents;
}

main.u-mtopbig > section.section > h3 {
  order: 1;
}

main.u-mtopbig > .pagination {
  order: 2;
  margin: 0 0 0;
}

main.u-mtopbig > section.section > ol.listing--requests {
  order: 3;
}