footer {
    width: 100%;
    height: 3rem;
    background-color: #143CFF;
    color: #fff;
    position: fixed;
    text-align: center;
    bottom: 0;
    margin-bottom: env(safe-area-inset-bottom);
}

footer.close-area {
    z-index: 100;
    background: #FFFFFF;
    position: unset;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    height: auto;
    width: 100vw;
    margin-bottom: env(safe-area-inset-bottom);
    padding: 5px;
}

footer.footer_howto {
    z-index: 100;
    background: #FFFFFF;
    position: unset;
    /* display: flex; */
    justify-content: space-between;
    bottom: 0;
    height: auto;
    width: 100vw;
    margin-bottom: env(safe-area-inset-bottom);
    padding: 5px;
}

footer.footer_faq {
    z-index: 100;
    background: #f2f2f2;
    /* position: unset; */
    /* display: flex; */
    justify-content: space-between;
    bottom: 0;
    height: auto;
    width: 100vw;
    margin-bottom: env(safe-area-inset-bottom);
    margin-bottom: 60px;
    padding: 5px;
}

footer.footer_digitalticket {
    z-index: 100;
    background: #FFFFFF;
    position: unset;
    /* display: flex; */
    justify-content: space-between;
    bottom: 0;
    height: auto;
    width: 100vw;
    margin-bottom: env(safe-area-inset-bottom);
    padding: 5px;
}

.support_text {
    color: black;
    font-size: min(1vw, 16px);
    text-align: left;
    margin-bottom: 3px;
    padding: 3px 15px;
    margin: 0;
}

.support_tel {
    color: black;
    font-size: min(1vw, 16px);
    text-align: center;
    margin-bottom: 3px;
    padding: 3px 15px;
    margin: 0;
}

.support_tel>a:hover {
    color: #66b0ff;
}

.support_message {
    background-color: #ffffff;
    margin: 2em 0;
    border: 0.5px solid #b0c4de;
    margin: 15px;
}

.support_text>a:hover {
    color: #66b0ff;
}

.support_title {
    font-size: min(2vw, 16px);
    background: #b0c4de;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.support_message_gr {
    margin: 2em 0;
    border: 0.5px solid #a7d28d;
    margin: 15px;
}

.support_title_gr {
    font-size: min(1vw, 16px);
    background: #a7d28d;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}