.scope-6885ebf51fd642b5aa5076d310becd93.root {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.scope-6885ebf51fd642b5aa5076d310becd93.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.scope-6885ebf51fd642b5aa5076d310becd93.content {
    position: relative;
    background-color: #FFF;
    border-radius: 5px;
    width: calc(100% - 20px);
    margin: 20px auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    overflow: auto;
    box-sizing: border-box;
}
