.warning-container {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 400;
}

.warning-card {
    /* background: #fff; */
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    z-index: 400;
}

.card {
    margin-top: 15px;
}
