@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+TC:wght@300;400;500;600;700;900&display=swap");
* {
    font-family: "Noto Sans", "Noto Sans TC";
}

body {
    font-size: 15px;
    background: #E88156;
}

.header-logo {
    text-align: center;
    width: 289px;
}

.card {
    border-radius: 16px;
}

.login-body {
    padding: 60px 78px;
}

.icon-1 {
    position: absolute;
    top: 60px;
    right: 105px;
    height: 60px;
}

.icon-2 {
    display: block;
    max-width: 195px;
    margin: auto;
}

.welcome-title {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 35px;
}

.welcome-info {
    color: #4F4F4F;
    line-height: 22px;
}

.login-block .form-outline {
    margin-top: 35px;
}

.login-block .form-control:focus {
    box-shadow: initial;
}

.login-block .form-label {
    font-size: 16px;
}

.login-block .form-control {
    font-size: 14px;
    color: #545454;
    border: 0;
    border-bottom: 0.5px solid #E0E0E0;
    padding: 0 0 18px 0;
}

.login-block .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBDBD;
    font-size: 14px;
    opacity: 1;
    /* Firefox */
}

.login-block .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BDBDBD;
    font-size: 14px;
}

.login-block .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BDBDBD;
    font-size: 14px;
}
.d-grid .btn {
    margin: 0px;
}
.btn {
    margin: 6px 12px;
    padding: 12px 14px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    border: 0;
}
.btn-primary {
    background-color: #E88156;
    color: #ffffff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d3521f;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #d3521f;
    box-shadow: 0 0 0 0.25rem rgb(232 129 86 / 50%);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(232 129 86 / 50%);
}

.btn-light {
    background-color: #EDEDED;
    color: #333333;
}

.btn-light:hover {
    background-color: #e0dede;
}

a {
    color: #E88156;
    text-decoration: none;
}

a:hover {
    color: #d3521f;
}

a.color-blue {
    font-weight: 600;
    color: #2F80ED;
}

a.color-blue:hover {
    color: #085faa;
}

.form-check > *, .form-input > * {
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

input[type=checkbox] {
    width: 19px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

input[type=checkbox]+label {
    display: inline-block;
    margin-left: -19px;
    padding-left: 28px;
    line-height: 24px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-image: url('../images/input-checkbox-unchecked.svg');
}

input[type=checkbox]:checked+label {
    background-image: url('../images/input-checkbox-checked.svg');
}

input[type=radio] {
    width: 19px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

input[type=radio]+label {
    display: inline-block;
    margin-left: -19px;
    padding-left: 28px;
    line-height: 32px;
    font-size: 18px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-image: url('../images/input-radio-unchecked.svg');
}

input[type=radio]:checked+label {
    background-image: url('../images/input-radio-checked.svg');
}

.fishbone-card {
    padding: 40px 60px;
}
.fishbone-card h3 {
    font-size: 2.25rem;
}

.book-type-block {
    border: 1px solid #DDE3E8;
    border-radius: 3px;
    padding: 40px 52px;
    height: 100%;
}
.book-type-block .form-check label {
    padding-left: 45px;
    color: #4F4F4F;
}
.book-type-block  .info-block {
    padding-left: 48px;
    line-height: 30px;
    font-size: 15px;
    color: #828282;
}

.qrcode {
    display: inline-block;
    max-width: 300px;
    padding: 20px;
    border-radius: 30px;
    box-shadow: rgba(232, 129, 86, 0.25) 0px 25px 50px -12px;
}

.swal2-popup {
    padding: 1.25em 0;
    width: 27em;
}
.swal2-title {
    padding: 0;
}
.swal2-image {
    margin-top: 0;
}

.swal2-icon.swal2-info.swal2-icon-show
,.swal2-icon.swal2-success {
    margin-bottom: 2em;
}


@media screen and (min-width: 400px) and (max-width: 700px) {}

@media (min-width:1400px) {}

@media (min-width:1200px) {}

@media (max-width:992px) {}

@media (min-width:768px) {}

@media (max-width:576px) {
    .btn {
        margin: 8px;
        min-width: 110px;
    }
    .header-logo img {
        width: 200px;
    }
    .welcome-title {
        font-size: 28px;
    }
    .login-body {
        padding: 24px 32px;
    }
    .icon-1 {
        right: 60px;
    }
    .fishbone-card {
        padding: 30px 30px;
    }
    .fishbone-card h3 {
        font-size: 1.5rem;
    }
    .book-type-block {
        padding: 20px;
    }
    .book-type-block .info-block {
        padding-left: 0;
    }
    .qrcode {
        max-width: 200px;
    }
}

/* overlay */
.overlay {
    display: none;
    position: fixed;
    overflow: hidden;
    z-index: 10000 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgb(232, 129, 86, .2);
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 100vh;
    flex-direction: column;
}

/* selectric */
.selectric {
    border-radius: .25em;
    background: #ffffff;
}
.selectric-open .selectric {
    border-color: #E88156;
}
.selectric .label {
    color: #4F4F4F;
    font-size: 15px;
    margin: .375rem .75rem;
}
.selectric .button {
    height: 50px;
}
.selectric-items li {
    font-size: 15px;
    background: #ffffff;
}
.selectric-items li:hover {
    background: #f4f4f4;
}
.selectric-items li.highlighted {
    background: #eaeaea;
}