.button-center {
	display: block !important;
	margin: 0 auto !important;
	max-width: 200px;
}

.chauffeur-service-rates-table-wrapper {
	overflow-x: auto;
}

.chauffeur-service-rates-table {
	min-width: 1000px;
}

.chauffeur-service-rates-table th:first-child {
	background: transparent;
}

.chauffeur-service-rates-table th:first-child:after,
.chauffeur-service-rates-table th:first-child:hover:after {
	border-top: none;
}

table.chauffeur-service-rates-table tbody th {
	padding: 30px;
	position: relative;
}

.chauffeur-service-rates-table th:after {
	width: 0px;
	height: 0px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 30px;
}

.chauffeur-service-rates-table th p {
	line-height: 160%;
	font-size: 16px;
	margin: 0 0 0px 0;
	color: #838383;
	font-family: 'Source Sans Pro', sans-serif;
}

.chauffeur-service-rates-table th p strong {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	display: block;
	color: #fff;
	font-weight: bold;
}

table.chauffeur-service-rates-table td {
	padding: 30px !important;
}

.chauffeur-service-rates-table td p {
	color: #838383;
	margin: 0;
	font-size: 15px;
}

.chauffeur-service-rates-table td p strong {
	color: #424242;
	font-family: 'Montserrat', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.chauffeur-service-rates-table td:first-child img {
	float: left;
}

.chauffeur-service-rates-table td:first-child p {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	padding: 14px 0 14px 14px;
	margin: 0;
	font-size: 16px;
}

table.chauffeur-service-rates-table tbody th:first-child {
	border-right: none;
}

table.chauffeur-service-rates-table tbody th:first-child:hover {
	background: transparent;
}

table.chauffeur-service-rates-table tbody tr:first-child {
	background: #fff;
}

table.chauffeur-service-rates-table tbody tr {
    background: #f8f8f8;
}

table.chauffeur-service-rates-table tbody tr:nth-child(2n) {
    background: #fff;
}

table.chauffeur-service-rates-table tbody tr td:first-child {
	background: #f8f8f8; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #fff , #f8f8f8); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #fff , #f8f8f8); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #fff , #f8f8f8); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #fff , #f8f8f8); /* Standard syntax */
}

table.chauffeur-service-rates-table tbody tr:nth-child(2n) td:first-child {
	background: #fff;
}

.qns-return-journey-date-time .booking-form-hour,
.qns-return-journey-date-time .booking-form-min {
	float: left;
	width: 50%;
}

.qns-return-journey-date-time .booking-form-min select {
	border-left: #e8e8e8 1px solid;
}

/* Calendar Conflict Notification Styles */
.chauffeur-notification-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.chauffeur-notification-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	max-width: 500px;
	width: 90%;
	z-index: 10000;
	animation: chauffeurModalFadeIn 0.3s ease-out;
}

@keyframes chauffeurModalFadeIn {
	from {
		opacity: 0;
		transform: translate(-50%, -60%);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

.chauffeur-notification-header {
	background: #d32f2f;
	color: #fff;
	padding: 20px 25px;
	border-radius: 8px 8px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.chauffeur-notification-icon {
	font-size: 24px;
	margin-right: 10px;
}

.chauffeur-notification-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.chauffeur-notification-close:hover {
	opacity: 1;
}

.chauffeur-notification-body {
	padding: 25px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #424242;
}

.chauffeur-notification-footer {
	padding: 20px 25px;
	border-top: 1px solid #e8e8e8;
	text-align: right;
	border-radius: 0 0 8px 8px;
}

.chauffeur-notification-btn {
	background: #d32f2f;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.2s;
}

.chauffeur-notification-btn:hover {
	background: #b71c1c;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.chauffeur-notification-modal {
		width: 95%;
		margin: 20px;
	}
	
	.chauffeur-notification-header,
	.chauffeur-notification-body,
	.chauffeur-notification-footer {
		padding: 20px;
	}
}

/* SweetAlert2 Custom Styles for Chauffeur */
.chauffeur-swal-popup,
.swal2-popup.chauffeur-swal-popup,
div.swal2-popup {
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    border: 2px solid #f0f0f0 !important;
    width: 650px !important;
    max-width: 90vw !important;
}

.chauffeur-swal-title {
    color: #333 !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    margin-bottom: 15px !important;
}

.chauffeur-swal-content {
    color: #666 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 0 20px !important;
}

.swal2-popup .chauffeur-swal-button,
.swal2-container .chauffeur-swal-button,
.chauffeur-swal-button {
    background: linear-gradient(135deg, #ce3a4a 0%, #b71c1c 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 35px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(206, 58, 74, 0.3) !important;
    min-width: 220px !important;
    width: 220px !important;
}

.swal2-popup .chauffeur-swal-button:hover,
.swal2-container .chauffeur-swal-button:hover,
.chauffeur-swal-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(206, 58, 74, 0.4) !important;
    background: linear-gradient(135deg, #d94456 0%, #c21e2e 100%) !important;
}

.swal2-popup .chauffeur-swal-button:focus,
.swal2-container .chauffeur-swal-button:focus,
.chauffeur-swal-button:focus {
    box-shadow: 0 0 0 3px rgba(206, 58, 74, 0.2) !important;
}

/* Call Button Styling - Same color as main button */
.swal2-popup .chauffeur-swal-call-button,
.swal2-container .chauffeur-swal-call-button,
.chauffeur-swal-call-button {
    background: linear-gradient(135deg, #ce3a4a 0%, #b71c1c 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 35px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(206, 58, 74, 0.3) !important;
    min-width: 220px !important;
    width: 220px !important;
    color: white !important;
}

.swal2-popup .chauffeur-swal-call-button:hover,
.swal2-container .chauffeur-swal-call-button:hover,
.chauffeur-swal-call-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(206, 58, 74, 0.4) !important;
    background: linear-gradient(135deg, #d94456 0%, #c21e2e 100%) !important;
}

.swal2-popup .chauffeur-swal-call-button:focus,
.swal2-container .chauffeur-swal-call-button:focus,
.chauffeur-swal-call-button:focus {
    box-shadow: 0 0 0 3px rgba(206, 58, 74, 0.2) !important;
}

/* Icon spacing for buttons */
.swal2-popup .chauffeur-swal-button i,
.swal2-popup .chauffeur-swal-call-button i,
.swal2-container .chauffeur-swal-button i,
.swal2-container .chauffeur-swal-call-button i,
.chauffeur-swal-button i,
.chauffeur-swal-call-button i {
    margin-right: 8px !important;
}

/* Force equal button sizes and pill shape - more specific selectors */
.swal2-actions .swal2-confirm.chauffeur-swal-button,
.swal2-actions .swal2-cancel.chauffeur-swal-call-button,
.swal2-popup .swal2-actions .swal2-confirm,
.swal2-popup .swal2-actions .swal2-cancel,
.swal2-container .swal2-actions .swal2-confirm,
.swal2-container .swal2-actions .swal2-cancel,
.swal2-actions button.swal2-confirm,
.swal2-actions button.swal2-cancel {
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    flex: 0 0 260px !important;
    box-sizing: border-box !important;
    border-radius: 50px !important;
    background: #ce3a4a !important;
    border: none !important;
    padding: 14px 35px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: white !important;
    transition: background-color 0.2s ease !important;
    box-shadow: none !important;
    font-family: 'Montserrat', sans-serif !important;
    white-space: nowrap !important;
}

/* Universal button hover effects - subtle color change */
.swal2-actions .swal2-confirm.chauffeur-swal-button:hover,
.swal2-actions .swal2-cancel.chauffeur-swal-call-button:hover,
.swal2-popup .swal2-actions .swal2-confirm:hover,
.swal2-popup .swal2-actions .swal2-cancel:hover,
.swal2-container .swal2-actions .swal2-confirm:hover,
.swal2-container .swal2-actions .swal2-cancel:hover,
.swal2-actions button.swal2-confirm:hover,
.swal2-actions button.swal2-cancel:hover {
    background: #b71c1c !important;
}

/* Ensure actions container doesn't interfere */
.swal2-popup .swal2-actions,
.swal2-container .swal2-actions,
div.swal2-actions {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    margin: 25px 0 0 0 !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.chauffeur-swal-close {
    color: #999 !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    transition: all 0.2s ease !important;
}

.chauffeur-swal-close:hover {
    color: #ce3a4a !important;
    transform: scale(1.1) !important;
}

/* Background blur effect when SweetAlert2 modal is open */
.swal2-container.swal2-backdrop-show {
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

.swal2-container .swal2-backdrop {
    background: rgba(0, 0, 0, 0.6) !important;
}

/* Alternative blur method - blur the page content behind modal */
body.swal2-shown > *:not(.swal2-container) {
    filter: blur(3px) !important;
    -webkit-filter: blur(3px) !important;
    -moz-filter: blur(3px) !important;
    -ms-filter: blur(3px) !important;
    transition: filter 0.3s ease !important;
    transition: -webkit-filter 0.3s ease !important;
}

/* More specific selectors for stubborn browsers like Brave */
body.swal2-shown #page,
body.swal2-shown .site-content,
body.swal2-shown main,
body.swal2-shown header,
body.swal2-shown nav,
body.swal2-shown footer {
    filter: blur(3px) !important;
    -webkit-filter: blur(3px) !important;
    -moz-filter: blur(3px) !important;
}

/* Ensure modal container is not blurred */
body.swal2-shown .swal2-container {
    filter: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -ms-filter: none !important;
}

/* Desktop-specific layout for side-by-side buttons */
@media (min-width: 769px) {
    /* Ensure actions container is horizontal with proper spacing */
    .swal2-popup .swal2-actions,
    .swal2-container .swal2-actions,
    div.swal2-actions {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 20px !important;
        margin: 25px 0 0 0 !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
}

/* Mobile-specific button sizing to prevent text wrapping */
@media (max-width: 768px) {
    .swal2-actions .swal2-confirm.chauffeur-swal-button,
    .swal2-actions .swal2-cancel.chauffeur-swal-call-button,
    .swal2-popup .swal2-actions .swal2-confirm,
    .swal2-popup .swal2-actions .swal2-cancel,
    .swal2-container .swal2-actions .swal2-confirm,
    .swal2-container .swal2-actions .swal2-cancel,
    .swal2-actions button.swal2-confirm,
    .swal2-actions button.swal2-cancel {
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
        flex: 0 0 280px !important;
        white-space: nowrap !important;
    }
    
    /* Adjust modal width for mobile to accommodate wider buttons */
    .chauffeur-swal-popup,
    .swal2-popup.chauffeur-swal-popup,
    div.swal2-popup {
        width: 600px !important;
        max-width: 95vw !important;
    }
    
    /* Force vertical layout on mobile */
    .swal2-popup .swal2-actions,
    .swal2-container .swal2-actions,
    div.swal2-actions {
        flex-direction: column !important;
        gap: 15px !important;
    }
}