.animate-modal{animation:showModal .4s ease-out}@keyframes showModal{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-container{display:inline-block;position:relative;z-index:9999}.customModal .modal-dialog{max-width:380px!important}.customModal .modal-content{border:none;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15);overflow:hidden}.customModal .modal-header{background:linear-gradient(135deg,#291495,#4b2ac4);border-bottom:none;padding:16px 20px}.customModal .modal-header .btn-close{filter:brightness(0) invert(1);opacity:.8}.customModal .modal-header .btn-close:hover{opacity:1}.customModal .modal-title{font-size:16px;font-weight:600;color:#fff}.customModal .modal-body{padding:20px 24px 24px}.customModal .modal-body h3{font-size:16px;margin-bottom:2px}.customModal .modal-body p{font-size:12px;color:#999}.customModal .modal-body .mb-3{margin-bottom:10px!important}.customModal .modal-body .mb-4{margin-bottom:12px!important}@media (max-width:768px){.customModal .modal-dialog{max-width:calc(100% - 40px)!important;margin:20px auto!important}.customModal .modal-content{border-radius:14px}.customModal .modal-body{padding:16px 18px 20px}}