.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.modal-container{background:#fff;border-radius:15px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column}@media (max-width:992px){.modal-container{max-width:600px}}@media (max-width:576px){.modal-container{max-width:calc(100% - 32px);margin:0 16px}}.modal-body{padding:16px 50px}.modal-title{font-size:20px;font-weight:700;padding:15px}.modal-scroll{line-height:1.6;max-height:300px;overflow-y:auto}.modal-footer{padding:12px 20px;display:flex;justify-content:flex-end;border-top:1px solid #eee}.modal-list{font-size:17px;color:#6c757d}.modal-list li{padding-bottom:10px}.btn{padding:8px 30px;border-radius:6px;font-size:16px;border:none;cursor:pointer;position:relative}.btn-info{background:#17a2b8;color:#fff}.btn-secondary{background:#adb5bd;color:#fff}.btn-sm .spinner{width:12px;height:12px;border-width:2px}.spinner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.btn:disabled{cursor:not-allowed;opacity:.7}.tnc-checkbox{display:flex;gap:8px;margin-top:12px;cursor:pointer}.tnc-checkbox span{font-size:16px;font-weight:700}.tnc-checkbox input{accent-color:#17a2b8;width:20px}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .2s ease}.modal-fade-enter,.modal-fade-leave-to{opacity:0}.disabled-button .v-tooltip__content{opacity:1;pointer-events:auto}.v-data-table table thead tr th[data-v-b805474e]{font-weight:700;padding:0 8px;border-color:rgba(0,0,0,.12);border-style:solid;border-left-width:0;border-right-width:1px;border-top-width:0;border-bottom-width:1px}