/*
Usage:
- linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
   if 3 colors used then the position of each will be 33,33%
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
   first param - color, second - position. Also you can use px or other valid units for set position.
*/
/* based on "visually-hidden" mixin in LDS for accessibility goals */
/* Do not edit */
.bulk-action-popup {
    padding-bottom: 20px;
}

.bulk-action-popup h2.title {
    margin-top: 0;
    margin-bottom: 20px;
}

.bulk-action-popup .applicables, .bulk-action-popup .no-applicables {
    max-height: 100px;
    overflow-y: auto;
    background: #DDD;
    padding-top: 5px;
    margin-bottom: 20px;
}

.bulk-action-popup .applicables .resource-label, .bulk-action-popup .no-applicables .resource-label {
    padding: 6px 18px 0;
}

.bulk-action-popup .applicables li:last-child .resource-label, .bulk-action-popup .no-applicables li:last-child .resource-label {
    padding-bottom: 6px;
}

.bulk-action-popup .categories {
    margin-bottom: 10px;
}

.bulk-action-popup .comment textarea {
    height: 80px;
    width: 100%;
    max-width: none;
}

.bulk-action-popup .cascading-combo-box .select2-container {
    margin-right: 10px;
}

.bulk-action-popup .actions {
    margin-top: 20px;
}

.bulk-action-popup .actions .btn {
    float: right;
    margin-left: 20px;
}

.bulk-action-popup .actions .btn.cancel {
    position: relative;
    top: 3px;
}

.bulk-action-popup .single .resource-label {
    font-weight: bold;
}

.bulk-action-popup .multiple .resource-count {
    font-weight: bold;
}

.bulk-action-popup .message {
    display: flex;
    align-items: center;
}

.bulk-action-popup .message .icon {
    float: left;
    font-size: 40px;
    margin-right: 10px;
}

/*# sourceMappingURL=bulkActionPopup.css.map */