
.introduce_title,
.notice_title {
    color: #f5ae15;
    font-weight: 600;
}

.form-control {
    margin-bottom: 0;
}

.show_price {
    text-align: right;
    font-weight: 600;
}

.show_price * {
    font-size: 1.2rem;
}

#back_btn {
    width: auto;
    background-color: #f5ae15;
    padding: .5rem .9rem;
}

#next_btn {
    color: #ffffff;
    background-color: #f5ae15;
    font-weight: 600;
}

.swal2-actions {
    margin: .5rem auto 0;
}
.swal2-styled {
    border-radius: .5em;
    padding: .5rem .9rem;
}
/* hide input arrow :Chrome, Safari, Edge, Opera */
input.inputHideArrow::-webkit-outer-spin-button,
input.inputHideArrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input.inputHideArrow[type=number] {
    -moz-appearance: textfield;
}

/* pp */
.row img {
    /* width: 100%; */
    max-width: 100%;
}

.content-img {
    margin-bottom: 1rem;
}

#bannerDiv ul {
    list-style: inside;
}

#bannerDiv ol {
    margin-bottom: 1.6rem;
    list-style-type: decimal;
    list-style-position: outside;
}

/* huanyu */
.mbBtn {
    width: auto;
    padding: .5rem .9rem;
}
/* select樣式 */
select.w-100 {
    border-radius: var(--border-radius);
    padding: 0.5em 1em;
    border: 1px solid var(--light-grey);
    width: 100%;
    margin-bottom: 0;
}

.radio_margin>div>label {
    margin: 0 15px 0 5px;
}

#customerTabs {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 1;
}

.unfilled {
    border: var(--red) 2px solid;
}

#loading_overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: rgba(248, 248, 248, 0.5);
    inset: 0px;
    z-index: 10;
}