/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.show-all-description {
    width: 40%; /* Set the column width to 30% of the table */
    white-space: normal; /* Enable text wrapping for the column */
    word-wrap: break-word;
    color:black;
}

.show-all-customer {
    width: 15%; /* Set the column width to 30% of the table */
    white-space: normal; /* Enable text wrapping for the column */
    word-wrap: break-word;
    color:black;
}

.show-all-project {
    width: 25%; /* Set the column width to 30% of the table */
    white-space: normal; /* Enable text wrapping for the column */
    word-wrap: break-word;
    color:black;
}

#crudTable tr td a {
    color: var(--dark); /* Your existing style for link colors */
}

/* CUSTOM PM CARD WIDGET STYLE */
.card-project-active{
    background-color:Blue !important;
    color:white;
    margin-bottom:1.0rem;
}

.card-project-new{
    background-color:Aqua !important;
    color: black;
    margin-bottom:1.0rem;
}

.card-project-on-schedule{
    background-color:green !important;
    color:white;
    margin-bottom:1.0rem;
}

.card-project-at-risk{
    background-color:orange !important;
    color:white;
    margin-bottom:1.0rem;
}

.card-project-at-delay{
    background-color:red !important;
    color:white;
    margin-bottom:1.0rem;
}
/* CUSTOM PM CARD WIDGET STYLE */
