.hy-custom-confirm__container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99997;
}
.hy-custom-confirm__container .hy-custom-confirm__modal {
    /* width: 100vw;
    height: 100vh; */
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
}

.hy-custom-confirm__container .hy-custom-confirm__content {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    z-index: 99999;
    top: 10vh;
}
.hy-custom-confirm__container .hy-custom-confirm__content--middle {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hy-custom-confirm__container .hy-custom-confirm__content-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
}