/*
 * General Card
 * --------------------------------------------------
 */
.card {
    box-shadow: 0 0 12px 0 rgb(9 9 16 / 15%);
    background-color: white;
}

.card-header {
    background-color: white;
}

.card-footer {
    background-color: white;
}

.card-h-medium {
    height: 358px;
}

.card-h-medium .card-body {
    height: 273.2px;
}

/*
 * Header Icon
 * --------------------------------------------------
 */
#MostCommonProducts .header-icon, #LeadTimeByPhase .header-icon {
    transform: rotate(90deg);
}

/* #CardId.header-icon {
    transform: rotate(180deg);
} */

/* #CardId.header-icon { */
/*     transform: rotate(270deg); */
/* } */