.modal-backdrop.show{opacity:.65}.custom-modal-content{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);border:none;animation:slideInUp .3s ease-out}.custom-modal-header{background:linear-gradient(135deg,#007bff,#0056b3);color:#ffffff;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom:none;padding:1.25rem}.custom-modal-header .modal-title{font-size:1.5rem;font-weight:600;display:flex;align-items:center;gap:.75rem}.modal-body{padding:1.5rem 2rem;font-size:1.1rem;line-height:1.6;color:#333}.modal-footer{background-color:#f9f9f9;border-top:1px solid #e9ecef;border-bottom-left-radius:11px;border-bottom-right-radius:11px;padding:1rem 2rem}@keyframes slideInUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}