[class*="dt-sc-reserve-appointment"] h1, [class*="dt-sc-reserve-appointment"] h2,
[class*="dt-sc-reserve-appointment"] h3, [class*="dt-sc-reserve-appointment"] h4,
[class*="dt-sc-reserve-appointment"] h5, [class*="dt-sc-reserve-appointment"] h6 { 
	margin-top: 0rem; margin-bottom:  clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem); text-align: center; }

[class*="dt-sc-reserve-appointment"] h1, [class*="dt-sc-reserve-appointment"] h2 { margin-bottom: 70px; }

[class*="dt-sc-reserve-appointment"] .dt-sc-modal-header h3{
	margin-bottom: 0px;
}


.dt-sc-reserve-appointment, .dt-sc-reserve-appointment2 { width: 100%; max-width: 1100px; margin: 0 auto; }

#dt-sc-ajax-load-image img { margin: 15px auto 2px; max-width: 35px; }

.total-cinfo-wrapper .total-cinfo-price { background: var(--wdt_Booking_PrimaryColor); color: var(--wdt_Booking_AccentTxtColor); 
	display: flex; justify-content: space-between; margin: 20px -20px -20px; padding: 10px 20px; }

.total-cinfo-wrapper .total-cinfo-price > * { font-style: normal; font-size: var(--wdtFontSize_H6 , 18px); }

.ubpro-checkout-header-login .ubpro-form-login-toggle { text-align: center; }


/* Available time */

.available-times { margin-bottom: 40px; }
.available-times:empty { display: none; }

.available-times .dt-sc-title { 
	direction: rtl; display: table; float: none; margin: 0 auto 10px; width: auto; clear: both; }

.available-times .dt-sc-title h3 { 
	display: flex; flex-direction: row-reverse; align-items: center; justify-content: center; 
	padding: 15px 25px 8px; border: 1px solid var(--wdt_Booking_BorderColor); margin: 0;
	border-radius: var(--wdt_Booking_Radius_2X); -webkit-border-radius: var(--wdt_Booking_Radius_2X); }

.available-times .dt-sc-title > * { display: table-row; position: relative; }

.available-times .dt-sc-title span { display: table-cell; vertical-align: middle; }

.available-times .dt-sc-title span.name { padding: 0; font-size: clamp(1.625rem, 1.4605rem + 0.6579vw, 2.25rem); /* Min-26 & Max-36 */ font-weight: 400; }

.available-times .dt-sc-title span.name::before { 
	position: relative; content: ""; display: inline-block; width: 10px; height: 1px; 
	background-color: currentColor; margin: 0 14px; }

.available-times .dt-sc-title span.price { 
	background: none; color: var(--wdt_Booking_HeadAltColor); display: table-cell; 
	font-size: clamp(1.625rem, 1.4605rem + 0.6579vw, 2.25rem); /* Min-26 & Max-36 */ font-weight: 400; height: auto; 
    line-height: 1; text-align: center; width: auto; padding: 0; }

.available-times .time-table-wrap + .dt-sc-title { margin-top: 35px; }


/* Form Time Slots */

.time-table-wrap { 
	border-color: var(--wdt_Booking_BorderColor); border-style: solid; border-width: 1px; 
	clear: both; display: block; overflow: auto; scrollbar-color: var(--wdt_Booking_LinkHoverColor) transparent;
	border-radius: var(--wdt_Booking_Radius_2X); -webkit-border-radius: var(--wdt_Booking_Radius_2X); }

ul.time-table { display: flex; flex-flow: row wrap; float: left; list-style-type: none; padding: 0; width: 100%; }

ul.time-table > li { 
	background: var(--wdtBodyBGColor); display: block; float: left; font-size: var(--wdtFontSize_Base); 
	margin-right: 2%; margin-bottom: 20px; padding: 0; position: relative; text-align: center; width: 32%; 
	-webkit-border-radius: var(--wdtRadius_Zero); border-radius: var(--wdtRadius_Zero); }

ul.time-table > li:not(:last-child) {
	border-right: 1px solid var(--wdt_Booking_BorderColor);
}


ul.time-table > li:nth-child(3n+1) { clear: both; }

.time-table-wrap ul.time-table { flex-flow: row nowrap; margin: 0; }

.time-table-wrap ul.time-table > li {
	margin:0;
	min-width: 30%;
	width: 100%;
	-webkit-border-radius: var(--wdt_Booking_Radius_Zero);
	border-radius: var(--wdt_Booking_Radius_Zero);
	/* border-bottom: 1px solid var(--wdt_Booking_BorderColor); */
	}

ul.time-table > li ul,
ul.time-table > li > span { position: relative; z-index: 1; }

ul.time-table > li .time-head { background: var(--wdt_Booking_PrimaryColor); padding: 20px; 
	border-bottom: 1px solid var(--wdt_Booking_BorderColor); color: var(--wdt_Booking_AccentTxtColor); }

ul.time-table > li .time-head,
ul.time-table > li ul.time-slots { padding-left: 0; padding-right: 0; }

ul.time-table > li span { display: block; -webkit-transition: var(--wdt_Booking_Ad-Transition); 
    transition: var(--wdt_Booking_Ad-Transition); font-size: clamp(1.5rem, 1.4135rem + 0.3846vw, 1.875rem); /* 24px - 30px */ }

ul.time-table > li .time-head > span.name,
ul.time-table > li .time-head > span.price { font-size: clamp(1.5rem, 1.4135rem + 0.3846vw, 1.875rem); /* 24px - 30px */
    font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 10px; }


ul.time-table > li ul.time-slots {display: inline-block;margin: 0;padding: 10px 10px 10px;text-align: center;width: 100%;border: none;}
ul.time-table > li ul.time-slots > li { display: inline-block;  margin: 4px; padding: 0; }

ul.time-table > li > p { font-size: 1em; margin: 0; }
ul.time-table > li > p > span { display: block; font-size: 14px; }

ul.time-table > li ul.time-slots > li a { border: 1px solid var(--wdt_Booking_BorderColor); color: var(--wdt_Booking_LinkColor);
	display: inline-block; min-width: 100px; padding: 4px 16px; text-decoration: none; text-transform: uppercase;
    -webkit-transition: var(--wdt_Booking_Ad-Transition); transition: var(--wdt_Booking_Ad-Transition); font-size: 1rem;  border-radius: var(--wdtRadius_2X);  }

ul.time-table > li ul.time-slots > li + li a { border-top-color: var(--wdt_Booking_BorderColor); }

ul.time-table > li ul.time-slots > li a:focus,
ul.time-table > li ul.time-slots > li a:hover { border-color: var(--wdt_Booking_PrimaryColor); 
    background-color: var(--wdt_Booking_PrimaryColor); color: var(--wdt_Booking_AccentTxtColor); }

ul.time-table > li ul.time-slots > li a.selected,
ul.time-table > li ul.time-slots > li a.selected,
ul.time-table > li ul.time-slots > li a.selected:focus,
ul.time-table > li ul.time-slots > li a.selected:focus,
ul.time-table > li ul.time-slots > li a.selected:hover,
ul.time-table > li ul.time-slots > li a.selected:hover { background: var(--wdt_Booking_PrimaryColor); 
    border-color: var(--wdt_Booking_PrimaryColor); color: var(--wdt_Booking_AccentTxtColor); }



/* Form Go Back */

.dt-sc-goback-box { margin:20px 0 40px; position: relative; text-align: center; }
.dt-sc-goback-box .appointment-goback { margin: 0px; position: relative; z-index: 1; }


/* ============================== 
    Appointment Type - I 
============================== */

.dt-sc-reserve-appointment.type1 .dt-sc-hr-invisible-medium { display: none; }
.dt-sc-reserve-appointment.type1  .ubpro-info a{ 
	padding: 0;
    font-size: inherit;
    font-family: var(--wdtFontTypo_Base);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_Ext);
    color: currentColor;
    border: 0;
    position: relative;
    width: fit-content;
    display: inline;
    text-decoration: none;
    box-shadow: none;
    border-radius: var(--wdtRadius_Zero);
    background-image: linear-gradient(90deg, currentColor 50%, currentColor 50%);
    background-position: left bottom;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out, color 0.3s ease-in-out;
    background-color: transparent;
 }
 .dt-sc-reserve-appointment.type1  .ubpro-info a:hover{
	    color: rgba(var(--wdtPrimaryColorRgb), 0.75);
    background-color: transparent;
    background-size: 100% 1px;
    background-position: right bottom;
    background-image: linear-gradient(90deg, currentColor 50%, currentColor 50%);
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
 }

 .dt-sc-reserve-appointment.type1 .dt-sc-title h2{ text-transform:capitalize; }

.dt-sc-reserve-appointment.type1 { margin-bottom: 0px; }

.dt-sc-reserve-appointment.type1 .available-times .dt-sc-title { margin: 0 auto 30px; }
.dt-sc-reserve-appointment.type1 .time-table-wrap:has(+ .dt-sc-title) { margin-bottom: 40px; }


.dt-sc-reserve-appointment.type1 ul.time-table > li .time-head > span.name, 
.dt-sc-reserve-appointment.type1 ul.time-table > li .time-head > span.price,
.dt-sc-reserve-appointment.type1 ul.time-table > li span { font-size: var(--wdtFontSize_H6); }


.dt-sc-reserve-appointment.type1 .dt-second-form-wrapper  .dt-sc-one-third:first-child{ margin-left:0; }
.dt-sc-reserve-appointment.type1 .dt-second-form-wrapper,
.dt-sc-reserve-appointment.type1 .dt-third-form-wrapper{ display:flex; }
.dt-sc-reserve-appointment.type1 .dt-third-form-wrapper .form-control{ margin-bottom:0; }
.dt-sc-reserve-appointment.type1 .dt-second-form-wrapper  .dt-sc-one-third,
.dt-sc-reserve-appointment.type1 .dt-third-form-wrapper .dt-sc-one-third{ width:50%; }
.dt-sc-reserve-appointment.type1 .form-control.package-options{ margin-top:0; gap:0; }
.dt-sc-reserve-appointment.type1 .showtimebutton{ margin-top:20px; }

@media(max-width:767px){
.dt-sc-reserve-appointment.type1 .dt-second-form-wrapper,
.dt-sc-reserve-appointment.type1 .dt-third-form-wrapper{  flex-direction:column; }
.dt-sc-reserve-appointment.type1 .dt-second-form-wrapper  .dt-sc-one-third,
.dt-sc-reserve-appointment.type1 .dt-third-form-wrapper .dt-sc-one-third{ width:100%; }
.dt-sc-reserve-appointment.type1 .dt-third-form-wrapper{ gap:30px; }
.dt-sc-reserve-appointment.type1 .showtimebutton {
    margin-top: 10px;
}
}


/* ============================== 
    Appointment Type - II
============================== */

.dt-sc-reserve-appointment2 .available-times .dt-sc-title { padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem) 20px 0; }

.dt-sc-reserve-appointment2 ul.time-table > li.selected { background-color: transparent; }
.dt-sc-reserve-appointment2 ul.time-table > li.selected ul.time-slots { background-color: transparent; }


.dt-sc-reserve-appointment2 ul.time-table > li { margin-right: 0; width: 100%; }

.dt-sc-reserve-appointment2 .appointment-title { text-align: center; margin-bottom: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem); /* 20px - 50px */ }

.dt-sc-reserve-appointment2 .dt-sc-notification-box.step3 .dt-sc-aboutproject-box #dt-sc-ajax-load-image { text-align: center; }

.dt-sc-reserve-appointment2 .dt-sc-appointment-scheduler-form input[type=text] { margin-left: 0; margin-right: 0; }

.dt-sc-reserve-appointment2 ul.time-table { display: block; float: left; list-style-type: none; margin: 0; width: 100%; }

/* Progress Step */

.dt-sc-schedule-box, .dt-sc-contactdetails-box, .dt-sc-notification-box, 
.steps h2, .steps h3, .steps h4, .steps h5 { float: left; width: 100%; }

.steps h2, .steps h3, .steps h4, .steps h5 { clear: both; text-align: center; }


.dt-sc-timeslot-box h2 { margin-top: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem); /* 20px - 10 */ 
	margin-bottom: clamp(0rem, -0.125rem + 0.625vw, 0.625rem); /* 10px - 0 */ }

.dt-sc-schedule-progress { float: left; width: 100%; position: relative; margin-bottom: 10px; width: 33.333%;
	padding: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem) 10px 10px 10px; margin-right: 0; text-align: center; }

.dt-sc-schedule-progress.step3 { margin-right: 0; }

.dt-sc-schedule-progress .dt-sc-progress-step { margin: 0 0 20px 0; 
    position: relative; text-align: center; width: 100%; }

.dt-sc-schedule-progress .dt-sc-progress-step:before,
.dt-sc-schedule-progress .dt-sc-progress-step:after { border-top: 1px dashed; content: ""; height: 0; position: absolute;
	top: 50%; width: 50%; z-index: -1; -webkit-transform: translateY(-50%); transform: translateY(-50%); 
	border-color: var(--wdt_Booking_BorderColor); }

.dt-sc-schedule-progress .dt-sc-progress-step:before { left: -10px; }
.dt-sc-schedule-progress .dt-sc-progress-step:after { right: -10px; }

.dt-sc-schedule-progress.step1 .dt-sc-progress-step:before,
.dt-sc-schedule-progress.step3 .dt-sc-progress-step:after { content: none; }

.dt-sc-schedule-progress .dt-sc-progress-step span { display: inline-block; float: none; 
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem); /* Min-20 & Max-24 */ font-weight: 600; 
	height: 80px; line-height: 80px; position: relative; width: 80px; z-index: 0; border: 1px solid var(--wdt_Booking_BorderColor);
	color: var(--wdt_Booking_HeadAltColor); background-color: var(--wdt_Booking_AccentTxtColor); }

.dt-sc-schedule-progress .dt-sc-progress-step span,
.dt-sc-schedule-progress span:before { -webkit-border-radius: 50%; border-radius: 50%; }

.dt-sc-schedule-progress.dt-sc-current-step .dt-sc-progress-step span { background-color: var(--wdt_Booking_PrimaryColor); 
    color: var(--wdt_Booking_AccentTxtColor); border-color: var(--wdt_Booking_PrimaryColor); }

.dt-sc-schedule-progress.dt-sc-completed-step .dt-sc-progress-step span { color: var(--wdt_Booking_AccentTxtColor); }


.dt-sc-schedule-progress h4 { clear: both; margin-bottom: 12px; padding-top: 4px; }
.dt-sc-schedule-progress p { font-size: var(--wdtFontSize_Base, 16px); max-width: 300px; margin: auto; }

.dt-sc-schedule-progress .dt-sc-progress-step span:before { content: ""; height: auto; position: absolute; 
	bottom: 5px; left: 5px; right: 5px; top: 5px; width: auto; z-index: -1; }


.dt-sc-reserve-appointment2 .dt-sc-appointment-scheduler-form { clear: both; }

.dt-sc-reserve-appointment2 .dt-sc-service-box + .dt-sc-timeslot-box { margin-top: 40px; }


/* ============================== 
    Appointment Type - III
============================== */

.dt-sc-reserve-appointment.type3 .dt-sc-hr-invisible-small { display: none; }

.dt-sc-reserve-appointment.type3 .ui-datepicker.ui-widget { width: 100%; background: var(--wdtTertiaryColor); 
	padding: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem); /* 20px - 30px */ }

/* .dt-sc-reserve-appointment.type3 > div { position: relative; } */
.dt-sc-reserve-appointment.type3 > div .aligncenter .dt-sc-button { margin-bottom: 0; }

.dt-sc-reserve-appointment.type3 .hasDatepicker { max-width: 600px; 
	margin: clamp(1.25rem, 0.6731rem + 2.5641vw, 3.75rem) /* 20px - 60px */ auto 0px; }

.dt-sc-reserve-appointment.type3 .hasDatepicker .ui-datepicker .ui-datepicker-header { 
	padding: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem) /* 10px - 20px */ 0; border: none; }
.dt-sc-reserve-appointment.type3 .hasDatepicker .ui-datepicker .ui-datepicker-title { font-size: 18px; color: var(--wdt_Booking_HeadAltColor); }

.dt-sc-reserve-appointment.type3 .ui-datepicker .ui-datepicker-prev { left: clamp(0.25rem, 0.0192rem + 1.0256vw, 1.25rem); /* 4px - 20px */ }
.dt-sc-reserve-appointment.type3 .ui-datepicker .ui-datepicker-next { right: clamp(0.25rem, 0.0192rem + 1.0256vw, 1.25rem); /* 4px - 20px */ }

.dt-sc-reserve-appointment.type3 .ui-datepicker th { padding: 10px; 
	color: var(--wdt_Booking_HeadAltColor); font-weight: normal; font-size: 1.2rem; line-height: 2em; }
.dt-sc-reserve-appointment.type3 .ui-datepicker.ui-widget td { padding: 0px; }

.dt-sc-reserve-appointment.type3 .ui-datepicker td span,
.dt-sc-reserve-appointment.type3 .ui-datepicker td a { text-align: center; font-size: 1rem; line-height: 2.8em; }

.dt-sc-reserve-appointment.type3 td:not(.ui-state-disabled) .ui-state-default:hover,
.dt-sc-reserve-appointment.type3 .ui-widget-content td:not(.ui-state-disabled) .ui-state-default:hover,
.dt-sc-reserve-appointment.type3 .ui-widget-content td:not(.ui-state-disabled) .ui-state-active {
	background: var(--wdt_Booking_PrimaryColor); color: var(--wdt_Booking_AccentTxtColor); }

.dt-sc-reserve-appointment.type3 .ui-state-default,
.dt-sc-reserve-appointment.type3 .ui-widget-content .ui-state-default,
.dt-sc-reserve-appointment.type3 .ui-widget-header .ui-state-default { border: 1px solid var(--wdt_Booking_BorderColor); margin: -0.5px; }

.dt-sc-reserve-appointment.type3 .hasDatepicker ~ span.spinner { position: absolute; top: 0; right: 0; bottom: 0; left: 0; 
	display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; 
	background-color: rgba(255, 255, 255, 0.7); z-index: 0; }
	
.dt-sc-reserve-appointment.type3 .hasDatepicker ~ span.spinner > i:before { content: ''; display: inline-block;
	position: relative; top: 0; right: 0; bottom: 0; left: 0; width: 30px; height: 30px; margin: auto; z-index: 1;
	-webkit-animation: next-spinner .6s linear infinite; animation: next-spinner .6s linear infinite;
	border: 3px solid #e1e1e1; border-top-color: #000000; -webkit-border-radius: 50%; border-radius: 50%;
}
	
@-webkit-keyframes next-spinner { 
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 
}
@keyframes next-spinner {
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.dt-sc-reserve-appointment.type3 #caldatepickerContent:empty { display: none; }
.dt-sc-reserve-appointment.type3 #caldatepickerContent { margin: clamp(1.25rem, 0.6731rem + 2.5641vw, 3.75rem) /* 20px - 60px */ 0px 0px; }
.dt-sc-reserve-appointment.type3 #caldatepickerContent > h3 { text-align: center; 
	margin-bottom: clamp(0.375rem, 0.1731rem + 0.8974vw, 1.25rem); /* 6px - 20px */ }

.dt-sc-reserve-appointment.type3 ul.time-table { justify-content: center; margin: 0px 0px 40px; }
.dt-sc-reserve-appointment.type3 ul.time-table > li { width: 100%; margin: 0px;
	padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem); /* 30px - 20px */ }
.dt-sc-reserve-appointment.type3 ul.time-table > li ul.time-slots > li { margin: 5px 5px; width: auto; }

.dt-sc-reserve-appointment.type3 > div.column:nth-child(4) { margin: 0; }
.dt-sc-reserve-appointment.type3 > div.column:nth-child(7),
.dt-sc-reserve-appointment.type3 > div.column:nth-child(8) { width: 100%; margin: 0; }


/* ============================== 
    AT Rules - responsive
============================== */

@media only screen and (min-width: 1281px) and (max-width: 1540px) {
	[class*="dt-sc-reserve-appointment"] h1, [class*="dt-sc-reserve-appointment"] h2 { margin-top: 0rem; margin-bottom: 60px; }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	[class*="dt-sc-reserve-appointment"] h1, [class*="dt-sc-reserve-appointment"] h2 { margin-top: 0rem; margin-bottom: 50px; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	[class*="dt-sc-reserve-appointment"] h1, [class*="dt-sc-reserve-appointment"] h2 { margin-top: 0rem; margin-bottom: 45px; }
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.dt-sc-reserve-appointment2 .dt-sc-appointment-scheduler-form { margin: 0 auto; width: 100%; }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.dt-sc-reserve-appointment2 .dt-sc-appointment-scheduler-form .dt-sc-one-third.column { margin: 0; width: 100%; }
}

@media only screen and (max-width: 767px) {
	
	.dt-sc-reserve-appointment.type1 .column,
	.dt-sc-reserve-appointment2 .column,
	.dt-sc-reserve-appointment.type3 .column { margin-bottom: 0px; }
	
	.dt-sc-schedule-progress { width: 100%; }
	
	.dt-sc-schedule-progress .dt-sc-progress-step:before,
	.dt-sc-schedule-progress .dt-sc-progress-step:after { display: none; } 

	[class*="dt-sc-reserve-appointment"] h1, [class*="dt-sc-reserve-appointment"] h2 { margin-top: 0rem; margin-bottom: 40px; }

}
@media screen and (max-width: 479px) {
	.time-table-wrap ul.time-table > li {
		min-width: 50%;
	}
	.available-times .dt-sc-title span.name::before{
		display: none;
	}

	[class*="dt-sc-reserve-appointment"] h1, [class*="dt-sc-reserve-appointment"] h2 { margin-top: 0rem; margin-bottom: 35px; }
}

/* Selected pricing plan
   Read-only summary injected into the "Book a Class" popup when the visitor
   arrives from a pricing plan's booking button. See reservation.js. */

.dt-sc-selected-plan {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 20px;
	padding: 12px 16px;
	border: 1px solid rgba(var(--wdtBorderColorRgb, 209, 211, 203), 0.75);
	border-radius: var(--wdt_Booking_Radius_2X);
	background-color: rgba(var(--wdtPrimaryColorRgb, 75, 99, 85), 0.06);
	font-size: var(--wdtFontSize_Ext, 14px);
}

.dt-sc-selected-plan .dt-sc-selected-plan-label {
	color: var(--wdt_Booking_BodyTxtColor);
	font-weight: var(--wdtFontWeight_Ext, 500);
}

.dt-sc-selected-plan .dt-sc-selected-plan-name {
	color: var(--wdt_Booking_HeadAltColor);
	font-weight: var(--wdtFontWeight_Ext, 600);
	font-size: var(--wdtFontSize_Base, 16px);
}

.dt-sc-selected-plan .dt-sc-selected-plan-price {
	margin-left: auto;
	padding: 2px 10px;
	border-radius: var(--wdt_Booking_Radius_2X);
	background-color: var(--wdt_Booking_PrimaryColor);
	color: var(--wdt_Booking_AccentTxtColor);
	font-weight: var(--wdtFontWeight_Ext, 600);
	white-space: nowrap;
}

@media (max-width: 600px) {
	.dt-sc-selected-plan .dt-sc-selected-plan-price {
		margin-left: 0;
	}
}


/* Booking result
   The success / error notices and the Back / View Reservations buttons are
   moved here by reservation.js so they are not hidden together with
   `.dt-sc-complete-details` after a booking succeeds. */

.dt-sc-booking-result {
	clear: both;
	width: 100%;
	float: left;
}

.dt-sc-booking-result:empty {
	display: none;
}

.dt-sc-booking-result .dt-sc-apt-success-box,
.dt-sc-booking-result .dt-sc-apt-error-box {
	margin: 0 0 20px;
}

.dt-sc-booking-result .notify-buttons-wrapper {
	text-align: center;
}
