/** BEGIN: Profile Form Styles */
#client-profile-edit label {
  color: #585858;
  width: 100%;
}
/** END: Profile Form Styles */

/**  BEGIN: Custom Page Table Styles */
body .custom-page .page-content table {
  width: 560px !important;
  margin: 16px 0;
}
.custom-page table tbody td span {
  font-family: RobotoCondensed, sans-serif !important;
  font-size: 16px !important;
}

.custom-page table tbody td {
  padding: 8px !important;
  text-align: left !important;
}

.custom-page table tbody tr {
  height: auto !important;
}

.custom-page table tbody tr:nth-child(odd) {
  background-color: rgba(0,0,0, .15) !important;
}
/** END: Custom Page Table Styles */

#sb_package_list_container .excerpt-info .content div:nth-child(2),
#sb_package_list_container .excerpt-info .content div:nth-child(3) {
  display: none !important;
}

.alert.alert-info {
  color: #5a9ca7;
}

a.link,
.alert.alert-info a {
  color: #5a9ca7;
  text-decoration: underline;
  transition: color .25s ease-in-out;
}

a.link:hover,
.alert.alert-info a:hover {
  opacity: .75;
}

#sb_membership_filter_container {
  display: none;
}

#sb_membership_container .alert.alert-info {
  font-size: 24px;
  line-height: 32px;
}

.membership-service__list {
  display: none;
}

.membership-item > .tab {
  background-color: transparent !important;
}

.membership-item > .tab > .excerpt-info {
  border-radius: 8px;
  border: solid 2px #5a9ca7;
}

#sb_package_list_container .package-item {
  margin-bottom: 0px !important;
}

#sb_package_list_container .package-item .tab {
  background: transparent !important;
}

#sb_package_list_container .excerpt-info {
    border: 2px solid #7da4a2;
    border-radius: 8px;
}

#sb_timeview_container .grid-weekly-inner .tab-pd .row:first-child {
  display: none !important;
}

#sb_timeview_container .grid-weekly-inner .tab-pd {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

#sb_timeview_container .grid-weekly-inner .days-of-week {
  padding-top: 0 !important;
}

#sb_time_grid_weekly_container .grid-weekly-table .grid-weekly-header .grid-weekly-header-item:nth-child(3), 
#sb_time_grid_weekly_container .grid-weekly-body .grid-weekly-row .grid-weekly-body-item:nth-child(3) {
  display: none !important;
}

.grid-weekly-body-item.grid-weekly-item.grid-weekly-provider {
display: none !important
}
@media (max-width: 767px) {
  body .custom-page .page-content table {
    width: 100% !important;
  }
  #sb_time_grid_weekly_container .grid-weekly-table .grid-weekly-row {
      display: flex !important;
      align-items: center !important;
      flex-direction: row !important;
      width: 100% !important;
      background-color: transparent !important;
justify-content: start !important;
   }

  #sb_time_grid_weekly_container .grid-weekly-table .grid-weekly-row .grid-weekly-item {
    width: initial !important;
    min-width: initial !important;
    background: transparent !important;

  }
#sb_time_grid_weekly_container .grid-weekly-table .grid-weekly-row .grid-weekly-item:nth-child(2) {
  flex: 1 !important;
  justify-content: start !important;
  text-align: left !important;
}

#sb_time_grid_weekly_container .grid-weekly-header .grid-weekly-header-item:nth-child(2) {
  display: none !important;
}

#sb_timeview_container .days-of-week .btn {
        height: 32px !important;
        line-height: 32px !important;
        width: 40px !important;
        padding: 0 8px !important;
}
}


#sb_terms_and_conditions div label[role=button] {
     display:none !important
}

.package-list-item.package-service {
display: none !important
}

.company-name {
    background-color: rgba(255, 255, 255, 0.75) !important; /* White background with 25% transparency */
    padding: 12px; /* Optional padding */
    border-radius: 5px; /* Optional rounded corners */

/*
	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 */
}


 .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 */
}
