#booknetic_theme_11 *
{
    font-family: 'Poppins', sans-serif !important;
}
#booknetic_theme_11
{
    height: 650px;
}

#booknetic_theme_11 .booknetic_appointment_steps
{
    background: #f4f6f9;
}

#booknetic_theme_11 .booknetic_badge
{
    background: #98a6c4;
}
#booknetic_theme_11 .booknetic_appointment_steps_footer_txt2
{
    color: #98a6c4;
}
#booknetic_theme_11 .booknetic_step_title, #booknetic_theme_11 .booknetic_appointment_steps_footer_txt1
{
    color: #98a6c4;
}

#booknetic_theme_11 .booknetic_selected_step > .booknetic_badge::after
{
background-color: #2e2e2e;
}
#booknetic_theme_11 .booknetic_selected_step .booknetic_step_title
{
color: #2e2e2e;
}

#booknetic_theme_11 .booknetic_active_step .booknetic_badge, #booknetic_theme_11 .booknetic_calendar_days > div > span > i[a], #booknetic_theme_11 .booknetic_btn_success
{
    background: #4b39a8;
}
#booknetic_theme_11 .booknetic_active_step .booknetic_step_title
{
    color: #4b39a8;
}

#booknetic_theme_11 .booknetic_btn_primary,
#booknetic_theme_11 .booknetic_selected_time,
#booknetic_theme_11 .booknetic_calendar_selected_day > div
{
    background: #4b39a8 !important;
    color: #efefef !important;
}
#booknetic_theme_11 .booknetic_service_category, #booknetic_theme_11 .booknetic_service_extra_title, #booknetic_theme_11 .booknetic_times_title, #booknetic_theme_11 .booknetic_text_primary
{
    color: #4b39a8 !important;
}

#booknetic_theme_11 .booknetic_category_accordion .booknetic_service_category span,
#booknetic_theme_11 .booknetic_category_accordion .booknetic_service_extra_title span{
    background: #4b39a8 !important;
}

#booknetic_theme_11 .booknetic_appointment_container_header
{
    color: #2e2e2e !important;
}

#booknetic_theme_11 .booknetic_service_card_selected,
#booknetic_theme_11 .booknetic_card_selected,
#booknetic_theme_11 .booknetic_service_extra_card_selected,
#booknetic_theme_11 .booknetic_payment_method_selected,
#booknetic_theme_11 .booknetic-cart-item.active
{
    border-color: #4b39a8 !important;
}

#booknetic_theme_11 .booknetic_service_card_price,
#booknetic_theme_11 .booknetic_service_extra_card_price,
#booknetic_theme_11 .booknetic_confirm_details_price:not([data-price-id="discount"] .booknetic_confirm_details_price,.booknetic_gift_discount_price),
#booknetic_theme_11 .booknetic-cart-item-body-cell.amount,
#booknetic_theme_11 .booknetic_sum_price
{
    color: #4b39a8 !important;
}

/** Containere **/
.booknetic_appointment,
.booknetic_appointment_container,
.booknetic_portlet,
.booknetic_payment_methods_container,
.booknetic_portlet_cols,
#booknetic_calendar_area,
.booknetic_times {
  border-radius: 10px;
}

.booknetic_appointment_container_footer {
  border: none;
  border-radius: 0 0 10px 10px;
  background-color: #F4F6F9;
}

.booknetic_warning_message {
  background-color: #FB3E6E !important;
}

/** Pași programare **/
.booknetic_step_title {
  font-size: 16px;
}
.booknetic_appointment_steps {
  border-radius: 10px;
}

/** Footer steps **/
.booknetic_appointment_steps_footer {
  border: none;
}

.booknetic_appointment_steps_footer_txt1 {
  color: #2E2E2E !important;
  font-size: 15px;
}
.booknetic_appointment_steps_footer_txt2 {
  color: #2E2E2E !important;
  font-size: 14px;
}

/** Box servicii **/
.booknetic_service_category {
  color: #2E2E2E !important;
}
.booknetic_service_title_span {
  color: #2E2E2E !important;
  font-size: 14px !important;
}

.booknetic_service_card,
.booknetic_card {
  border-radius: 10px;
  background-color: #FDFDFD;
  box-shadow: 0 0 2px rgba(0,0,0,.1);
  transition: transform .3s ease, box-shadow .3s ease;
  will-change: transform;
}

.booknetic_card:hover,
.booknetic_service_card:hover,
.booknetic_payment_method:hover {
  transform: scale(1.02);
  box-shadow: 0 0 6px rgba(0,0,0,.2);
}

.booknetic_service_card_description_wrapped {
  color: #313847;
  font-size: 13px;
}

.booknetic_service_duration_span {
  color: #FFF !important;
  background-color: #3851D0 !important;
}

/** Butoane Footer **/
.booknetic_btn_secondary {
  border-radius: 5px;
  color: #727272 !important;
  background-color: #a382ff00 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #727272 !important;
}

.booknetic_btn_primary {
  border-radius: 5px;
}

/** Calendar & times **/
.booknetic_calendar_days > div {
  border-radius: 5px 5px 0 0;
}
.booknetic_times_list > div {
  border-radius: 5px;
}

/** Forms **/
.booknetic_appointment .form-control {
  border-radius: 5px !important;
}

.booknetic_appointment .booknetic_custom_form input[type="checkbox"] {
  border: 2px solid #ccc; 
  border-radius: 5px;
  background-color: transparent;
}

/** Check-out **/
.booknetic_confirm_sum_price {
  border-radius: 10px;
  background-color: #C0EBA6;
  color: #2E2E2E;
}

/** Overflow fix Lighthouse **/
img,
video,
canvas {
  overflow: clip !important;
  overflow: hidden;
}


			#booknetic_theme_11.booknetic_appointment {
				min-width: 600px;
				width: 765px;
			}

            #booknetic_theme_11 .booknetic_appointment_container {
                width: 100%;
            }

            #booknetic_theme_11 .booknetic_appointment_steps {
                display: none;
            }

			.wp-block-booknetic-booking {
				display: flex;
				justify-content: center;
			}
        
