body {
    margin: 0;
}
.get-coupon {
    text-align: center;
}
.get-coupon > p {
    font-size: 16px;
    color: #999;
}
.the-balvenie-loading{
    height: 100vh;
    width: 100%;
}
.medfirst {
    width: 100%;
    height: 100vh;
    background-image: url('../images/medfirst/bg.png'), linear-gradient(180deg, rgba(0, 198, 168, 1) 0%, rgba(0, 165, 168, 1) 40%, rgba(0, 131, 168, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #212830;
    overflow: hidden;
    justify-content: center;
}
.medfirst-loader {
    color: rgba(255, 255, 255, 0.96);
    text-align: center;
    font-size: 20px;
}
.medfirst-loader > .ball-pulse > point:nth-child(1) {
    -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.medfirst-loader > .ball-pulse > point:nth-child(2) {
    -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.medfirst-loader > .ball-pulse > point:nth-child(3) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.medfirst-loader > .ball-pulse > point {
    background-color: rgba(255, 255, 255, 0.96);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}
.medfirst p {
    text-align: center;
    color: rgba(255, 255, 255, 0.96);
    font-size: 22px;
    text-shadow: rgba(0, 0, 0, 0.87) 1.5px 1.5px 3px;
    margin: 5px;
}
.medfirst-logo {
    width: 320px;
    display: block;
    margin: 0 auto;
}
.medfirst-close-btn {
    width: 160px;
    display: block;
    margin: 0 auto;
}
.transglobe {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.transglobe-loader {
    color: rgba(255, 255, 255, 0.96);
    text-align: center;
    font-size: 20px;
}
.transglobe-loader > .ball-pulse > point:nth-child(1) {
    -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.transglobe-loader > .ball-pulse > point:nth-child(2) {
    -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.transglobe-loader > .ball-pulse > point:nth-child(3) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.transglobe-loader > .ball-pulse > point {
    background-color: rgba(38, 51, 125, 0.87);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}
.transglobe p {
    text-align: center;
    color: #26337D;
    font-size: 22px;
    text-shadow: rgba(38, 51, 125, 0.47) 0.25px 0.25px 0.5px;
    margin: 5px;
}
.transglobe-logo {
    width: 160px;
    display: block;
    margin: 0 auto;
}
.transglobe-close-btn {
    width: 160px;
    display: block;
    margin: 0 auto;
}
.tomodstw {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-color: #DBDCDC;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tomodstw-logo {
    width: 320px;
    display: block;
    margin: 0 auto 35px auto;
}
.tomodstw p {
    text-align: center;
    color: #727171;
    font-size: 18px;
    margin: 5px;
}
.TheWarehouse {
    display: grid;
    width: 100%;
    height: 100vh;
    background-image: url('../images/TheWarehouse/bg.png');
}
.TheWarehouse > p {
    font-size: 17px;
    font-weight: bold;
    color: #8b7875;
    align-self:center;
}
.TheWarehouse > .logo {
    width: 80%;
    justify-self: center;
    align-self: end;
    max-width: 488px;
}
.TheWarehouse > .alert {
    width: 100%;
    align-self: end;
}
.MonkeyShoulder {
    display: grid;
    height: 100vh;
    width: 100%;
    background-color: #F1E2B2;
}
.MonkeyShoulder > p {
    font-size: 20px;
    color: #c96435;
    align-self: end;
}
.MonkeyShoulder > .logo {
    width: 60%;
    justify-self: center;
    align-self: end;
}
.MonkeyShoulder > .alert {
    width: 100%;
    align-self: end;
}

.glenfiddich {
    display: grid;
    height: 100vh;
    width: 100%;
    background-color: #efefef;
}
.glenfiddich > p {
    font-size: 20px;
    color: #b77850;
}
.glenfiddich > .logo {
    width: 60%;
    justify-self: center;
    align-self: end;
}
.glenfiddich > .alert {
    width: 100%;
    align-self: end;
}
#brownforman-loader {
    display: flex;
    flex-direction: column;
    background-image: url('../images/brownforman/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #212830;
    height: 100vh;
}
#brownforman-loader > #loading {
    width: 100%;
    margin-top: 25%;
}
#brownforman-loader > #alert {
    position: fixed;
    bottom: 0;
    width: 100vw;
    display: block;
}
.btn-group {
    display: grid;
}
.btn-group >.btn {
    justify-self: center;
}

.btn {
    margin: 10px;
    font-family: Microsoft JhengHei, sans-serif;
    width: 200px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 0px;
    font-size: 0.8rem;
    border-radius: 0.4rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
    font-size: 18px;
    font-weight: 500;
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* default 可自由修改 */
.default {
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: grid;
}

#qrcode {
    border-radius: 0.5rem;
    border: #333 2px solid;
    padding: 1rem;
}
p {
    width: 100%;
    font-size: 0.9rem;
    font-family: Microsoft JhengHei, sans-serif;
    text-align: center;
}
.default > p {
    color: #919191;
}
.default > .loader > p {
    color: #919191;
}
.qrcode p {
    font-size: 1rem;
    color: #000;
}
.loader {
    text-align: center;
}
.loader > .ball-pulse > point:nth-child(1) {
    -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader > .ball-pulse > point:nth-child(2) {
    -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader > .ball-pulse > point:nth-child(3) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader > .ball-pulse > point {
    background-color: #c2c2c2;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


