#warning-window {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9998;
}

.warning-top-bar {
    position:relative;
    width: 100%;

    background-color: #c0392b;
    padding: 10px;
    margin: auto;

}

.warning-top-bar-content {
    margin: auto;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.warning-top-bar-content {
    margin: auto;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.warning-top-bar-content p{
    margin-bottom: 0;
}

.warning-top-bar-content em {
    color: unset;
}

.warning-top-bar button{
    background-color: #BD0D0D;
    float: right;
    display: inline-block;
    box-shadow: none;
    letter-spacing: 1px;
    text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif;
    max-height: unset;
    line-height: unset;
    margin: unset;
    padding: 10px 20px;
}





.warning-top-bar .first-action p{
    color: white;
    font-family: 'Roboto', sans-serif;
    background-image: unset;
    text-align: center;
    opacity: 1;
    border: none;
    margin: 0;
    padding: 0;
}

#warning-info {
    background-image: url('/assets/img/warning-background-dos.png');
    background-position: right bottom;
    background-size: cover;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    height: 478px;
    width: 1088px;
    transform: translate(-50%, -50%);

    padding:  90px 70px;
}

#warning-info p {
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

}

#warning-content {
    margin-top: 40px;
    height: 200px;
}

#warning-content p {
    text-align: left;
    max-width: 518px;
    color: unset
}
#warning-content em {
    text-align: left;
    max-width: 518px;
    color: unset;
    font-size: unset;
}
#warning-content strong {
    text-align: left;
    max-width: 518px;
    color: unset;
}

.warning-top-bar-content strong{
    color: unset;
    font-weight: 900;

}

#warning-info .actions {

    text-align: left;
    left: 10%;
}

#warning-info label {
    margin-top: 0;
}

#warning-info .actions a {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    max-height: unset;
    line-height: unset;
    background-image: unset;
    opacity: 1;
}

#warning-info .actions button {
    background-color: #E11F4E;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    min-width: unset;
    line-height: normal;
    padding: 10px 20px 10px 20px;
    min-height: unset;
    max-height: unset;
    background-image: unset;
    opacity: 1;
    border: none;
}

#warning-info .actions a:hover {
    opacity: 1;
}

#warning-info .actions .first-action p {
    text-align: center;
    margin: 0;
    padding: 0;
    color: white;
    min-height: unset;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.first-action em {
    color: unset;
    font-size: 20px;
}

.warning-top-bar .first-action {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);


}

.center {
    display: flex;
    justify-content: center;

    /* position the div in center */
    position: relative;
}


@media (max-width: 480px) {
    #warning-info {
        padding: 20px;
    }

    #warning-info p {
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
    }

    #warning-info .actions {
        margin-top: 20px;
    }

    #warning-info .actions button {
        font-size: 16px;
        padding: 10px;
    }

    #warning-info {
        background-image: url('/assets/img/warning-background.png');
        background-position: right bottom;
        background-size: cover;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999;
        height: 100%;
        width: 364px;
        transform: translate(-50%, -50%);

        padding: 70px;
    }

    #warning-info .actions {
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    .warning-top-bar {
        z-index: 999;

    }

    #warning-info .actions {
        margin-top: 10px;
    }

    .button-center {
        margin: 0;
        position: absolute;
    }

    .warning-top-bar .first-action {
        display: block;
        position: relative;
        transform: unset;
        top: unset;
        transform: translateY(0);

    }

    .center {
        display: flex;
        justify-content: center;

        /* position the div in center */
        position: relative;

    }
}