/*--------LIFF 改不動 不要浪費時間-----------*/



/*--------APP-----------*/

.pwa-app .current-booking-info__data-short .current-booking-info__data-item.data-item--provider{
    display:none;
}

.pwa-app--preview-item{/* PWA 說明頁*/
    border: 1px solid #eeeded;
    border-radius: 12px;
    overflow: hidden;
}

#sb_pwa_push_notifications, .sb-invoice-notification.invoice-notification, #sb_bookings_list .booking-item.booking-pending 
{/* 隱藏: 推播通知, 未付款通知, 未完成預約*/
   display:none;
}

/*--------APP-----------*/

#sb_content #line-liff-client-login button#login-line-liff{/* 隱藏Line 按鈕, 相關條款*/
  /*display:none;*/
}

#sb_content #line-liff-client-login .title{
  margin: 10px 0; /*標題樣式*/
}

#line-liff-client-login{
margin-top:150px;
}

#login-line-liff, #skip-line-liff{
 font-size:16px;
  line-height: 40px;
}

#sb_dateview_container .top-date-select__calendar .date .mdc-button{
  font-weight:600;
 
}
#sb_package_list_container .item__tab  .item__content,#sb_booking_content .step-content--dashboard .item__content, .step-content .item__content{/*課卡排版*/
 max-width: calc(100% - 180px);
}


.page-invoice-pay .invoice-payment-systems-choose{
/*付款方式排版*/
 text-align:center;
 margin:10px;
}

.step-content--dashboard .item__additional-info-action, .step-content .item__additional-info-action{/*補充資訊排版*/
 margin-left:0px; 
}
.current-booking-info .booking-btns .sb_cancel_btn, .mdc-list-item.sb_cancel_btn{/*取消按鈕*/
 display:none;
}

.controls-list .mdc-list-item.sb-book.sb_book_again{
 display:none;/*預約更多*/
}

.highlighted-current-booking{
    border: 1px solid grey;
    padding: 30px;
    border-radius: 8px;;
    margin: 10px 0;
}
/*--------網頁版-----------*/
.package-use-credits-msg{
    background: rgb(203 204 210 / 10%);
    padding: 10px;
    border-radius: 8px;
    line-height: 1.8;
}
.promotions-letter-flag{
   display: none;}





/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */ 
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */

}


 .timeline td.free_time   {
	/* add your css rule here */
   color: #1dc495;
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .day-on{
color: #1dc495; 
font-weight:bold;
}
