body {
    font-family: 'Noto Sans TC', sans-serif;
    color: rgba(11, 10, 10, 0.87);
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}

.card {
    margin: 20px 10px;
    /* padding-bottom: 20px; */
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 3px 3px 5px 0px rgba(22, 22, 21, 0.1);
}

.card:focus {
    background-color: rgba(0, 0, 0, 0.3);
    outline: unset;
}

.button {
    margin: 20px 0 30px !important;
}

.button button {
    background-color: #5170AD;
    color: #fff;
    padding: 15px 0;
    border-radius: 100px;
}

.button ml {
    color: #fff;
}

.form-group label {
    text-align: left;
}

.hide {
    display: none;
}

#lv-mask {
    width: 100%;
    margin-bottom: 10px;
}

.no-permission {
    background: #fff;
    color: #666666;
    border-radius: 30px;
    padding: 10px 0 20px;
    font-weight: 100;
    font-size: 1em;
    box-shadow: 3px 3px 5px 0px rgba(22, 22, 21, 0.1);
    margin: 0 20px;
}

.no-permission .hide {
    display: none;
}

.no-permission .big {
    font-size: 1.05em;
    line-height: 1.5em;
}

.no-permission .button {
    padding: 0;
}

.no-permission span {
    font-weight: bolder;
}

.no-permission button {
    padding: 15px 2em;
    font-size: 1.05em;
    font-weight: bolder;
}

.no-permission .button {
    margin-bottom: 0px !important;
}

.no-permission button.btn-sub {
    background-color: #F6D85B;
}

/* 2021-05-21 定義 guest 會員機制 -shawn */
.no-permission button.yellow {
    background-color: #F6D85B;
    color: #5170AD;
}

.no-permission button.btn-sub ml {
    color: #5170AD;
}

.button button:focus {
    background-color: #C4C6D3;
    box-shadow: 0 0 0.2rem #bebfcc;
}

@media screen and (max-width: 768px) {
    .no-permission {
        font-size: .85em;
    }
}

@media screen and (max-width: 576px) {
    .no-permission {
        margin: unset;
        font-size: .75em;
    }
}

select {
    /*移除箭頭樣式*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
    /*linear-gradient(to right, #ccc, #ccc);*/
  background-position:
    calc(100% - 25px) calc(.85em),
    calc(100% - 20px) calc(.85em);
    /*calc(100% - 2.5em) 0.5em;*/
  background-size:
    5px 5px,
    5px 5px;
    /*1px 1em;*/
  background-repeat: no-repeat;
}
