* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Nunito', sans-serif;
}

@font-face {
    font-family: "CopperplateDefault";
    src: url("../font/Copperplate.ttf");
    font-weight: regular;
    font-style: normal;
}


#fly {
	display: block;
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 40px;
	padding: 10px;
	border: none;
	border-radius: 60px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #ee8a65;
	letter-spacing: 2px;
	cursor: pointer;
}
.toggle_btn_1 {
    width: 70px!important;
    height: 40px!important;
    border-radius: 60px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
.toggle_btn_1:hover,
.toggle_btn_1:focus {
    background-color: #3887be!important;
    color: #ffffff!important;
}
#latitude, #longitude, #title-input {
    display: block;
    position: relative;
    margin: 0px auto;
    max-width: 255px;
    width: 40%;
    height: 25px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    border-radius: 60px;
    margin: 10px 0px;
    outline: none;
    color: #000;
}
#title-input {
    width: 100%!important;
}
#latitude,
#longitude::placeholder,
#title-input::placeholder {
	color: #000;
}

input#width-inches,
input#height-inches {
	display: block;
	position: relative;
	margin: 0px auto;
	max-width: 270px;
	width: 40%;
	height: 25px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	border-radius: 60px;
	margin: 10px 0px;
	outline: none;
	color: #000;
}
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
/*#map.active {*/
/*    width: 100%;*/
/*}*/
/*#map.active canvas {*/
/*    width: 100%!important;*/
/*    width: 100%;*/
/*}*/
#menu {
    background: #eeeeee;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    border-radius: 0;
    width: 300px;
    height: 100vh;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 10px;
    z-index: 999999;
    transition: all 0.25s;
}
#menu.active {
    right: -320px;
    transition: all 0.25s;
}
.mapboxgl-ctrl-top-right {
    right: 0;
    top: auto!important;
    bottom: 40px;
}
/*.scroll_container {*/
/*    max-height: 455px;*/
/*    overflow-y: auto;*/
/*}*/
#menu a,
#preview-button {
	font-size: 13px;
	color: #404040;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	padding: 0px 10px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	text-align: center;
	border-radius: 60px;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	margin: 8px 0px;
	cursor: pointer;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px inset;
	text-transform: capitalize;
}

.toggle_menu {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    border: 2px solid #000;
    border-radius: 5px;
    position: fixed;
    top: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
}

#preview-button {
	width: 43.5%;
	border: 0;
}
a#downloadLink {
    width: 43.5%;
}
/*#marker-toggle {*/
/*	margin-top: 20px !important;*/
/*}*/

#menu a:last-child {
	border: none;
}

#menu a:hover {
	background-color: #f8f8f8;
	color: #404040;
}

#menu a.active {
	background-color: #3887be;
	color: #ffffff;
}

#menu a.active:hover {
	background: #3074a4;
}

/* Add styles for the new feature toggles */
.feature-toggle {
	display: block;
	margin: 0 auto;
	width: 50%;
	height: 40px;
	padding: 10px;
	border: none;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #3F7BB6;
	margin-top: 10px;
}

.form-group select {
	display: block;
	position: relative;
	margin: 0px auto;
	width: 48%;
	height: 40px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	border-radius: 60px;
	margin: 10px 0px;
	outline: none;
	color: #000;
}

#add-title {
	display: block;
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 40px;
	padding: 10px;
	border: none;
	border-radius: 60px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #ee8a65;
	letter-spacing: 2px;
	margin-bottom: 10px;
	cursor: pointer;
}

/* Styles for the location input field */
#location-input {
	max-width: 270px;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 15px;
	margin-bottom: 10px;
	border-radius: 60px;
	color: #000;
	outline: none;
}

#location-input::placeholder {
	color: #000;
}

/* Styles for the location suggestions dropdown */
#location-suggestions {
    position: absolute;
    width: 100%;
    max-width: 290px;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

/* Styles for suggestion items */
.suggestion-item {
	padding: 8px 12px;
	cursor: pointer;
	transition: background-color 0.2s;
}

.suggestion-item:hover {
	background-color: #f0f0f0;
	/* Highlight on hover */
}

#map-container {
	position: relative;
	/* Position relative to the map container */
	width: 100%;
	height: 100%;
}

#overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 3;
}

#preview-overlay {
	position: absolute;
	/* background-color: rgba(255, 255, 255, 0.8); */
	pointer-events: none;
	z-index: 2;
	border: solid;
}

#preview-overlay.included {
	background-color: transparent;
	/* Clear included area */
}

#preview-overlay {
	position: absolute;
	pointer-events: none;
	z-index: 2;
	border: solid;
}

.overlay-width,
.overlay-height {
	position: absolute;
	color: black;
	font-weight: bold;
	font-size: 16px;
}

.overlay-width {
	top: 50%;
	left: 0;
	transform: translateY(-144%) translateX(0%);
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	color: white;
	padding: 0px 10px;
	width: 130px;
}

.overlay-height {
	top: 50% !important;
	left: 50% !important;
	transform: rotate(-90deg) translateY(-430%) translateX(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	color: white;
	padding: 0px 5px;
	width: 130px;
}

#zoom-level-display {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 999;
}

.form-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.heading {
	font-size: 18px;
	text-align: center;
	color: #000;
	padding-bottom: 10px;
}