.popover{
    max-width: 75%;
    overflow-x: auto;
}
.popover-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.img_fit{
    max-width: 100%;
    max-height: 100%;
}

.bg-status-icon {
   padding: .25em;
   color: #ffffff
}

.main-panel-body {
    height: calc(100vh - 120px);
    overflow-y: auto;
}

.button-icon {
  cursor: pointer;
}

.trash_pod_icon:hover {
    cursor: pointer;
    color: red;
}

pre {
    overflow: visible;
}

.tooltip .tooltip-inner {
  text-align: start;
  white-space:pre-wrap;
  max-width: 75vw !important;
}

.row{
  --bs-gutter-x:1rem;
}