@charset "utf-8";

/* CSS Document */

#lightbox {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: hsl(0deg 0% 0% / 39%);
}

.box {
    position: absolute;
    top: 131px;
    left: 50%;
    transform: translate(-50%, -16%);
    color: #fff;
    width: 600px;
}

h2, .box p {
    margin: 0 20px;
}

.close {
    position: absolute;
    left: 100%;
    top: 0;
    margin: -10px 0 0 -10px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: #000000;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    border: 2px solid #ffffff;
}

.main-timer {
    text-align: center !important
}

.main-timer img {
    margin: 0 auto
}

#demo {
    margin: 0 auto;
    display: table
}

.main-timer .se_field:first-child {
    display: none
}

.main-timer .se_field .se_top {
    background: #fff;
    color: #00236d;
    font-size: 55px;
    font-weight: 700;
    width: 85px;
    border-radius: 50%;
    line-height: 85px
}

.main-timer .se_field {
    float: left;
    margin: 0 10px
}

div#demo .se_bottom {
    color: #fff;
}