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;
}

.highlight {
    color: red;
    font-weight: bold;
}

@media (max-width: 768px) {
    body {
        min-width: 0;
    }

    .login-form {
        margin: 0 !important;
        padding: 16px 10px;
    }

    .login-row {
        margin-left: 0;
        margin-right: 0;
    }

    .login-row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .login-card {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .login-card .card-body {
        padding: 20px 16px;
    }

    .login-card label {
        margin-top: 10px;
    }

    .login-card .btn {
        width: 100%;
        min-height: 44px;
    }

    .event-order-table {
        font-size: 13px;
    }

    .event-order-table th:nth-child(3),
    .event-order-table td:nth-child(3),
    .event-order-table th:nth-child(5),
    .event-order-row-actions {
        display: none;
    }

    .event-order-summary-row {
        cursor: pointer;
        height: 72px;
    }

    .event-order-summary-row td {
        height: 72px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        vertical-align: middle;
    }

    .event-order-mobile-detail {
        background: #fff;
        border-bottom: 1px solid #dee2e6;
    }

    .event-order-mobile-actions .btn {
        width: 100%;
        min-height: 40px;
    }
}
