.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:1050}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal-dialog-centered{display:flex;align-items:center;justify-content:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;max-width:500px;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0;box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;background-color:#f8f9fa}.modal-title{margin-bottom:0;line-height:1.5;font-size:1.25rem;font-weight:800}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;background-color:#f8f9fa}.modal-lg{max-width:800px}.modal-sm{max-width:300px}.modal-fullscreen{width:100vw;max-width:none;height:100vh;margin:0}.modal.fade .modal-dialog{transition:transform .3s ease-out}.modal.show .modal-dialog{transform:translate(0,0)}.modal-scroll{overflow-y:scroll;height:420px}.modal-close{cursor:pointer}