.custom-form .form-group.is_email_unsubscribed .control-label, .custom-form .form-group.is_sms_unsubscribed .control-label {
    display: none;
}


#sb_terms_and_conditions div label[role=button] {
    display:none  !important;
}


/*
	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 */
}
#main-buttons .wrapper {
    display: flex;
    height: 350px;
    width: 100%;
    align-items: center;
}
#main-buttons .wrapper .inner .company-name {
    display: flex;
    align-self: flex-start;
    justify-content: center;
    font-size: 45px;
line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0 1px 2px rgb(0 0 0 / 15%);
}

.modal-dialog .form-group is_sms_unsubscribed, .modal-dialog .form-group is_email_unsubscribed {
  display: none !important;
}

#sb_additional_fields .control-label {
  white-space: nowrap !important;
}

#header .nav-wrapper .items-wrapper .nav-item .item-container {
  width: auto;
  border-radius: unset;
}

#header .nav-wrapper .items-wrapper .nav-item#sb_client_info .login-container .avatar {
    background: #0078b3;
    padding: 0px 10px;
    border-radius: 3px;
}

.fa-sign-in-alt:before {
    font-family: ProximaNova,sans-serif;
    content: "Sign In";
    color: #ffffff;
    font-size: 16px;
}

.fa-user-alt:before {
    font-family: ProximaNova,sans-serif;
    content: "Profile";
    color: #ffffff;
    font-size: 16px;
}


#header .nav-wrapper .items-wrapper .nav-item#sb_client_info .login-container__remember-check {
    display: none;
}

#header .items-wrapper .nav-item .item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    line-height: 40px;
    height: 40px;
    border-radius: 5%;
    border: 1px solid transparent;
    text-align: center;
    position: relative;
}

#header .items-wrapper .nav-item .item-container {
    background: #006394!important;
    color: #006394;
}