/*Styles used only in task card*/
.taskCard-container .stepActionsMenu-container {
    height: 118px;
}

.taskCard-container .body .stepComponent.stage .componentValue .stageIcon {
    margin-right: 5px;
}

.taskCard-container .body .stepComponent.stage .componentValue .stageName {
    vertical-align: middle;
    color: #4a4a4a;
    font-family: GlowRegular;
    font-size: 14px;
}

.taskCard-container .body .stepComponent.stage .componentValue.editable:hover {
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: pointer;
}