.formset-field {
    height: 80px;
}

.formset-required {
    display: inline-block;
    text-align: center;
}

.formset div[data-formset-form] {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px !important;
    border-radius: 3px;
}

.formset div[data-formset-form]:not(.no-margin) {
    margin: 0 0 10px 0 !important;
}

.formset div.row {
    padding: 5px;
}

.formset .checkbox {
    margin-top: 25px;
}

/* Bootstrap 4 doesnt have it implemented yet, should be removed when pack is updated*/
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-label {
    overflow: hidden;
    white-space: nowrap;
}

.custom-radio .custom-control-label::after {
    background-image: none !important;
}
