.hidden{display:none!important}.custom-modal{position:fixed;top:0;left:0;width:100%;padding:40px;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;z-index:1050;overflow:auto}.custom-modal-content{background:#fff;border-radius:8px;width:100%;max-width:700px;max-height:90vh;box-shadow:0 4px 8px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow:hidden}.custom-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #ddd;flex-shrink:0}.custom-modal-body{padding:16px;overflow-y:auto;max-height:calc(90vh - 65px);min-height:0;flex:1 1 auto}.custom-close-btn{background:0 0;border:0;font-size:24px;font-weight:700;cursor:pointer}.custom-close-btn:hover{color:red}