body {
    overflow-x: hidden; /* Prevent horizontal scroll */
}

.apm-header {
    height: 50px;
    /* width:100%; */
    background-color: red;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: thin solid #ccc;
}

.subitem-indent {
  text-indent: 20px;
}

thead, tbody, tfoot, tr, td, th {
  border-style: none;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20000;
}

.turbo-progress-bar {
  height: 10px;
  background-color: blue;
}