.fc-modal-backdrop{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fc-modal-cpnt-wrapper{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;animation:.3s slideUp;display:flex;overflow:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fc-modal-header-container{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.fc-modal-title{color:#2d3748;margin:0;font-size:1.5rem;font-weight:700}.fc-modal-close-btn{color:#718096;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.fc-modal-close-btn:hover{color:#2d3748;background:#f7fafc}.fc-modal-close-btn:active{background:#e2e8f0}.fc-modal-content{flex:1;padding:28px;overflow-y:auto}@media (max-width:640px){.fc-modal-cpnt-wrapper{border-radius:12px;max-width:100%;margin:0}.fc-modal-header-container{padding:20px}.fc-modal-title{font-size:1.25rem}.fc-modal-content{padding:20px}}
