a {
	text-decoration: underline;
}

p {
	font-size: 14px;
	font-weight: 400;
}

p a {
	text-decoration: underline !important;
	color: #135E96 !important;
}

textarea {
	width: 100%;
}

/*Styles for UI*/
.btn-wrapper {

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 10px;
}

.btn-wrapper.align-right {
	justify-content: flex-end;
}

.btn {
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 100px;
	color: #ffffff;
	background: #00CBE4;
	transition: all 0.3s;
	border: 1px solid #00CBE4;
	width: fit-content;
	cursor: pointer;
	font-weight: 700;
}
.btn:hover {
	color: #00CBE4;
	background: #ffffff;
}
.btn.yellow {
	background: #FDC500;
	border: 1px solid #FDC500;
}
.btn.yellow:hover {
	background: #ffffff;
	color: #FDC500;
	border: 1px solid #FDC500;
}

.btn#create-map {
	padding: 12px 40px;
}

#upload-image-button {
	box-sizing: border-box;
	padding: 6px 14px;
	font-size: 14px;
	border-radius: 100px;
	color: #ffffff;
	background: #00CBE4;
	transition: all 0.3s;
	border: 1px solid #00CBE4;
	width: fit-content;
	cursor: pointer;
	font-weight: 700;
}
#upload-image-button:hover {
	color: #00CBE4;
	background: #ffffff;
}


#clear-image-button {
	box-sizing: border-box;
	padding: 6px 14px;
	font-size: 14px;
	border-radius: 100px;
	color: #ffffff;
	background: #00CBE4;
	transition: all 0.3s;
	border: 1px solid #00CBE4;
	width: fit-content;
	cursor: pointer;
	font-weight: 700;
}
#clear-image-button:hover {
	color: #00CBE4;
	background: #ffffff;
}

.btn-group-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-bottom: 12px;
}


.notification-wrapper {
	display: none;
	position: relative;
	background: #CAEACB;
	box-sizing: border-box;
	padding: 5px 7px 5px 30px;
	margin-bottom: 16px;
}

.notification-wrapper:before {
	content: '';
	background: url(../images/tick-icon.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 6px;
	left: 7px;
}

.notification-wrapper .message {
	font-weight: bold;
	color: #3EB049;
	font-size: 12px;
	margin: 0;
}

.notification-wrapper .close-btn {
    position: absolute;
    top: 3px;
    right: 12px;
    font-size: 22px;
    cursor: pointer;
}

.notification-wrapper.active {
	display: block;
}

.banner-wrapper .flex-wrapper {
	display: flex;
	flex-direction: row;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 16px 18px 0 18px;
	gap: 12px;
}

.banner-wrapper .flex-wrapper .left-wrapper img {
	max-width: 59px;
	width: 100%;
}

.banner-wrapper .flex-wrapper .right-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.banner-wrapper .flex-wrapper .right-wrapper h1 {
	font-weight: 400;
	font-size: 24px;
	padding: 0;
}

.about-txt {
	margin: 24px 0
}


/* Styles for the admin page tabs */
#tabs {
	margin-top: 20px;
	padding: 0;
	border-top: none !important;
	background: unset !important;
}

#tabs ul {
	padding: 0;
	list-style: none;
	background: unset;
	border-top: none;
	border-left: none;
	display: flex;
	flex-direction: row;
	gap: 24px;
}

#tabs li {
	display: inline;
	margin-right: 0;
	background: unset;
	border-bottom: none;
}

#tabs .tab-links {
	margin-bottom: 12px;
}

#tabs .tab-links a:focus {
	box-shadow: none;
}

#tabs li.ui-tabs-active {
	background: #d7d7d7;
}

#tabs .tab-links a {
	text-decoration: none;
	color: #5C5C5C;
	font-size: 13px;
	font-weight: 700;
	transition: all 0.3s;
	box-sizing: border-box;
	padding: 2px 5px 2px 5px;
	display: block;

}

#tabs .tab-links a.disabled {
	color: #e5e5e5;
}

.tab-inner-wrapper .tab-links > li {
	position: relative;
	top: 3px;
}

.tab-inner-wrapper .tab-links > li a {
	font-size: 12px !important;
	font-weight: 700 !important;
}

.tab-inner-wrapper .tab-links > li.active {
	top: 0;
}

.tab-inner-wrapper  li.active a {
	padding: 4px 12px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

#tabs .ui-tabs-active a {
	color: #000000;
	font-weight: bold;
}

#tabs li:hover {
	background: transparent;
}


#tabs .tab-links a:hover {
	color: #00CBE4 !important;
}

.tab-inner-wrapper .tab-links {
	margin: 0 24px 0 24px;
	margin-bottom: 0 !important;
	background: #ffffff !important;
	
}

.tab-inner-wrapper .tab-links a {
	box-sizing: border-box;
	padding: 3.5px 11.5px;
	box-sizing: border-box;
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	position: relative;
}

.tab-inner-wrapper .tab-links a:after {
	content: '';
	height: 3px;
	background: #ffffff;
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
}

.tab-inner-wrapper .tab-links li.active a {
	border-bottom: none;
}

.tab-inner-wrapper .tab-links {
	gap: 6.5px !important;
}

.tab-inner-wrapper .tab {
	box-sizing: border-box;
	padding: 24px 96px 24px 24px;
	border-top: 1px solid #E8E8E8;
	overflow: hidden;
}


.tabs {
    margin: 20px;
}

.tab-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-links li {
    display: inline-block;
	margin-bottom: 0;
}

.tab-links li.active a {
    font-weight: bold;
    color: #00CBE4 !important;
	background: transparent;
	border-bottom: 3px solid #00CBE4;
}

.tab-content {
    border: 1px solid #ccc;
    padding: 20px;
    background: white;
}

.tab {
    display: none;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
	margin-bottom: 99px;

}

.tab.active {
    display: block;
}





#tabs .ui-tabs-panel {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

.tab-inner-nav-wrapper {
	box-sizing: border-box;
	padding: 24px 24px 0 24px;
}

.tab-inner-nav-wrapper h2 {
	font-size: 20px;
	margin-bottom: 26px;
	margin-top: 0;
	color: #1F1F1F;
	font-size: 20px;
	font-weight: 700;
	
}

.tab-inner-wrapper {
	box-sizing: border-box;
	padding: 24px 0 0 0;
}

#tab-1 .tab-inner-wrapper {
	padding: 24px;
}

#tab-3 .tab-inner-wrapper {
	padding: 24px;
}

#tab-4 .tab-inner-wrapper {
	padding: 24px;
}

#tab-5 .tab-inner-wrapper {
	padding: 24px;
}


.subheading {
	color: #5C5C5C;
	font-weight: 700;
	font-size: 14px;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	padding-bottom: 8px;
	margin-top: 0;
}

.subheading strong {
	color: #5C5C5C;
	font-weight: 700;
} 

ol {
	margin-bottom: 24px;
	margin-left: 20px;
}

ol li {
	font-size: 14px;
	color: #5C5C5C;
	display:list-item !important;
}

ol.numeric {
  list-style-type: decimal;
}

ol.alpha {
  list-style-type: lower-alpha;
}

ol li ol {
	margin-top: 10px;
}

.note {
	margin-bottom: 24px;
}

#map-type {
	box-sizing: border-box;
	padding: 11px 14px;
	font-size: 14px;
	line-height: 100%;
	border: 1px solid #CACACA;
	border-radius: 5px;
    min-width: 115px;
}

#tab-3 .tab-inner-wrapper p:first-child {
	margin-top: 0;
}

.instructions-wrapper {
	box-sizing: border-box;
	padding: 20px;
	background: #f1f1f1;
	margin-bottom: 50px;

}

.instructions-wrapper h3 {
	margin-top: 0;
}

.instructions-wrapper ol {
	list-style-type: decimal;
	margin: 20px 0 0 0;
	padding-left: 0;
	font-size: 14px;
}

.instructions-wrapper ol li {
	margin-bottom: 10px;
	display: block !important;
	border: none !important;
}

.instructions-wrapper ol li:hover {
	background: unset !important;
}

.instructions-wrapper ol {
	counter-reset: list-counter;
}

.instructions-wrapper ol li::before {
	counter-increment: list-counter;
	content: counter(list-counter) ". ";
	font-weight: bold;
	color: #000000;
	margin-right: 10px;
}

.breezy-map-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 27px;
	margin-bottom: 50px;
}


.breezy-map-wrapper .left-wrapper {
	width: 50%;
}

.breezy-map-wrapper .right-wrapper {
	width: 50%;
}

.breezy-map-wrapper .bold-heading {
	margin-top: 0;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 24px;
}

.breezy-map-wrapper .right-wrapper .instruction-msg {
	margin-top: 0;
}

.field-wrapper {
	margin-bottom: 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.field-wrapper.align-top {
	align-items: flex-start;
}

.wp-editor-wrapper {
	margin-top: 37px; 
}

.field-wrapper.has-instructions {
	margin-bottom: 60px;
}

.field-wrapper label {
	width: 147px;
	font-size: 14px;
	box-sizing: border-box;
}

.field-wrapper label[for="map-type"] {
	position: relative;
	box-sizing: border-box;
	padding-left: 33px;
}

.field-wrapper label[for="map-type"]:before {
	content: '';
	background: url(../images/google-map-icon.png) no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 27px;
	height: 27px;
}


.field-wrapper .input-wrapper {
	width: calc(100% - 147px);
	position: relative;
}

.field-wrapper .input-wrapper #marker-clear {
    position: absolute;
    top: 13px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
	display: none;
}

.field-wrapper input {
	width: 100%;
	border: 1px solid #9D9D9D;
	box-sizing: border-box;
	padding: 11px 14px;

}

.field-wrapper input::placeholder {
	color: #9D9D9D;
	font-size: 14px;
}

.field-wrapper .instructions {
	position: absolute;
	bottom: -40px;
	left: 0;
}


.field-wrapper.bg-line {
	position: relative;
}

.field-wrapper.bg-line:after {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 7px solid #EFEFEF;
	top: 16px;
	width: 100%;
	left: 265px;
}

.instructions {
	color: #9D9D9D;
	font-style: italic;
	margin-top: 6px;
}

.instruction-msg {
	color: #010101;
	position: relative;
	box-sizing: border-box;
	padding-left: 29px;
}

.instruction-msg:before {
	content: '';
	background: url(../images/info-icon.png) no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
}

.location-wrapper {
	display: flex;
	flex-direction: row;
	background: #E8E8E8;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 8px 18px;
}

.location-wrapper .field-wrapper {
	margin-bottom: 0;
}
.location-wrapper .field-wrapper label {
    width: fit-content;
    margin-right: 5px;
}

.location-wrapper .field-wrapper input {
	border: none;
	padding: 0;
	background: transparent;
	width: calc(100% - 140px);
	color: #5C5C5C;
}

.location-wrapper .field-wrapper input#location-latitude::placeholder {
	color: #3c434a;
}

.location-wrapper .field-wrapper input#location-longitude::placeholder {
	color: #3c434a;
}

.location-wrapper .field-wrapper input#marker-latitude::placeholder {
	color: #3c434a;
}

.location-wrapper .field-wrapper input#marker-longitude::placeholder {
	color: #3c434a;
}

.wp-editor-wrap {
    width: calc(100% - 147px) !important;
}

#marker-image-preview {
	max-width: 48px !important;
    width: 100%;
    border-radius: 50%;
}

.marker-image-preview-wrapper {
	display: block !important;
}

.error-message {
	padding: 8px 0;
}

/*JS Views*/
#marker-edit-js-view {
	display: none;
}
#marker-list-js-view {
	display: none;
}
#marker-edit-js-view.active {
	display: block;
}
#marker-list-js-view.active {
	display: block;
}

/*Markers management*/
.manage-markers-btn,
.edit-marker-btn {
	content: '';
	background: url('../images/edit-icon.png') no-repeat;
	width: 20px;
	height: 20px;
	margin: 8px;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
}

.delete-map-btn,
.remove-marker-btn {
	content: '';
	background: url('../images/delete-icon.png') no-repeat;
	width: 20px;
	height: 20px;
	margin: 8px;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
}

.tab-inner-wrapper.marker-parent-wrapper {
	padding-top: 0;

}

.tab-inner-wrapper.marker-parent-wrapper .tab-inner-nav-wrapper {
	padding: 0;

}
/*
#marker-form {
	display: none;
}
*/
/*Table*/
table {
	border-collapse: collapse;
	width: 100%;
}

td,
th {
	background: #E8E8E8;
	text-align: left;
	padding: 11px;
}

tr:nth-child(even) {
	background-color: #ffffff;
}

#maps-table tbody tr td {
	background: #ffffff;
	border-bottom: 1px solid #E8E8E8;
}

#marker-list-search-wrapper {
	position: relative;
	width: fit-content;
	margin-bottom: 30px;
}

#marker-list-search-wrapper #table-search {
	padding:5px; 
	width:100%; 
	min-width: 300px;
	display:inline-block;
}

#marker-list-search-wrapper #clear-search {
	padding:5px; 
	width: fit-content;
	display:block;
	position: absolute;
    top: 3px;
    right: 3px;
    font-size: 24px;
	display: none;
	cursor: pointer;
}


/* Table wrapper: fixed height + scrollable */
.table-wrapper {
    max-height: 350px;         /* adjust height */
    overflow-y: auto;          /* vertical scroll if needed */
}

/* Customize scrollbar for Webkit browsers (Chrome, Edge, Safari) */
.table-wrapper::-webkit-scrollbar {
    width: 10px;
}

.table-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 5px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
    border: 2px solid #f0f0f0; /* adds padding around thumb */
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* For Firefox: thin scrollbar */
.table-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #888 #f0f0f0;
}




#list-of-markers tbody tr {
	border-bottom: 1px solid #E8E8E8;
}

#list-of-markers tbody tr td {
	background: #ffffff;
	/* border-bottom: 1px solid #E8E8E8; */
}


#list-of-markers tbody tr td:last-child {
	display: flex;
	flex-direction: row;
	wrap: nowrap;
}


#maps-table thead tr th {
	color: #5C5C5C;	
}

#list-of-markers thead tr th {
	color: #5C5C5C;
}



#import-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#import-popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#import-popup-content {
    position: relative;
    width: 400px;
    max-width: 90%;
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

#drop-zone {
    border: 2px dashed #ccc;
    padding: 40px;
    margin: 20px 0;
    cursor: pointer;
    transition: background 0.2s;
}

#drop-zone.dragover {
    background: #f0f0f0;
}

.btn-link {
	cursor: pointer;
}

.back-btn {
	text-decoration: underline !important;
	cursor: pointer !important;
	color: blue !important;
	text-underline-offset: 3px !important;
	display: block !important;
	margin-bottom: 30px !important;
	margin-top: 30px !important;
}

.breezy-map-marker-info-wrapper .flex-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;

}

.breezy-map-marker-info-wrapper .flex-wrapper .left-wrapper {
	width: 30%;
}

.breezy-map-marker-info-wrapper .flex-wrapper .left-wrapper img {
	width: 100%;
}

.breezy-map-marker-info-wrapper .flex-wrapper.one-col-wrapper .left-wrapper {
	width: 100%;
}

.breezy-map-marker-info-wrapper .flex-wrapper.one-col-wrapper .right-wrapper {
	width: 100%;
}

.breezy-map-marker-info-wrapper .flex-wrapper .right-wrapper {
	width: 70%;
	box-sizing: border-box;
}

.breezy-map-marker-info-wrapper .flex-wrapper .right-wrapper h4 {
	font-size: 16px;
	margin-top: 0;
}
.breezy-map-marker-info-wrapper .flex-wrapper .right-wrapper p {
	font-size: 14px;
}



.action-wrapper button {
	margin-right: 30px;
}

/*Map table*/
#maps-table tbody tr td:nth-child(7) {
	cursor: pointer;
	position: relative;
}

#maps-table .copy-shortcode-btn {
	position: relative;
}

#maps-table .copy-shortcode-btn:after {
    content: '';
    position: absolute;
	top: -2px;
    right: -85px;
    width: 20px;
    height: 20px;
    background: url(../images/copy-icon.png) no-repeat;
    background-size: contain;
}

.copy-shortcode-btn {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 80px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 10%;
    margin-left: -40px; 
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; 
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-text.active {
    visibility: visible;
    opacity: 1;
}

.locate-marker {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.locate-marker:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/locate.png) no-repeat;
    background-size: contain;
}

.marker-title a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-decoration: underline !important;
}



.map-title-edit-btn {
	content: '';
	background: url('../images/edit-icon.png') no-repeat;
	width: 26px;
	height: 26px;
	margin: 8px;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
}

.map-title-field-wrapper {
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.update-map-title-btn-wrapper {
	display: none;
}

.dynamic-title-1 {
	display: none;
}
.dynamic-title-1.active {
	display: block;
}

/*Map container*/
.map-container {
	height: 500px;
}

.add-filter-wrapper {
	margin-top: 30px;
}

#marker-detail-filters-container {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	gap: 10px;
}

#marker-detail-filters-container input {
    width: auto;
    border: 1px solid #9D9D9D;
    box-sizing: unset;
    padding: unset;
}

#marker-detail-filters-container .marker-filter {
	display: block;
}

#marker-detail-filters-container .marker-filter-group-label {
	margin-bottom: 5px;
}

#marker-detail-filters-container .marker-filter-group-label:first-child {
	margin-top: 0;
}

.field-wrapper.filter-wrapper {
	align-items: flex-start;
}

#filter-fields-table {
	border: none;
}

#filter-fields-table th {
	font-weight: bold;
}
#filter-fields-table tr td {
	background: #ffffff;
    border-bottom: 1px solid #E8E8E8;

}

.remove-filter-field {
	content: '' !important;
	background: url('../images/delete-icon.png') no-repeat !important;
	width: 20px !important;
	height: 20px !important;
	margin: 3px 8px 8px 8px !important;
	background-size: contain !important;
	display: inline-block !important;
	cursor: pointer !important;
	border: none !important;
}


.single-wrapper input {
	width: fit-content;
}


/*Spinner*/
#breezy-loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  font-family: sans-serif;
  color: #333;
}

#breezy-loading-spinner .spinner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#breezy-loading-spinner .spinner-wrapper .spinner {
	visibility: visible;
}

#tab-4 .tab-inner-wrapper input[type="checkbox"] {
	width: auto;
}

#tab-5 .tab-inner-wrapper input[type="checkbox"] {
	width: auto;
}


#tab-5 .tab-inner-wrapper .checkbox-wrapper input {
	width: fit-content;
}



#breezy-global-search-shortcode {
	width: fit-content;
}