#changeShowToastModelDisplay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
}
#showToastModelOut {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
#showToastModelOut #showToastModel {
    background-color: rgb(74, 74, 75);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
}