@charset "utf-8";
/* CSS Document */

/* common */
.displayNone {
    display: none;
}

.heightAuto {
    height: auto;
}

.textAlignRight {
    text-align: right;
}

.maxW500px {
    max-width: 500px;
}

.waitMsg {
    color:red;
    font-size: 26px;
}

#checkBinMsg {
    color:red;
    display:none;
}

/* eShop */
.blockContainer {
    display: block;
    text-align: center;
}

/* auth-quick */
#cardOptionSet {
    font-size: 20px;
}
#cardOptionSet label {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}
#cardOptionSet label input {
    margin-right: 8px;
}
#emptyCarDiv label, div[id^="tokenCard_"] label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.removeCardBtn {
    font-size: 15px;
}