
#wishBlock {
    background-image: var(--img-wish-bg);
}


#wishBottle {
    width: 50%;
}

#canvas {
    position: relative;
    width: 100%;
    /*width: 530px;*/
    /*height: 100%;*/
    height: 425px;
    /*height: 380px;*/
    top: -50px;
    /*left: 550px;*/
}

#whitelistInfo {
    color: #fff6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    position: relative;
    top: -50px;
}

#moreNft {
    color: #31fffa;
    position: relative;
    top: -45px;
    text-decoration: underline;
}

#moreNft > a {
    color: #31fffa;
    text-decoration: none;
}
#wishActivity {
    width: 45%;
    color: white;
}

.activity-time {
    font-size: 32px;
}

#wishActivity > .title {
    font-size: 40px;
    margin-top: 35px;
}

#wishActivity > .sub-title {
    font-size: 13px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

#wishActivity > .end-time {
    font-size: 18px;
    margin-top: 50px;
    display: flex;
    flex-wrap: nowrap;
}

.end-time > .time-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-right: 25px;
}

.time-col > span:first-child {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.time-col > span:last-child {
    color: #f598f5;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}

#timeFlag {
    color: #9dbac0;
    font-size: 18px;
    position: relative;
    top: 5px;
}

#wishActivity > .whitelist {
    margin: 5px 0 10px;
}

#openButton {
    background-image: var(--img-btn-red2);
    background-repeat: no-repeat;
    background-size: 200px auto;
    margin: 40px 0 20px;
    width: 200px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    color: #f4e7c1;
    font-size: 20px;
}

#activityTip {
    margin-top: 25px;
    font-size: 13px;
    color: #00f3ff;
    font-family: Arial, Helvetica, sans-serif
}

#maskDialog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.6;
    z-index: 100;
}

#tipDialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    width: 50%;
    max-width: 700px;
    min-width: 500px;
}

#tipWrapper {
    background-image: var(--img-wish-tip);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    width: 100%;
    height: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
}


#tipMessage {
    color: #6b4912;
}

.closeWrapper {
    margin-top: 20px;
}

.closeWrapper > img {
    width: 50px;
}