@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

p {
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    border: 0;
    /*	font: inherit;*/
    vertical-align: baseline;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: repeat;
    font-family: Roboto, arial, "Noto Sans TC", "Microsoft JhengHei", "sans", "sans-serif";
    /*	background-image: url(../images/bg.jpg);*/
}

a:hover {
    text-decoration: none;
}

html {
    height: 100%;
    position: relative;
}

textarea::-webkit-input-placeholder {
    /* Edge */
    color: rgba(0, 0, 0, 0.38);
    font-size: 15px;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.38);
    font-size: 15px;
}

.form-group>textarea::placeholder {
    color: rgba(0, 0, 0, 0.38);
    font-size: 15px;
}

/*--------------------------*/
.ui-dialog h5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.ui-dialog h6 {
    font-size: 15px;
    line-height: 1.5;
}

.ui-dialog h5,
.ui-dialog h6 {
    color: rgba(0, 0, 0, .7);
    margin-top: -5px;
    margin-bottom: 0;
}

.ui-dialog h6.list-width-price {
    color: rgba(219, 17, 34, 0.87);
    font-size: 18px;
    font-weight: 600;
}

.ui-dialog h6.list-width-price-discount {
    color: rgba(0, 0, 0, 0.38);
    font-weight: 600;
    text-decoration: line-through;
    padding-left: 0px;
}

.ui-dialog a {
    text-decoration: none;
}

.ui-dialog-title {
    height: 30px;
    line-height: 48px;
    padding: 0px 20px;
    user-select: none;
    font-weight: 400;
    border-radius: 5px 5px 0px 0px;
}

.ui-dialog-separator {
    border-top: 1px solid rgba(0, 0, 0, .12);
    height: 1px;
    margin: 30px auto;
}

.ui-dialog-separator p {
    background: #fff;
    color: rgba(0, 0, 0, .38);
    display: block;
    margin: -11px auto;
    text-align: center;
    width: 180px;
}

.ui-dialog-closebutton {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
    background: url(../images/close_def.png) no-repeat;
    cursor: pointer;
}

.ui-dialog-closebutton:hover {
    background: url(../images/close_hov.png);
}

.ui-dialog .card {
    width: 100%;
}

.ui-dialog .card-body {
    padding: 9px;
    padding-bottom: 0;
    border: 0px solid rgba(0, 0, 0, .125);
}

.ui-dialog .card p {
    margin-bottom: 5px;
    color: rgb(0, 0, 0, .54);
    font-size: 14px;
}

.order-notify-lightbox.ui-dialog {
    position: relative;
    z-index: 9000;
    border: 0px solid #D5D5D5;
    background: #fafafa;
    border-radius: 5px;
    padding: 0px;
    margin: auto;
}

.ui-dialog .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(0, 0, 0, .38);
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.img-title {
    font-size: 36px;
    margin-bottom: 3px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

.img-title img {
    width: 180px;
}

.question-bg,
.question-bg2 {
    background-image: url("../images/dot.png");
    background-repeat: repeat-x;
    min-width: 15px;
    min-height: 15px;
    margin-right: 6px;
}

.form-check-label {
    color: rgba(0, 0, 0, .54);
}

.form-check-input {
    margin-top: 0.2rem;
    margin-left: -1.35rem;
    width: 18px;
    height: 18px;
}

.overflow-height {
    overflow: auto;
    overflow-x: hidden;
    height: 60vh;
    margin-bottom: 30px;
}

.form-group {
    margin-top: -15px;
}

.overflow-height::-webkit-scrollbar {
    width: 5px;
}

.overflow-height::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 100px;
}

.overflow-height::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.12);
    height: 50px;
    -webkit-border-radius: 10px;
    border-radius: 100px;
}

.overflow-height::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.38);
}

/*-----------------按鈕----------*/
.order-notify-lightbox .more-button {
    line-height: 1.7;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 36px;
    text-align: center;
    font-size: 16px;
    margin: auto;
    cursor: pointer;
    color: #fff;
    background-color: rgba(41, 133, 142, .7);
    letter-spacing: 1px;
    font-weight: 300;
    transition: background-color ease-in-out .25s;
}

.order-notify-lightbox .more-button:hover {
    background-color: rgba(41, 133, 142, 1);
    text-decoration: none;
    color: #fff;
}

.order-notify-lightbox .more-button2 {
    border-radius: 3px;
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: #e94941;
    letter-spacing: 1px;
    font-weight: 300;
    border: 1px solid #e94941;
    transition: color ease-in-out .25s, border ease-in-out .25s, background-color ease-in-out .25s;
}

.order-notify-lightbox .more-button2:hover {
    color: #fff;
    border: 1px solid #e94941;
    background-color: #e94941;
}

.order-notify-lightbox .more-button4 {
    border-radius: 3px;
    padding: 8px 9px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(53, 142, 150, .7);
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0);
    /*	box-shadow: 0px 0px 0px #45A275;*/
    transition: color ease-in-out .25s, border ease-in-out .25s, background-color ease-in-out .2s, box-shadow ease-in-out .2s;
}

.order-notify-lightbox .more-button4:hover,
.order-notify-lightbox .more-button4:focus {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .87);
    background-color: #ff736c;
    /*	box-shadow: 0px 0px 6px #45A275;*/
}

@media (max-width: 1199.98px) {}

@media (min-width: 992px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
    .ui-dialog h1 {
        font-size: 33px;
    }

    .img-title {
        font-size: 33px;
    }
}

@media (max-width:575.98px) {}

@media (max-width:320px) {
    .ui-dialog h1 {
        font-size: 30px;
    }

    .img-title {
        font-size: 27px;
    }
}