.btn-group > .btn:not(:first-child){
	margin-left: 8px;
}

.btn-group > .btn, .btn-group-vertical > .btn{
	position: static;
    flex: none;
}

.modal-footer .btn-group{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
    border-top: 1px solid #dee2e6;
}


.btn-group .btn{
    margin: .25rem;
}

.modal-dialog .modal-footer .btn-group {
 	border-top: none;
}