@charset "utf-8";

body {
    background: #e2e2e2;
}
.event_is_expired_page{
    width: 100%;
    display:  flex;
    flex-direction: column;

}
.event_is_expired_page .svgicon{
    margin-top: 2em;
    height: 5em;
    width: 100%;
    background: #afafaf;
}
.event_is_expired_box{
    margin: 3em auto;
    width: fit-content;
    padding: 1em;
    background: white;
    border-radius: var(--border-radius);
    text-align: center;
}
.event_is_expired_box h3{
    color: var(--ci-color);
}