:root{
	--osp-text: #1f2430;
	--osp-muted: #6b7280;
	--osp-line: #e7e9ee;
	--osp-line-strong: #dfe3ea;
	--osp-surface-soft: #fbfcfd;
	--osp-accent: var(--brand-ink, #2d54de);
	--osp-success: #17663f;
	--osp-success-bg: #e7f7ef;
	--osp-success-line: #bfe8d3;
	--osp-danger: #b42318;
	--osp-danger-bg: #fdecea;
	--osp-danger-line: #f6cfcb;
	--osp-shadow-sm: 0 1px 2px rgba(16,24,40,0.04), 0 8px 24px rgba(16,24,40,0.06);
	--osp-shadow-md: 0 1px 2px rgba(16,24,40,0.04), 0 12px 32px rgba(16,24,40,0.08);
}

.os-customer-portal{
	max-width: 960px !important;
	margin: 0 auto;
	text-align: left;
	color: var(--osp-text);
}

.os-customer-portal .os-portal-header{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 4px;
}

.os-customer-portal h4.os-portal-greeting{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--osp-text);
}

.os-customer-portal .os-portal-greeting small{
	display: block;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 400;
	color: var(--osp-muted);
}

.os-customer-portal .os-portal-logout{
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--osp-line-strong);
	border-radius: 10px;
	background: #fff;
	color: var(--osp-muted);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

.os-customer-portal .os-portal-logout:hover,
.os-customer-portal .os-portal-logout:focus{
	color: var(--osp-text);
	border-color: #c7cdd8;
	text-decoration: none;
}

.os-customer-portal .customer-dashboard-tabs{
	display: flex;
	flex-direction: row;
	gap: 4px;
	margin: 20px 0 24px;
	border-bottom: 1px solid var(--osp-line);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.os-customer-portal .customer-dashboard-tabs::-webkit-scrollbar{
	display: none;
}

.os-customer-portal .customer-dashboard-tabs a{
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	margin: 0;
	padding: 0 16px;
	border-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	color: var(--osp-muted);
	text-align: center;
}

.os-customer-portal .customer-dashboard-tabs a.active{
	color: var(--osp-text);
	font-weight: 600;
}

.os-customer-portal .customer-dashboard-tabs a:after{
	left: 12px;
	right: 12px;
	top: auto;
	bottom: -1px;
	width: auto;
	height: 0;
	border-radius: 3px 3px 0 0;
	background-color: var(--osp-accent);
}

.os-customer-portal .customer-dashboard-tabs a.active:after{
	height: 3px;
	width: auto;
}

.os-customer-portal .latepoint-section-heading-w{
	margin: 28px 0 12px;
	padding: 0;
	align-items: baseline;
	border-bottom: 0;
}

.os-customer-portal .latepoint-tab-content > .latepoint-section-heading-w:first-child{
	margin-top: 0;
}

.os-customer-portal h5.latepoint-section-heading{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--osp-muted);
}

.os-customer-portal .latepoint-section-heading-w .heading-extra{
	font-size: 13px;
	font-weight: 500;
}

.os-customer-portal .customer-bookings-tiles{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 16px;
	padding: 0;
}

.os-customer-portal .customer-bookings-tiles .customer-booking{
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--osp-line);
	border-radius: 14px;
	box-shadow: 0 1px 2px rgba(16,24,40,0.04), 0 8px 24px rgba(16,24,40,0.06);
	color: var(--osp-text);
	text-align: left;
}

.os-customer-portal .customer-bookings-tiles .customer-booking:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--osp-accent);
}

.os-customer-portal .customer-bookings-tiles .customer-booking.status-cancelled:before,
.os-customer-portal .customer-bookings-tiles .customer-booking.status-no_show:before{
	background: #e0e2e7;
}

.os-customer-portal .customer-booking-when{
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 18px 16px;
	border-bottom: 1px solid var(--osp-line);
	background: var(--osp-surface-soft);
}

.os-customer-portal .booking-when-day{
	flex: 0 0 auto;
	min-width: 58px;
	padding: 6px 8px;
	border: 1px solid var(--osp-line);
	border-radius: 10px;
	background: #fff;
	text-align: center;
	line-height: 1.1;
}

.os-customer-portal .booking-when-day strong{
	display: block;
	font-size: 24px;
	font-weight: 700;
}

.os-customer-portal .booking-when-day span{
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--osp-muted);
}

.os-customer-portal .booking-when-detail{
	min-width: 0;
	flex: 1 1 auto;
}

.os-customer-portal .booking-when-time{
	display: block;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}

.os-customer-portal .booking-when-weekday{
	display: block;
	margin-top: 2px;
	font-size: 13px;
	color: var(--osp-muted);
}

.os-customer-portal .booking-status-badge{
	flex: 0 0 auto;
	align-self: flex-start;
	padding: 3px 9px;
	border: 1px solid #e0e2e7;
	border-radius: 999px;
	background: #f1f2f4;
	color: #4b5563;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.os-customer-portal .booking-status-badge.status-approved{
	background: #e7f7ef;
	border-color: #bfe8d3;
	color: #17663f;
}

.os-customer-portal .booking-status-badge.status-pending,
.os-customer-portal .booking-status-badge.status-payment_pending{
	background: #fff6e0;
	border-color: #f5e0a8;
	color: #7a5300;
}

.os-customer-portal .booking-status-badge.status-cancelled{
	background: #fdecea;
	border-color: #f6cfcb;
	color: #a72218;
}

.os-customer-portal .customer-booking-body{
	flex: 1 1 auto;
	padding: 16px 18px;
}

.os-customer-portal .customer-bookings-tiles h6.customer-booking-service-name{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--osp-text);
	text-align: left;
}

.os-customer-portal .customer-booking-extras{
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--osp-muted);
}

.os-customer-portal .customer-booking-info{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 14px;
	align-items: baseline;
	margin: 14px 0 0;
	padding: 0;
	font-size: 14px;
}

.os-customer-portal .customer-booking-info .customer-booking-info-row{
	display: contents;
}

.os-customer-portal .customer-booking-info .booking-info-label{
	flex: none;
	font-size: 13px;
	color: var(--osp-muted);
	text-align: left;
	white-space: nowrap;
}

.os-customer-portal .customer-booking-info .booking-info-value{
	min-width: 0;
	font-weight: 500;
	text-align: left;
	overflow-wrap: anywhere;
}

.os-customer-portal .customer-booking-buttons{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 10px 12px;
	border-top: 1px solid var(--osp-line);
	background: var(--osp-surface-soft);
}

.os-customer-portal .customer-booking-buttons .booking-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.os-customer-portal .customer-booking-buttons .booking-btn i + span{
	margin-left: 0;
}

.os-customer-portal .customer-booking-buttons .booking-btn:focus-visible{
	outline: 2px solid var(--osp-text);
	outline-offset: 2px;
}

.os-customer-portal .customer-booking-buttons .booking-btn-ical{
	border-color: var(--osp-line-strong);
	background: #fff;
	color: #374151;
}

.os-customer-portal .customer-booking-buttons .booking-btn-ical:hover{
	border-color: #b6bdcb;
	background: #f2f4f7;
	color: var(--osp-text);
}

.os-customer-portal .customer-booking-buttons .booking-btn-cancel{
	margin-left: auto;
	background: none;
	color: #b42318;
}

.os-customer-portal .customer-booking-buttons .booking-btn-cancel:hover{
	border-color: #fbc4bd;
	background: #fdeceb;
	color: #8f1c12;
}

.os-customer-portal .os-portal-note{
	margin: 24px 0 0;
	padding: 12px 14px;
	border: 1px solid var(--osp-line);
	border-left: 3px solid var(--osp-line-strong);
	border-radius: 0 10px 10px 0;
	background: var(--osp-surface-soft);
	font-size: 13px;
	line-height: 1.5;
	color: var(--osp-muted);
	text-align: left;
}

.os-customer-portal .os-portal-note strong{
	display: block;
	margin-bottom: 2px;
	font-weight: 600;
	color: var(--osp-text);
}

.os-customer-portal .os-portal-panel{
	padding: 40px 24px;
	border: 1px solid var(--osp-line);
	border-radius: 14px;
	background: var(--osp-surface-soft);
	text-align: center;
}

.os-customer-portal .os-portal-panel-empty{
	border-style: dashed;
	border-color: var(--osp-line-strong);
}

.os-customer-portal .os-portal-panel-title{
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 600;
	color: var(--osp-text);
}

.os-customer-portal .os-portal-panel-text{
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--osp-muted);
}

.os-customer-portal .os-portal-panel .latepoint-book-button{
	margin-bottom: 0;
}

.os-customer-portal .customer-password-form-w{
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--osp-line);
}

.os-customer-portal .tab-content-customer-info-form .latepoint-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
}

body.os-portal-modal-open{
	overflow: hidden;
}

.os-portal-modal-w{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100000;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.os-portal-modal-w.is-open{
	display: flex;
}

.os-portal-modal-shadow{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(16,24,40,0.55);
}

.os-portal-modal{
	position: relative;
	width: 100%;
	max-width: 420px;
	padding: 24px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 20px 48px rgba(16,24,40,0.24);
	text-align: left;
	outline: none;
}

.os-portal-modal .os-portal-modal-title{
	margin: 0 0 6px;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
	color: var(--osp-text);
}

.os-portal-modal-text{
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--osp-muted);
}

.os-portal-modal-booking{
	padding: 12px 14px;
	border: 1px solid var(--osp-line);
	border-radius: 10px;
	background: var(--osp-surface-soft);
}

.os-portal-modal-service{
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: var(--osp-text);
}

.os-portal-modal-when{
	display: block;
	margin-top: 2px;
	font-size: 13px;
	color: var(--osp-muted);
}

.os-portal-modal-message{
	display: none;
	margin-top: 14px;
	padding: 10px 12px;
	border: 1px solid #f6cfcb;
	border-radius: 10px;
	background: #fdecea;
	font-size: 13px;
	line-height: 1.5;
	color: #a72218;
}

.os-portal-modal-message.is-visible{
	display: block;
}

.os-portal-modal-buttons{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 20px;
}

.os-portal-modal-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

.os-portal-modal-dismiss{
	border-color: var(--osp-line-strong);
	background: #fff;
	color: #374151;
}

.os-portal-modal-dismiss:hover{
	border-color: #c7cdd8;
	color: var(--osp-text);
}

.os-portal-modal-confirm{
	background: #b42318;
	color: #fff;
}

.os-portal-modal-confirm:hover{
	background: #96190f;
}

.os-portal-modal-confirm:disabled{
	opacity: 0.6;
	cursor: default;
}

.os-customer-portal-login .latepoint-login-form-w{
	max-width: 400px;
	margin: 24px auto !important;
	padding: 28px 24px;
	border: 1px solid var(--osp-line);
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(16,24,40,0.04), 0 12px 32px rgba(16,24,40,0.08);
	text-align: left;
}

.os-customer-portal-login .latepoint-login-form-w h4{
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 600;
	color: var(--osp-text);
}

.os-customer-portal-login .os-login-hint{
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--osp-muted);
}

.os-customer-portal-login .latepoint-login-form-w .os-form-buttons{
	align-items: center;
	margin-top: 4px;
}

.os-customer-portal-login .latepoint-login-form-w .os-form-buttons .latepoint-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 28px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
}

body.os-confirm-page,
body.os-confirm-page *,
body.os-confirm-page *:before,
body.os-confirm-page *:after{
	box-sizing: border-box;
}

body.os-confirm-page{
	margin: 0;
	padding: 24px 16px 40px;
	min-height: 100vh;
	background: #f4f6f9;
	color: var(--osp-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

.os-confirm-card{
	position: relative;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	padding: 0 0 24px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--osp-line);
	border-radius: 16px;
	box-shadow: var(--osp-shadow-md);
	text-align: left;
}

.os-confirm-card:before{
	content: "";
	display: block;
	height: 4px;
	background: var(--osp-accent);
}

.os-confirm-card.is-success:before{
	background: #45b782;
}

.os-confirm-card.is-cancelled:before{
	background: var(--osp-danger);
}

.os-confirm-head{
	padding: 24px 24px 0;
}

.os-confirm-badge{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 12px;
	padding: 4px 10px;
	border: 1px solid var(--osp-line-strong);
	border-radius: 999px;
	background: var(--osp-surface-soft);
	font-size: 12px;
	font-weight: 600;
	color: var(--osp-muted);
}

.os-confirm-badge.is-success{
	border-color: var(--osp-success-line);
	background: var(--osp-success-bg);
	color: var(--osp-success);
}

.os-confirm-badge.is-cancelled{
	border-color: var(--osp-danger-line);
	background: var(--osp-danger-bg);
	color: var(--osp-danger);
}

.os-confirm-card h1{
	margin: 0 0 6px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--osp-text);
}

.os-confirm-lead{
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: var(--osp-muted);
}

.os-confirm-when{
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 20px 24px 0;
	padding: 16px;
	border: 1px solid var(--osp-line);
	border-radius: 12px;
	background: var(--osp-surface-soft);
}

.os-confirm-day{
	flex: 0 0 auto;
	min-width: 58px;
	padding: 6px 8px;
	border: 1px solid var(--osp-line);
	border-radius: 10px;
	background: #fff;
	text-align: center;
	line-height: 1.1;
}

.os-confirm-day strong{
	display: block;
	font-size: 24px;
	font-weight: 700;
}

.os-confirm-day span{
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--osp-muted);
}

.os-confirm-time{
	display: block;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}

.os-confirm-weekday{
	display: block;
	margin-top: 2px;
	font-size: 13px;
	color: var(--osp-muted);
}

.os-confirm-details{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 14px;
	align-items: baseline;
	margin: 18px 24px 0;
	font-size: 14px;
}

.os-confirm-details dt{
	margin: 0;
	font-size: 13px;
	color: var(--osp-muted);
	white-space: nowrap;
}

.os-confirm-details dd{
	margin: 0;
	font-weight: 500;
	overflow-wrap: anywhere;
}

.os-confirm-actions{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 24px 24px 0;
}

.os-confirm-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.os-confirm-btn:focus-visible{
	outline: 2px solid var(--osp-text);
	outline-offset: 2px;
}

.os-confirm-btn-primary{
	background: #1a7a4f;
	color: #fff;
}

.os-confirm-btn-primary:hover{
	background: #14603e;
}

.os-confirm-btn-quiet{
	border-color: var(--osp-line-strong);
	background: #fff;
	color: var(--osp-danger);
}

.os-confirm-btn-quiet:hover{
	border-color: var(--osp-danger-line);
	background: var(--osp-danger-bg);
}

.os-confirm-btn-link{
	border-color: var(--osp-line-strong);
	background: #fff;
	color: var(--osp-text);
}

.os-confirm-btn-link:hover{
	border-color: #c7cdd8;
	background: var(--osp-surface-soft);
}

.os-confirm-btn[disabled]{
	opacity: 0.65;
	cursor: default;
}

.os-confirm-note{
	margin: 16px 24px 0;
	font-size: 12px;
	line-height: 1.5;
	color: var(--osp-muted);
	text-align: center;
}

.os-confirm-field{
	margin: 20px 24px 0;
}

.os-confirm-field label{
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	color: var(--osp-text);
}

.os-confirm-field input{
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid var(--osp-line-strong);
	border-radius: 12px;
	background: #fff;
	font-family: inherit;
	font-size: 16px;
	color: var(--osp-text);
}

.os-confirm-field input:focus{
	outline: none;
	border-color: var(--osp-accent);
	box-shadow: 0 0 0 3px rgba(31,36,48,0.08);
}

.os-confirm-message{
	display: none;
	margin: 16px 24px 0;
	padding: 10px 12px;
	border: 1px solid var(--osp-danger-line);
	border-radius: 10px;
	background: var(--osp-danger-bg);
	font-size: 13px;
	line-height: 1.5;
	color: var(--osp-danger);
}

.os-confirm-message.is-visible{
	display: block;
}

.os-confirm-footer{
	max-width: 420px;
	margin: 16px auto 0;
	font-size: 12px;
	color: var(--osp-muted);
	text-align: center;
}

.os-step-verify{
	max-width: 420px;
	margin: 0 auto;
	padding: 28px 24px;
	background: #fff;
	border: 1px solid var(--osp-line);
	border-radius: 16px;
	box-shadow: var(--osp-shadow-sm);
	color: var(--osp-text);
	text-align: center;
}

.os-step-verify-greeting{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--osp-muted);
}

.os-step-verify-question{
	margin-top: 2px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--osp-text);
}

.os-step-verify-phone{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.01em;
	color: var(--osp-text);
}

.os-step-verify-phone-icon{
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	fill: #25d366;
}

.os-step-verify-reason{
	max-width: 300px;
	margin: 12px auto 0;
	font-size: 13px;
	line-height: 1.5;
	color: var(--osp-muted);
}

.os-step-verify-fix{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 18px;
	padding: 0 18px;
	border: 1px solid var(--osp-line-strong);
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	color: var(--osp-text);
	text-decoration: none;
}

.os-step-verify-fix:hover,
.os-step-verify-fix:focus{
	border-color: #c7cdd8;
	color: var(--osp-text);
	text-decoration: none;
}

.os-step-verify-recap{
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid var(--osp-line);
	font-size: 12px;
	line-height: 1.5;
	color: var(--osp-muted);
}

.bloco-confirmacao{
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.check-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: var(--osp-success-bg);
	color: var(--osp-success);
	font-size: 11px;
	line-height: 1;
}

.os-step-confirm.step-confirmation-w .confirmation-head-info{
	margin-bottom: 0;
}

.os-step-confirm .os-confirm-btn{
	min-height: 44px;
	padding: 0 16px;
	font-size: 14px;
	gap: 8px;
}

.os-confirm-tile{
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 420px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--osp-line);
	border-radius: 14px;
	box-shadow: var(--osp-shadow-sm);
	color: var(--osp-text);
	text-align: left;
}

.os-confirm-tile:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #45b782;
}

.os-confirm-tile-when{
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 18px 16px;
	border-bottom: 1px solid var(--osp-line);
	background: var(--osp-surface-soft);
}

.os-confirm-tile-day{
	flex: 0 0 auto;
	min-width: 58px;
	padding: 6px 8px;
	border: 1px solid var(--osp-line);
	border-radius: 10px;
	background: #fff;
	text-align: center;
	line-height: 1.1;
}

.os-confirm-tile-day strong{
	display: block;
	font-size: 24px;
	font-weight: 700;
}

.os-confirm-tile-day span{
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--osp-muted);
}

.os-confirm-tile-detail{
	flex: 1 1 auto;
	min-width: 0;
}

.os-confirm-tile-time{
	display: block;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}

.os-confirm-tile-weekday{
	display: block;
	margin-top: 2px;
	font-size: 13px;
	color: var(--osp-muted);
}

.os-confirm-tile-badge{
	flex: 0 0 auto;
	align-self: flex-start;
	padding: 3px 9px;
	border: 1px solid var(--osp-success-line);
	border-radius: 999px;
	background: var(--osp-success-bg);
	color: var(--osp-success);
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.os-confirm-tile-body{
	padding: 16px 18px;
}

.latepoint-w h6.os-confirm-tile-service{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--osp-text);
	text-align: left;
}

.os-confirm-tile-extras{
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--osp-muted);
}

.os-confirm-tile-info{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 14px;
	align-items: baseline;
	margin-top: 14px;
	font-size: 14px;
}

.os-confirm-tile-info-row{
	display: contents;
}

.os-confirm-tile-label{
	font-size: 13px;
	color: var(--osp-muted);
	white-space: nowrap;
}

.os-confirm-tile-value{
	min-width: 0;
	font-weight: 500;
	overflow-wrap: anywhere;
}

.os-confirm-tile-code{
	font-weight: 700;
	letter-spacing: 0.04em;
}

.os-confirm-tile-balance{
	font-weight: 700;
}

.os-confirm-tile-buttons{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-top: 1px solid var(--osp-line);
	background: var(--osp-surface-soft);
}

.os-confirm-tile-btn{
	flex: 1 1 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--osp-line-strong);
	border-radius: 10px;
	background: #fff;
	color: #374151;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.os-confirm-tile-btn:hover,
.os-confirm-tile-btn:focus{
	border-color: #b6bdcb;
	background: #f2f4f7;
	color: var(--osp-text);
	text-decoration: none;
}

.os-confirm-tile-actions{
	display: flex;
	justify-content: center;
	max-width: 420px;
	margin: 14px auto 0;
}

.os-confirm-tile-note{
	max-width: 420px;
	margin: 16px auto 0;
	padding: 12px 14px;
	border: 1px solid var(--osp-line);
	border-left: 3px solid var(--osp-line-strong);
	border-radius: 0 10px 10px 0;
	background: var(--osp-surface-soft);
	font-size: 13px;
	line-height: 1.5;
	color: var(--osp-muted);
	text-align: left;
}

.latepoint-w .step-custom-fields-for-booking-w .os-policy{
	max-width: 520px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--osp-line);
	border-radius: 16px;
	box-shadow: var(--osp-shadow-sm);
	color: var(--osp-text);
	text-align: left;
}

.latepoint-w .os-policy-head{
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 20px;
	border-bottom: 1px solid var(--osp-line);
	background: var(--osp-surface-soft);
}

.latepoint-w .os-policy-icon{
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	color: var(--osp-muted);
}

.latepoint-w .os-policy-heading{
	min-width: 0;
}

.latepoint-w .os-policy-title{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--osp-text);
}

.latepoint-w .os-policy-subtitle{
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.4;
	color: var(--osp-muted);
}

.latepoint-w .os-policy-text{
	max-height: 40vh;
	padding: 18px 20px;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 1.65;
	color: var(--osp-text);
	overflow-wrap: break-word;
	background-color: #fff;
	background-image:
		linear-gradient(#fff 40%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), #fff 60%),
		radial-gradient(farthest-side at 50% 0, rgba(31,36,48,0.3), rgba(31,36,48,0)),
		radial-gradient(farthest-side at 50% 100%, rgba(31,36,48,0.3), rgba(31,36,48,0));
	background-position: 0 0, 0 100%, 0 0, 0 100%;
	background-size: 100% 26px, 100% 26px, 100% 16px, 100% 16px;
	background-repeat: no-repeat;
	background-attachment: local, local, scroll, scroll;
}

.latepoint-w .os-policy-text:focus-visible{
	outline: none;
	box-shadow: inset 0 0 0 2px rgba(31,36,48,0.12);
}

.latepoint-w .os-policy-text::-webkit-scrollbar{
	width: 6px;
}

.latepoint-w .os-policy-text::-webkit-scrollbar-thumb{
	border-radius: 3px;
	background: var(--osp-line-strong);
}

.latepoint-w .os-policy-agree{
	border-top: 1px solid var(--osp-line);
	transition: background-color 0.15s ease;
}

.latepoint-w .os-policy-agree:has(input.os-form-checkbox:checked){
	background: var(--osp-surface-soft);
}

.latepoint-w .os-policy-agree .os-form-checkbox-group{
	margin: 0;
	padding: 0;
}

.latepoint-w .os-policy-agree .os-form-group.os-form-checkbox-group > label{
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 60px;
	margin: 0;
	padding: 14px 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--osp-text);
	cursor: pointer;
}

.latepoint-w .os-policy-agree .os-form-group.os-form-checkbox-group label input.os-form-checkbox{
	position: relative;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	border: 2px solid var(--osp-line-strong);
	border-radius: 7px;
	background: #fff;
	cursor: pointer;
}

.latepoint-w .os-policy-agree .os-form-group.os-form-checkbox-group label input.os-form-checkbox::after{
	content: '';
	position: absolute;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}

.latepoint-w .os-policy-agree .os-form-group.os-form-checkbox-group label input.os-form-checkbox:checked{
	border-color: var(--osp-text);
	background: var(--osp-text);
}

.latepoint-w .os-policy-agree .os-form-group.os-form-checkbox-group label input.os-form-checkbox:checked::after{
	opacity: 1;
}

.latepoint-w .os-policy-agree .os-form-group.os-form-checkbox-group label input.os-form-checkbox:focus-visible{
	outline: none;
	box-shadow: 0 0 0 3px rgba(31,36,48,0.12);
}

@media (max-width: 600px){
	.os-customer-portal .os-portal-header{
		align-items: center;
	}

	.os-customer-portal h4.os-portal-greeting{
		font-size: 19px;
	}

	.os-customer-portal .customer-dashboard-tabs{
		flex-direction: row;
		flex-wrap: wrap;
		gap: 8px;
		margin: 16px 0 20px;
		padding-bottom: 16px;
		overflow-x: visible;
	}

	.os-customer-portal .customer-dashboard-tabs a{
		min-height: 44px;
		padding: 0 14px;
		border: 1px solid var(--osp-line-strong);
		border-radius: 999px;
		background: #fff;
		font-size: 14px;
	}

	.os-customer-portal .customer-dashboard-tabs a.active{
		border-color: var(--osp-text);
		background: var(--osp-text);
		color: #fff;
	}

	.os-customer-portal .customer-dashboard-tabs a:after,
	.os-customer-portal .customer-dashboard-tabs a.active:after{
		display: none;
	}

	.os-customer-portal .customer-bookings-tiles{
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.os-customer-portal .customer-booking-when{
		padding: 16px 14px 14px;
		gap: 12px;
	}

	.os-customer-portal .customer-booking-body{
		padding: 14px;
	}

	.os-customer-portal .customer-booking-buttons{
		padding: 8px 10px;
	}

	.os-customer-portal .customer-booking-buttons .latepoint-btn{
		padding: 0 10px;
		font-size: 13px;
	}

	.os-customer-portal .os-portal-panel{
		padding: 32px 18px;
	}

	.os-customer-portal .tab-content-customer-info-form .os-col-6{
		flex: 0 0 100%;
	}

	.os-customer-portal-login .latepoint-login-form-w{
		padding: 24px 18px;
	}

	.os-portal-modal{
		padding: 20px 18px;
	}

	body.os-confirm-page{
		padding: 16px 12px 32px;
	}

	.os-confirm-head{
		padding: 20px 18px 0;
	}

	.os-confirm-when{
		margin: 18px 18px 0;
		padding: 14px;
		gap: 12px;
	}

	.os-confirm-details,
	.os-confirm-actions,
	.os-confirm-field,
	.os-confirm-message,
	.os-confirm-note{
		margin-left: 18px;
		margin-right: 18px;
	}

	.os-step-verify{
		padding: 24px 18px;
	}

	.os-step-verify-question{
		font-size: 18px;
	}

	.os-step-verify-phone{
		gap: 8px;
		font-size: clamp(24px, 8vw, 32px);
		white-space: nowrap;
	}

	.os-step-verify-phone-icon{
		width: 22px;
		height: 22px;
	}

	.os-confirm-tile-when{
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.os-confirm-tile-detail{
		min-width: 120px;
	}

	.latepoint-w .os-policy-head{
		padding: 14px 16px;
	}

	.latepoint-w .os-policy-text{
		max-height: 38vh;
		padding: 16px;
	}

	.latepoint-w .os-policy-agree .os-form-group.os-form-checkbox-group > label{
		padding: 14px 16px;
	}
}

.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group{
	z-index: 3;
}

.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group > label{
	display: none !important;
}

.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group .lp_iti{
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
	background-color: #fff;
	border: 1px solid #cad2e0;
	border-radius: 6px;
}

.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group .lp_iti:focus-within{
	border-color: #8e99bd;
}

.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group .lp_iti__flag-container{
	position: static;
}

.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group .lp_iti__country-list{
	width: 100%;
	max-width: none;
	z-index: 10;
}

.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group .lp_iti__selected-flag{
	height: 100%;
	padding: 0 2px 0 10px;
}

.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group .lp_iti__selected-dial-code{
	margin-left: 5px;
	font-size: 13px;
}

.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group .lp_iti__arrow{
	margin-left: 3px;
}

.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group input.os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group.os-form-phonefield-group.has-value input.os-form-control{
	border: none !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	padding: 12px 10px 12px 5px !important;
}

.latepoint-w .os-phone-flag{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 6px;
}

.latepoint-w .os-form-group.os-form-phonefield-group.os-invalid .lp_iti{
	border-color: #f75160;
}

.latepoint-w .os-form-group.os-invalid > label{
	color: #d00c0c;
}

.latepoint-w .os-phone-error{
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.3;
	color: #d00c0c;
}

@media print{
	.os-confirm-tile,
	.os-confirm-tile *{
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	.os-confirm-tile{
		box-shadow: none;
		break-inside: avoid;
	}

	.os-confirm-tile-when{
		flex-wrap: nowrap;
	}
}
