.full-field label,.slim-field-left label,.slim-field-right label{
	    width: 100%;
    display: inline-block;
}
.full-field input,.slim-field-left input,.slim-field-right input{
	width: 100%;
    display: inline-block;
}
.full-field{
	display: inline-block;
	width: 100%;
}
.slim-field-left{
	display:inline-block ;
	width: 48%;
	float: left;
}
.slim-field-right{
	display:inline-block ;
	width: 48%;
	float: right;
}
.gmdpcf_map{
  height:300px;
}

/* Modern, minimal styling for the jQuery UI datepicker */
body .ui-datepicker {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
	padding: 16px 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #0f172a;
	width: auto;
}

body .ui-datepicker .ui-datepicker-header {
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body .ui-datepicker .ui-datepicker-title {
	font-size: 1rem;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: -0.01em;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	top: auto;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #f8fafc;
	border: 1px solid transparent;
	color: #0f172a;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body .ui-datepicker .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-next span {
	display: none;
}

body .ui-datepicker .ui-datepicker-prev::after,
body .ui-datepicker .ui-datepicker-next::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

body .ui-datepicker .ui-datepicker-prev::after {
	border-right: 7px solid currentColor;
}

body .ui-datepicker .ui-datepicker-next::after {
	border-left: 7px solid currentColor;
}

body .ui-datepicker .ui-datepicker-prev:hover,
body .ui-datepicker .ui-datepicker-next:hover {
	background-color: #2563eb;
	border-color: #2563eb;
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

body .ui-datepicker table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px;
	margin: 0;
}

body .ui-datepicker th {
	background: transparent;
	border: none;
	color: #94a3b8;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding-bottom: 6px;
}

body .ui-datepicker td {
	border: none;
	padding: 0;
	text-align: center;
}

body .ui-datepicker .ui-state-default {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	border: none;
	background: transparent;
	color: #0f172a;
	font-size: 0.9rem;
	font-weight: 500;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	box-shadow: none;
}

body .ui-datepicker .ui-state-default:hover {
	background-color: #e2e8f0;
}

body .ui-datepicker .ui-state-active,
body .ui-datepicker .ui-state-default.ui-state-active {
	background-color: #2563eb;
	color: #ffffff !important;
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
	transform: scale(1.02);
}

body .ui-datepicker .ui-state-highlight {
	background-color: #dbeafe;
	color: #1d4ed8;
}

body .ui-datepicker .ui-state-default.ui-state-focus,
body .ui-datepicker .ui-state-default:focus-visible {
	outline: 2px solid rgba(37, 99, 235, 0.4);
	outline-offset: 2px;
	background-color: #2563eb;
	color: #ffffff;
}

body .ui-datepicker .ui-state-disabled {
	opacity: 0.4;
}

body .ui-datepicker .ui-state-disabled .ui-state-default {
	color: #94a3b8;
	background: transparent;
	box-shadow: none;
}
