/* Custom styles goes here */
.tbl-text-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 165px; /* Set a maximum width as per your layout */
}

.tr_delivery_ol {
    border-bottom: solid 1px gray !important;
}

.exceeds-limit {
    border-color: red;
}

.stall-setup {
    border: 1px solid #8c57ff;
    border-radius: 15px;
    padding: 10px 0px;
}

#tbl_payment_summary {
    font-size: 12px !important;
}

    #tbl_payment_summary thead tr th {
        font-size: 10px !important;
    }

.table-custom td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.table-custom .form-floating > .form-control, .table-custom .form-floating > .form-control-plaintext, .table-custom .form-floating > .form-select {
    height: 2.5rem;
    min-height: 2.5rem;
    line-height: 1.375;
}
.event-team {
    background-color: #fff3d6 !important;
    font-weight: bold;
}