.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:100;color:black}.modal-content{background:white;padding:1.5rem;border-radius:8px;position:relative;width:fit-content;height:fit-content;overflow:auto;scrollbar-color:rgb(192,192,192) rgb(235,235,235);scrollbar-width:2px}@media screen and (min-width:768px){.modal-content{min-width:500px;min-height:250px}.modal-close{top:8px;right:12px}}.modal-content-fullscreen{overflow:auto;background:white;width:100%;height:100%;padding:0 16px}.modal-close{position:absolute;background:transparent;top:20px;right:20px;border:none;font-size:16px;cursor:pointer;color:black}.modal-content::-webkit-scrollbar{width:2px!important}.modal-content::-webkit-scrollbar-track{background:#e0e0e0!important;border-radius:2px!important}.modal-content::-webkit-scrollbar-thumb{background-color:#888!important;border-radius:4px!important}.modal-content::-webkit-scrollbar-thumb:hover{background-color:#555!important}