.modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
	max-height: 40px;
}

.modal-footer {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    max-height: 65px;
	
.btn-secondary {
		--bs-btn-border-color: #ffffff;	
}
	
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.8rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
	background-color: #d51969;
}
	
   	