.stop_popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;

    background-color: #00000040;

    display: flex;
    justify-content: center;
    align-items: center;

    z-index:99999;
}

.stop_content>p{
    white-space: pre-wrap;
}

.stop_content{
    background: white;
    padding: 30px;
    max-width: 70%;
    min-width: 30%;
    margin-top: -20vh;
    border-radius: 10px;
}

.stop_content>p{
    padding: 10px 10px 25px 10px;
    text-align:center;
}

.stop_close{
    display: block;
    margin: auto;
    padding: 3px 10px;
}

.stop_close.yes{
    display: inline;
    margin:0 1vw 0 1vw;
    color: #106010;
    font-weight: bold;
}
.stop_close.no{
    display: inline;
    margin:0 1vw 0 1vw;
    color: #B01010;
}
