<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a,
span,
p,
text {
    font-family: gill-sans-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* body {
    background-color: rgb(204, 204, 204);
} */

/* .item-img{
        height: 200;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    } */

#preloader {
    width: 80%;
    position: absolute;
    /*it can be fixed too*/
    left: 10;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal-content {
    position: fixed;
    /*it can be fixed too*/
    left: 10;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#login-modal {
    height: 95%;
    width: 95%;
}

.center {
    text-align: center;
}

.card-title,
.end-time {
    color: #323265;
    font: bold;
}

.card {
    padding: 5px 0px 5px 0px;
    border-radius: 10px;
    margin: 0px 8px 10px 8px;
}

.sign-count {
    position: absolute;
    bottom: 10px;
}

#login-modal {
    background-color: transparent;
    max-width: 400px;

}

.modal {
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0), 0 9px 46px 8px rgba(0, 0, 0, 0), 0 11px 15px -7px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0), 0 9px 46px 8px rgba(0, 0, 0, 0), 0 11px 15px -7px rgba(0, 0, 0, 0);
}</pre></body></html>