/*
 * 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); */
/* } */

.card-header-actions {
    align-items: center;
}

.card-header-overflow-menu {
    min-width: max-content;
}

.card-header-overflow-menu.show {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.card-header-overflow-menu > * > .btn {
    width: 100%;
}

.card-header-overflow-menu .btn {
    justify-content: center;
}

.card-header-overflow-label {
    display: none;
}

.card-header-overflow-menu .card-header-overflow-label {
    display: inline !important;
    margin-left: 0.5rem;
}
