 .text-start {
     text-align: left;
 }

 .text-danger {
     color: red;
 }

 .text-primary {
     color: blue;
 }

 .text-success {
     color: green;
 }

 .fw-bold {
     font-weight: bold;
 }

 .bg-success {
     background-color: #d4edda !important;
 }

 .bg-danger {
     background-color: #f8d7da !important;
 }

 .bg-primary {
     background-color: #cce5ff !important;
 }

 .table-success {
     background-color: #d4edda;
 }

 .table-danger {
     background-color: #f8d7da;
 }

 .table-warning {
     background-color: #fff3cd;
 }

 .manual-wrapping {
     white-space: normal;
     word-break: break-word;
 }