.dynamicform_wrapper_parent .container-items-parent .item-parent:first-child .pull-right.page-footer-button,
.dynamicform_wrapper_child .container-items-child .item-child:first-child .pull-right.page-footer-button,
.dynamicform_wrapper .container-items .item:first-child .pull-right.page-footer-button {
    visibility: hidden;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
    border-radius: 10px !important;
    min-height: 50px !important;
    padding: 4px 12px !important;
    background-color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
    padding: 2px 8px !important;
    margin: 0 !important;
    color: #333 !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999 !important;
    margin-right: 5px !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #c3252a !important;
    background: none !important;
}

.select2-container {
    width: 100% !important;
}