.simple-confirm-component{position:fixed;left:50%;top:0;transform:translate(-50%);width:100vw;height:100vh;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.simple-confirm-component .board{width:19.5rem;height:fit-content;padding:1.5rem 1.75rem;background-color:#fff;border-radius:1.375rem}.simple-confirm-component .board .title{color:var(--text-color-primary);font-size:1rem;font-weight:500;line-height:1.5rem;text-align:center}.simple-confirm-component .board .content{margin:1rem auto 1.5rem;width:fit-content;font-size:.875rem;color:var(--text-color-third)}.simple-confirm-component .board .buttons-wrap{margin:auto auto 0;display:flex;align-items:center;justify-content:center}.simple-confirm-component .board .buttons-wrap .button{display:flex;align-items:center;justify-content:center;margin:0 .75rem;width:7.5rem;height:2.75rem;background:var(--theme-gray-light);border-radius:1.375rem;font-size:.9375rem;font-weight:500;color:var(--text-color-third);cursor:pointer}.simple-confirm-component .board .buttons-wrap .button.positive{background-color:var(--theme-primary);color:var(--text-color-primary)}
