img {
    height: auto;
}
 * {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

@media print {
    .nav-menu {
        display: none;
    }

    .header {
        position: absolute;
    }
}

body {
    font-family: 'Raleway', 'Noto Sans TC', sans-serif;
}

select {
    appearance: none;
}
 input:focus+label,
input:valid+label {
    top: 5px;
    font-size: 12px;
    color: #38669c;
    z-index: 3;
}

input:-internal-autofill-selected+label,
input {
    color: #919d9e;
}

input:not(:focus)+label {
    color: #333333;
}
@media (max-width: 479px) {
    .product-record-col {
        background-color: transparent !important;
    }
}
.checkbox-true-false.small .form-btn-b{
    margin-top: 0;
}
.checkbox-true-false.small .form-field-col-100{
    margin-top: 10px;
}
.checkbox-true-false.small .form-checkbox{
    width: 25px;
    height: 25px;
    margin-top: 0;
}
.checkbox-true-false.small .form-txt-col{
    margin-left: 0;
}
.terms-box{
    height: 250px;
    overflow: scroll;
    padding: 20px;
    font-size: 14px;
    border: 1px solid var(--abd5e7);
    border-radius: 15px;
}
.form-content-sub-secton{
    font-size: 16px;
    margin-top: 30px;
}
.report-table{
    overflow: auto;
}
.report-table-content-row{
    flex-wrap: nowrap;
}
.report-table-content-col-item{
    flex: 1;
}
.report-table-content-col-data{
    flex: 1;
}
.customer-list-table-col{
    padding-left: 10px;
    padding-right: 10px;
}
.customer-list-table-col-num{
    width: 20%;
}
.customer-list-table-col-store{
    width: 30%;
}
.form-field-col{
    flex-flow: column;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}
.error {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #dc2626;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

[v-cloak]{
    display: none!important;
}

.form-radio-btn-row{
    flex-flow: wrap;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.form-radio-btn-col{
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.w-radio input[type='radio']{
    opacity: 0;
}
.w-radio input[type='radio']:checked + span{
    background-image: linear-gradient(#01b8c2, #0c55a0);
    border-radius: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
}

.w-checkbox input[type='checkbox']{
    opacity: 0;
}
.w-checkbox input[type='checkbox']:checked + div{
    border-color: var(--abd5e7);
    background-color: var(--transparent);
    background-image: url(../images/checkbox-tick.svg);
    background-size: 17px;
    border-radius: 5px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.btn-get-sms-code.get-code-resend{
    display: inline-block;
}

.sms-resend-count-down{
    width: 33px;
    display: inline-block;
}

[disabled]{
    opacity: 0.4;
    cursor: not-allowed;
}
.pre{
    white-space: pre-wrap;
}
:root {
    --main-light-color: #DBDBDB;
    --main-dark-color: #321f59;
    --main-white-color: #ffffff;
    --main-active-color: #38669c;
}

.datepicker-dropdown {
    border-radius: 8px !important;
    border: 0 !important;
    -webkit-box-shadow: 0px 48px 88px rgba(23, 9, 54, 0.08);
    box-shadow: 0px 48px 88px rgba(23, 9, 54, 0.08);
    box-sizing: border-box;
    z-index: 100 !important;
}

.datepicker-panel>ul[data-view="week"]>li,
.datepicker-panel>ul[data-view="week"]>li:hover {
    background-color: #1ebbc3;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    height: initial;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0;
    margin-bottom: 10px;
}

.datepicker-panel>ul[data-view="week"] li:first-child {
    border-radius: 20px 0 0 20px;
}

.datepicker-panel>ul[data-view="week"] li:last-child {
    border-radius: 0 20px 20px 0;
}

.datepicker-top-left::before,
.datepicker-top-left::after {
    display: none;
}
.datepicker-panel>ul>li.highlighted{
    background-color: transparent;
}
.datepicker-panel>ul>li.picked,
/*.datepicker-panel>ul>li.highlighted,*/
.datepicker-panel>ul>li.picked:hover {
    color: var(--main-white-color);
    background: var(--main-active-color);
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

li[data-view="month current"],
li[data-view="year current"] {
    text-align: left;
    color: var(--main-dark-color);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 24px; */
    padding-left: 15px;
    border-radius: 10px;
}

.datepicker-panel>ul>li:hover {
    border-radius: 10px;
}

li[data-view="month current"],
li[data-view="year current"],
li[data-view="years current"] {
    margin-bottom: 4px !important;
}
/*.point-redeem-summary-num{
    max-width: 180px;
    font-size: 20px;
}*/
.customer-redeem-qr-code svg{
    display: block;
    width: 100%;
    height: auto;
}
.qr-popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.qr-popup-btn-close{
    position: absolute;
    right: 40px;
    top: 30px;
}
.customer-good-bundle-record{
/*    color: var(--pink);*/
    background-color: var(--abd5e7);
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    line-height: 120%;
}
.table-b{
    font-size: 16px;
}
.customer-details-product-row{
    margin-top: 0;
}
.customer-details-product-col:first-child{
    margin-top: 0;
}
.customer-good-bundle-info-wrap{
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.cusomter-good-bundle-price-total{
    text-align: right;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}
.d-flex{
    display: flex;
    flex-direction: row;
}
.order-summary{
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.order-summary-tb th, .order-summary-tb td{
    text-align: right;
    padding-bottom: 10px;
}
.order-summary-tb th{
    padding-right: 10px;
}
.order-summary-tb td{
}
.order-line-summary-tb{
    font-size: 16px;
    float: right;
    margin-top: 15px;
}
.order-line-summary-tb th, .order-line-summary-tb td{
    text-align: right;
    vertical-align: middle;
}
.order-line-summary-tb th{
    padding-right: 10px;
}
@media screen and (min-width: 768px) {
    .datepicker-dropdown {
        width: 364px;
        padding: 12px;
    }

    .datepicker-panel>ul>li {
        width: 48px;
        height: 48px;
        padding-top: 7px;
    }

    li[data-view="month next"],
    li[data-view="year next"],
    li[data-view="years next"] {
        position: absolute;
        right: 18px
    }

    li[data-view="month prev"],
    li[data-view="year prev"],
    li[data-view="years prev"] {
        position: absolute;
        right: 66px
    }

    ul[data-view="months"] li,
    ul[data-view="years"] li {
        padding-top: 0px;
        width: 57px !important;
    }
}

@media screen and (max-width: 768px) {
    .datepicker-panel {
        transform: scale(0.97);
    }
}

.radio-checked {
    transform-style: preserve-3d;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1);
    transition: opacity 800ms ease 0s, transform 800ms ease 0s;
}
.product-record-col:nth-child(odd){
    background-color: var(--f0f8fb);
}
.table-content-b:nth-child(odd){
    background-color: var(--f0f8fb);
}
.form-text-field{
    display: block;
    width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.btn-gradient.danger{
  background-image: linear-gradient(#c93a3a, #e74c3c);
}
.btn-gradient.danger .btn-bg{
  background-image: linear-gradient(-150deg, #a83232, #d03434);
}
.form-txt-col{
    font-weight: normal;
    margin-left: 10px;
}
.relative{
    position: relative;
}
.w-radio{
    padding-left: 0;
}
.w-radio-input{
    float: none;
    margin-left: 0;
}
.form-btn-b{
    display: flex;
}
.checkbox-row{
    width: 100%;
}
.form-field-col-25{
    width: 25%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.report{
  font-size: 18px;
}
.report th, .report td{
  padding: 5px 5px;
  width: auto;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-item {
    margin: 0 2px;
}

.page-link {
    border: 3px solid var(--white);
    color: var(--white);
    border-radius: 15px;
    padding: 8px 12px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(1, 184, 194, .2);
    text-decoration: none;
    transition: all 0.8s;
    background-image: linear-gradient(#01b8c2, #0c55a0);
}

.page-link:hover, .page-item.active .page-link {
    background-image: linear-gradient(-150deg, #00347a, #0057a6);
    color: var(--white);
}

/*.page-item .page-link {
    color: var(--white);
}*/

.page-item.disabled .page-link {
    pointer-events: none;
    opacity: 0.5;
}
.report-table-content-b:nth-child(even) .report-table-content-col-10,
.report-table-content-b:nth-child(even) .report-table-content-col-25,
.report-table-content-b:nth-child(even) .report-table-content-col-item,
.report-table-content-b:nth-child(even) .report-table-content-col-12,
.report-table-content-b:nth-child(even) .report-table-content-col-20,
.report-table-content-b:nth-child(even) .report-table-content-col-33,
.report-table-content-b:nth-child(even) .report-table-content-col-16,
.report-table-content-b:nth-child(even) .report-table-content-col-21 {
background-color: #F0F8FB;
}
.report-table-content-b:nth-child(odd) .report-table-content-col-10,
.report-table-content-b:nth-child(odd) .report-table-content-col-25,
.report-table-content-b:nth-child(odd) .report-table-content-col-item,
.report-table-content-b:nth-child(odd) .report-table-content-col-12,
.report-table-content-b:nth-child(odd) .report-table-content-col-20,
.report-table-content-b:nth-child(odd) .report-table-content-col-33,
.report-table-content-b:nth-child(odd) .report-table-content-col-16,
.report-table-content-b:nth-child(odd) .report-table-content-col-21 {
background-color: #ffffff;
}
.report-table-content-col-10:last-child,
.report-table-content-col-25:last-child,
.report-table-content-col-12:last-child,
.report-table-content-col-20:last-child,
.report-table-content-col-33:last-child,
.report-table-content-col-16:last-child,
.report-table-content-col-21:last-child {
border-radius: 0 10px 10px 0;
}
.report-table-content-col-data:last-child,
.report-table-item-details-col:last-child {
border-right: none;
}
.common-table{
    overflow: auto;
    width: 100%;
    color: var(--01357a);
    font-size: 16px;
    line-height: 120%;
    table-layout: fixed;
}
.common-table thead{
    border-bottom: 1px solid var(--01357a);
}
.common-table th, .common-table td{
    text-align: left;
    padding: 10px 5px;
    max-width: 150px;
}
.common-table th{
    font-weight: bold;
}
.common-table tbody tr:nth-child(odd){
    background-color: #F0F8FB;
}
.common-table tfoot{
    background-color: var(--c5f4ff);
}
.common-table tr > *:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 15px;
    white-space: nowrap;
}

.common-table tr > *:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 15px;
}
@media screen and (max-width: 767px) {
    .form-field-col-25{
        width: 50%;
    }
    .customer-list-table-col{
        width: 50%;
        margin-top: 15px;
    }
}

