.localSlide{
	overflow-y: auto;
	overflow-x: hidden;
}



.addLocalTableTitle{
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 0.3em;
}


#uploadImgRow{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 8px;
}

.uploadPhotoBlock, .previewUploadImg, .overDisplayFilter{
	width: 82px;
	height: 82px;
	border-radius: 10px;
}

.previewUploadImgContainer, .uploadPhotoBlock{
	margin: 7px 7px;
	overflow: hidden;
	border-radius: 10px;
}

.uploadPhotoBlock{
	border: 3px dotted white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.addImgPlus{
	font-size: 45px;
	font-weight: 300;
	opacity: 80%;
}

.previewContainer{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.overDisplayFilter{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(108, 108, 108, 0.7);
	font-size: 25px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;	
}

.fRowNote{
	margin: 0px 8px 20px;
	font-style: italic;
}

#fileUploadWarning{
	color: rgba(238, 114, 120, 1);
	font-weight: 600;
	margin-left: 1em;
	visibility: hidden;
}

#uploadImg{
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.previewUploadImgContainer{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.previewUploadImg{
	border: 3px solid white;
	object-fit: cover;
}

.addLocSuc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}

.addLocForm{
	display: grid;
	grid-template-columns: auto;
	max-width: 100%;
}

.addLocForm>* {
  margin: 0;
}

.addLocForm>div {
  margin-bottom: 1em;
}


.sucContainer{
	width: 75%;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.sucIcon{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.bigCircle{
	width: 200px;
	height: 200px;
	border: 15px solid white;
	border-radius: 50%;
	background-color: #8BC035;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.check {
  display: inline-block;
  transform: rotate(45deg);
  height: 64px;
  width: 32px;
  border-bottom: 15px solid white;
  border-right: 15px solid white;
  margin-bottom: 15px;
}

.infoStatus{
	width: 100%;
	color: white;
	line-height: 200%;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}

#addLocBackBtn:hover{
	color: #EFC36C;
	text-decoration: underline;
}

.descPtFormRow{
	margin-bottom: 0.3em;
}


.descPtFormRow{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.pt{
	height: 0.3rem;
	width: 0.3rem;
	border-radius: 50%;
	margin-right: 0.5rem;
	background-color: white;
}

.addDescBtn{
	font-size: 1.5rem;
	width: clamp(15.8rem, calc(12rem + 0.8rem + 10vw), 18.8rem); /** width of class pt and ptFormInput**/
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.addDescBtn:hover{
	background-color: #79c99c;
	color: #007500;
}

.dmsSymbol{
	margin-left: 0.1rem;
	margin-right: 0.3rem;
}

#fLatInputContainer .dmsSymbol, #fLongInputContainer .dmsSymbol{
	margin-left: 0rem;
}

.fViewLocOnMapBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	cursor: pointer;
	margin: 0 1em;
}

.fViewLocOnMapImg{
	height: 1.3em;
}

.deletePreviewUploadImgContainer{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	z-index: 5100;
	cursor: pointer;
}

.deletePreviewUploadImgIcon{
	width: 100%;
	height: 100%;
	padding-top: 7px;
	padding-right: 8px;
}

.deletePreviewUploadImgIcon img{
	width: 100%;
	height: 100%;
}

.deletePreviewUploadImgLayer{
	position: absolute;
	height: 45px;
	width: 64px; /*pythagoras theorem*/
	top: 0;
	right: 0;
	transform: rotate(45deg);
	background-color: rgba(128,120,101, 0.80);
	transform-origin: bottom right;
	display: flex;
}

.previewUploadImgContainer:hover .deletePreviewUploadImgLayer{
	background-color: rgba(128,120,101, 0.9);
}

.agreementDetailContainer{
	position: relative;
	overflow-y: hidden;
	padding: 0.5em 1.2em;
	background-color: #458460;
	border: 3px solid white;
	border-radius: 8px;
}