.edit-confirm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background-color: #fff;
    color: #2c4258;
    width: 400px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 5%) 0 1px 0, rgb(0 0 0 / 5%) 0 4px 16px,
        rgb(0 0 0 / 8%) 0 10px 20px;
}

.edit-confirm p {
    margin-bottom: 20px;
}

.edit-confirm .ok-btn {
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 45px;
    text-transform: none;
    background-color: #2c4258;
    display: inline-block;
    cursor: pointer;
}
