.bb-modal{position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;overflow:auto;padding:1.5rem;display:flex;align-items:center;justify-content:center}.bb-modal.unpadded{padding:0}.bb-modal.full-screen{background:#fff}.bb-modal .bb-modal__container{background-color:#fff;z-index:1;padding:2rem;width:100%;position:relative;max-width:400px;box-shadow:#32325d40 0 50px 100px -20px,#0000004d 0 30px 60px -30px;max-height:calc(100vh - 3rem);overflow:auto;transform:none}.bb-modal .bb-modal__close{cursor:pointer;width:50px;display:inline-block;height:50px;position:absolute;top:0;right:0;padding:1rem;background:url("data:image/svg+xml,%3csvg%20height='36'%20viewBox='0%200%2036%2036'%20width='36'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m19%2017h11v2h-11v11h-2v-11h-11v-2h11v-11h2z'%20fill-rule='evenodd'%20transform='matrix(.70710678%20.70710678%20-.70710678%20.70710678%2018%20-7.455844)'/%3e%3c/svg%3e") no-repeat center center;opacity:.5;transition:opacity .3s;z-index:10}.bb-modal .bb-modal__close:hover{opacity:1}.bb-modal .bb-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006}
