#passcardBlock {
    background-image: var(--img-passcard-bg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 2100px 1600px;
    background-color: #71330a;

    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#notice {
    margin: 200px auto 0;
    width: 95%;
    color: white;
    text-align: center;
}

#notice > .title {
    font-size: 30px;
    text-shadow: 2px 2px 20px #2b1406;
    margin-bottom: 50px;
    white-space: nowrap;
    line-height: 38px;
}

#notice > .content {
    font-size: 14px;
    text-shadow: 2px 2px 20px #2b1406;
    line-height: 28px;
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#notice > .time {
    color: #FF92FE;
    font-size: 20px;
    margin-bottom: 35px;
    text-shadow: 2px 2px 20px #2b1406;
    white-space: nowrap;
}

.comment-title {
    font-size: 18px;
}

.comment-content {
    font-size: 15px;
}
.comment-content-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

#passcardArea {
    width: 95%;
    margin: 150px auto 0;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

#introWrapper {
    width: 100%;
}

.videoContainer {
    background-color: #f4e7c1;
    width: 95%;
    min-height: 210px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}

.videoInner {
    width: 90%;
    height: 90%;
    margin: 0 auto;

    background-image: radial-gradient(circle closest-corner, #24e1f7, #1dc3d6);
    position: relative;
}

.videoPlaceholder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/*.videoPlaceholder > img {*/
/*    width: 100px;*/
/*}*/

.land-samples {
    width: 100%;
    background-color: rgba(0,0,0,0.35);
    border-radius: 8px;
    margin-top: 20px;
}

.land-samples > img{
    width: 100%;
}

.left-nft-tip {
    color: #c2b7a7;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#comment {
    color: #F4E7C1;
    margin-top: 20px;
}

.comment-hr {
    border-top: 1px solid #f4e7c1;
    border-bottom: none;
}

.comment-title {
    margin-right: 20px;
    cursor: pointer;
}

.comment-title-select {
    color: #81F3DD;
}

#mintWrapper {
    background-image: var(--img-passcard-mint-bg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

#mintActivity {
    width: 80%;
    margin: 40px auto;
    color: #FFF6DA;
    position: relative;
}

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

/*.phase {*/
/*    margin-top: 10px;*/
/*    font-size: 22px;*/
/*    font-weight: bold;*/
/*}*/

/*.phase-type {*/
/*    border: 2px solid #6719a6;*/
/*    color: white;*/
/*    padding: 5px 25px;*/
/*    width: 100px;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/

/*.phase-type-active {*/
/*    background-color: #6719a6;*/
/*}*/

#mintActivity > .title {
    font-size: 38px;
    margin-top: 25px;
}

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

#mintActivity > .end-time {
    font-size: 18px;
    margin-top: 30px;
    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: #c2b7a7;
    font-size: 18px;
    position: relative;
    top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.mint-type {
    color: #82fbe2;
    margin-top: 30px;
    font-size: 20px;
}

.mint-amount-area {
    display: flex;
    flex-wrap: nowrap;
    color: #fcfade;
    margin-top: 15px;
}

.mint-amount-button {
    width: 55px;
    height: 55px;
    border: 5px solid #82fbe2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mint-amount-button-disable {
    border: 5px solid #6f8281;
}

.mint-minus, .mint-plus {
    font-size: 35px;
    cursor: pointer;
}

.mint-amount {
    font-size: 28px;
    font-weight: bold;
    width: 130px;
    margin: 0 15px;
}

.mint-amount > span {
    cursor: default;
}

.cost-area {
    display: flex;
}

.mint-cost {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    color: #ffffea;
}

.mint-cost > span:first-child {
    margin-right: 15px;
    color: #81f6df;
}

.mint-cost > span:last-child {
    /*color: #dabb78;*/
    margin-right: 20px;
}

.button-class {
    background-image: var(--img-btn-red2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px 0 20px;
    width: 280px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    color: #f4e7c1;
    font-size: 20px;

    display: flex;
    justify-content: space-evenly;
}


.button-area {
    display: flex;
}


.chain-tip {
    color: #82fbe2;
    margin-top: 10px;
}

.chain-select {
    width: 100%;
    background-color: #a65928;
    border-radius: 8px;
    height: 65px;
    margin: 5px 0;
    position: relative;
}

.chain-info {
    display: flex;
    align-items: center;
}


#currentChain:after {
    content: "\25BC"; /*"▼"*/
    color: #d8feee;
    position: absolute;
    right: 10px;
}

#chainName {
    font-size: 26px;
}

#chainList {
    position: absolute;
    top: 58px;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    background-color: #a65928;
    font-size: 16px;
    line-height: 32px;
    /*border-radius: 8px;*/
    box-shadow: 2px 4px 5px #9a7373;

    z-index: 2;
    scrollbar-color: #c17540 #a65928;
}

#chainList > .chain-info:hover {
    background-color: #be6b36;
    /*border-radius: 8px;*/
}

#wlCheckButton {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background-color: #1DB080;
    width: 200px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
}

.input-value {
    color: #EF9740;
    text-align: right;
    height: 35px;
    width: 170px;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: "myriad", Arial, Helvetica, sans-serif;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: lightgrey;
}
input::-webkit-input-placeholder {
    /* Webkit browsers */
    color: lightgrey;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: lightgrey;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: lightgrey;
}

#mintNotice {
    color: white;
    width: 800px;
    margin: 150px auto 0;
    text-align: center;
}

#mintNotice > div {
    opacity: 0;
    transform: scale(1.5);
}

#mintNotice > div:nth-child(1) {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: bold;
    animation: shrinkShow 0.5s forwards .1s;
}

#mintNotice > div:nth-child(2) {
    margin-top: 50px;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    animation: shrinkShow 0.5s forwards .1s;
}

#mintNotice > div:nth-child(3) {
    margin-top: 35px;
    font-size: 36px;
    color: #f496f3;
    animation: shrinkShow 0.5s forwards .1s;
}

#mintNotice > div:nth-child(4) {
    margin-top: 120px;
    font-size: 27px;
    animation: shrinkShow 0.5s forwards .5s;
}

#mintNotice > div:nth-child(5) {
    margin: 30px auto 0;
    width: 95%; line-height: 33px;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    animation: shrinkShow 0.5s forwards .5s;
}

@keyframes shrinkShow {
    to {
        opacity: 1;
        transform: scale(1.0);
    }
}

.land-list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.gift-box {
    animation: hideBox 1.5s forwards 0.1s;;
    width: 250px;
    position: absolute;
    top: -80px;
    z-index: 3;
}

.gift-box-img {
    width: 100%;
}

@keyframes hideBox {
    90% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(0);
        display: none;
    }
}

.land-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 0%;
    transform: scale(0.1);
    animation: scaleShow 0.5s forwards 1.6s;
    width: 33%;
}

.land-info > img {
    z-index: 2;
    width: 100%;
}


@keyframes scaleShow {
    1% {
        opacity: 100%;
    }
    80% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
        opacity: 100%;
    }
}

.land-info-bg {
    background-image: url("./images/passcard/shine.png");
    background-size: 100% 100%;
    animation: roate 5s infinite linear;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}


@keyframes roate{
    0%{ transform:rotateZ(0);-ms-transform:rotateZ(0);-moz-transform:rotateZ(0);-webkit-transform:rotateZ(0);-o-transform:rotateZ(0); }
    100%{ transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-webkit-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);}
}

.land-info-count {
    color: #d5c699;
}

.delay-show {
    opacity: 0%;
    transform: scale(0.1);
    animation: scaleShow 0.5s forwards 2.2s;
}

#maskDialog {
    opacity: 0.75;
}

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

#wlCheckDialog > .tipWrapper {
    background-color: rgba(236,234,231, 0.8);
    border-radius: 15px;
    padding: 40px 30px 15px;
    min-height: 150px;
}

#wlCheckDialog > .tipWrapper .title {
    color: #D345B0;
    margin-left: 10px;
}

#wlCheckDialog > .tipWrapper .inputArea {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
    padding: 10px 0;
}

#wlCheckDialog > .tipWrapper #whitelistAddress {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    outline: none;
    margin: 0 auto;
}

#wlCheckDialog > .tipWrapper #whitelistAddress::placeholder {
    color: grey;
    font-weight: bold;
}

#wlCheckDialog > .tipWrapper .tipButtonBg {
    background-image: var(--img-btn-red2);
    background-position: 50%;
    background-size: contain;

    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

#wlCheckDialog > .tip-close {
    margin-top: 20px;
    text-align: center;
}

#wlCheckDialog > .tip-close .tip-close-btn {
    width: 50px;
    height: 50px;
    background-image: var(--img-btn-close);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

#walletDialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    max-width: 450px;
    width: 95%;
}

#walletDialog > .dialog-wrapper {
    background-image: url("../images/passcard/bg_walllet_dlg.png");
    background-size: 100% 100%;
    border-radius: 15px;
    padding: 40px 30px 40px;
    min-height: 150px;
}

#walletDialog > .dialog-wrapper > .button-area{
    flex-direction: column;
}

#walletDialog > .dialog-wrapper .title {
    color: darkred;
    text-align: center;
}

#walletDialog > .dialog-wrapper .icon-button {
    background-image: url("../images/common/btn_bg_red5.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: 64px;
    line-height: 64px;
    margin: 30px auto 0;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    position: relative;
}

#walletDialog > .dialog-wrapper .icon-button > img {
    position: absolute;
    height: 50px;
    left: 10px;
    top: 7px;
}

#walletDialog > .tip-close {
    margin-top: 20px;
    text-align: center;
}

#walletDialog > .tip-close .tip-close-btn {
    width: 50px;
    height: 50px;
    background-image: var(--img-btn-close);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}
