/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');

*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body{
	background: #7fc469;
	color: #565e6b;
} */

* {
	list-style: none;
}

.wrapper {
	/* width: 500px; */
	width: 100%;
	height: 100%;
	background: #fff;
	margin: 5px auto 0;
}

.wrapper .title {
	/* padding: 30px 20px; */
	/* text-align: center; */
	font-size: 14px;
	font-weight: 500;
	/* border-bottom: 1px solid #ebedec; */
	/* margin-bottom: 10px; */
	color: gray;
}

.wrapper .tabs_wrap {
	/* padding: 20px; */
	border-bottom: 1px solid #ebedec;
}

.wrapper .tabs_wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: center; */
	/* -ms-flex-pack: center; */
	/* justify-content: center; */
}

.wrapper .tabs_wrap ul li {
	/* width: 135px; */
	width: 100%;
	text-align: center;
	background: #e9ecf1;
	border-right: 1px solid #c1c4c9;
	padding: 8px 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.wrapper .tabs_wrap ul li:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.wrapper .tabs_wrap ul li:last-child {
	border-right: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.wrapper .tabs_wrap ul li:hover,
.wrapper .tabs_wrap ul li.active {
	background: #7fc469;
	color: #fff;
}

.wrapper .container .item_wrap {
	/* padding: 10px 10px 0px 10px; */
	border-bottom: 1px solid #ebedec;
	/* cursor: pointer; */
	/* border: 1px solid red; */
	height: 100%;
}

/* .wrapper .container .item_wrap:hover {
	background: #e9ecf1;
} */

.wrapper .container .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.item_wrap .item .item_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_wrap .item_left img {
	width: 70px;
	height: 70px;
	display: block;
}

.item_wrap .item_left .data {
	margin-left: 20px;
}

.item_wrap .item_left .data .name {
	font-weight: 600;
}

.item_wrap .item_left .data .distance {
	color: #7f8b9b;
	font-size: 14px;
	margin-top: 3px;
}

.item_wrap .item_right .status {
	position: relative;
	color: #77818d;
}

.item_wrap .item_right .status:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -12px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #b3bbc8;
}

.item_wrap.offline .item_right .status {
	color: #b3bbc8;
}

.item_wrap.online .item_right .status:before {
	background: #7fc469;
}

/* ----------------------------------------------------------------------- */

.flyersModalBody {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 72vh;
}

.personalDetailsBox {}

.personalDetailsBox,
.propertyImagesBox,
.propertyDetailsBox,
.manualFlyer,
.personalDetailsBoxForGetDataByMLSNo,
.propertyDetailsBoxForGetDataByMLSNo {
	padding: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),
		-2px -2px 5px rgba(0, 0, 0, 0.1);

	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-bottom: 12px;
}

.manualFlyer {
	padding: 0px;
}

.flyerInputBox {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.autoFlyerInputBox {
	display: flex;
	flex-direction: column;
	gap: 1px;
	width: 100%;
}

.fleyerInputLabel {
	/* flex: 0.3; */
	color: gray;
	font-weight: bold;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}

.fleyerInputInput {
	font-size: 12px;
	padding: 4px 4px 4px 6px;
	padding: 7.5px;
	border-radius: 5px;
	border: none;
	outline: none;
	/* box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.3),
		inset 1px 1px 3px rgba(0, 0, 0, 0.3); */
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2),
		inset -1px -1px 1px rgba(0, 0, 0, 0.2);

}

.autoFleyerInputInput {
	font-size: 12px;
	/* padding: 8px 4px 8px 6px; */
	padding: 8.5px;
	border-radius: 5px;
	border: none;
	outline: none;
	/* box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.3),
		inset 1px 1px 3px rgba(0, 0, 0, 0.3); */
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2),
		inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}

#autoFlyerButtonGetPropertyDetails {
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	background: #FF13EF;
	font-weight: bold;
	border: none;
	outline: none;

	cursor: pointer;
}

#autoFlyerButtonGetPropertyDetails:hover {
	opacity: 0.8;
}

.fleyerImageInput {
	font-size: 10px;
	/* padding: 6px 6px 6px 10px; */
	/* padding: 4px 2px 4px 2px; */
	padding: 10px;

	border-radius: 5px;
	border: none;
	outline: none;
	/* box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.3),
		inset 1px 1px 3px rgba(0, 0, 0, 0.3); */
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2),
		inset -1px -1px 1px rgba(0, 0, 0, 0.2);

}

input[type=file]::file-selector-button {
	/* background-color: red; */
	border-radius: 5px;
	border: 1px solid lightgray;
	margin: auto;
	margin-right: 5px;
	/* padding: 0px 2px; */
	/* font-weight: 500; */
	font-size: 8px;
}

.flyerSubInputLabel {
	font-size: 9px;
	margin-left: 3px;
}

.autoFlyerSubItems,
.manualFlyerSubItems {
	/* border: 1px solid; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid lightgray;
}

.autoFlyerSubItemsBox,
.manualFlyerSubItemsBox {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.autoSubItemslabel {
	padding: 0px;
	margin: 0px 0px 5px;
	font-weight: bold;
	cursor: pointer;
}

.autoSubItemsRadio,
.manualSubItemsRadio {
	width: 17px;
	height: 17px;
	cursor: pointer;
}

.autoFlyersBox {
	position: relative;
	display: none;
	overflow: auto;
}

.manualFlyersBox {
	position: relative;
	display: none;
	overflow: auto;
	height: 99%;
}

.autoFlyersBox.active,
.manualFlyersBox.active {
	/* border: 1px solid; */
	display: flex;
	flex-direction: column;
}

.autoFlyersBoxFirstChid,
.manualFlyersBoxFirstChid {
	/* margin-top: 5%; */
	width: 100%;

	padding: 5px 15px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.manualFlyersBoxFirstChid {
	padding: 5px 8px;
}

.autoFlyersBoxFirstChid {
	gap: 10px;
}

.manualFlyersBoxFirstChid {
	gap: 10px;
}

.myAutoContainer {
	/* border: 1px solid black; */
	height: 88%;
	padding: 0px 5px !important;
}

input[type=radio] {
	appearance: none;
	/* padding: 10px; */
	background-color: white;
	border-radius: 50%;
	border: 1px solid gray;

}

input[type=radio]:checked {
	background-color: #ff18bd;
}

/* .personalDetailsBox, */
/* .propertyImagesBox { */
/* width: 49%; */
/* } */

.flyerInputBox {
	width: 49%;
}

.mainImageAndSubImage1Box {
	display: flex;
	gap: 2%;
}

.subimage2Andsubimage3Box {
	display: flex;
	gap: 2%;
}

.manualPersonalDetialsAndPropertyImages {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

#manualFlyerDescription::placeholder,
#manualFlyerAddress::placeholder,
#manualFlyerTitle::placeholder,
#manualFlyerContact::placeholder,
#manualFlyerEmail::placeholder,
#manualFlyerProfileImageName::placeholder,
#manualFlyerUrl::placeholder,
#manualFlyerFeature1::placeholder,
#manualFlyerFeature2::placeholder,
#manualFlyerFeature3::placeholder,
#manualFlyerFeature4::placeholder,
#manualFlyerPrice::placeholder {
	color: #999;
	/* Change the color of the placeholder text */
	font-style: italic;
	/* Optionally, you can italicize the placeholder text */
}

input::placeholder {
	color: #999;
	font-style: italic;
}

.flyerModalForDetailsByMLSNo {
	height: 68vh;
	overflow: auto;
}

.flyersProfilePicture {
	color: transparent;
	display: flex;
}

.flyersProfilePicture::-webkit-file-upload-button {
	visibility: hidden;
}

.flyersProfilePicture::before {
	content: 'Update Profile Picture';
	width: max-content;
	margin: auto;
	font-size: 10px;
	font-weight: bold;
	border-radius: 3px;
	color: blue;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	;
}

.flyersProfilePicture:hover::before {
	border-color: black;
	opacity: 0.8;
}

.flyersProfilePicture:active {
	outline: 0;
}

.flyersProfilePicture:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

@media (max-width:750px) {
	/* .manualPersonalDetialsAndPropertyImages {
		flex-direction: column;
	} */

	.personalDetailsBox,
	.propertyImagesBox {
		width: 100%;
	}

	.addressAndContactBox {
		flex-direction: column;
	}

	.flyerInputBox {
		width: 100%;
		margin: 2px 0px;
	}

	.emailAndUrlBox {
		flex-direction: column;
	}

	.mainImageAndSubImage1Box {
		flex-direction: column;
	}

	.subimage2Andsubimage3Box {
		flex-direction: column;
	}
}

@media (max-width:470px) {

	/* .autoFlyersBoxFirstChid,
	.manualFlyersBoxFirstChid {
		padding: 5px;
	}

	.fleyerInputLabel {
		font-size: 13px;
	}

	.wrapper .container .item_wrap {
		padding: 5px;
	}


	.myAutoContainer {
		padding: 0px !important;
	}

	.wrapper .title {
		font-size: 16px;
	} */
}

/* flyersModalBody */
/* Medium devices (laptops and small desktops) */
@media only screen and (max-width: 1440px) and (max-height: 700px) {

	/* .modal-footer {
		background-color: green;
	} */

}

/* Small devices (tablets) */
@media only screen and (max-width: 601px) and (max-width: 1024px) and (max-height: 1024px) {
	/* .modal-footer {
		background-color: blue;
	} */
}

@media only screen and (min-width: 1240px) and (min-height: 700px) {
	/* .modal-footer {
		background-color: red;
	} */

	.myFlyerModalContent {
		height: 85vh;
	}



}

@media only screen and (max-height: 800px) {
	.wrapper {
		height: 100%;
	}
}

@media only screen and (max-height: 700px) {
	.flyersModalBody {
		height: 60vh;
	}

	.wrapper {
		height: 95%;
	}

	.wrapper .title {
		font-size: 16px;
	}
}

@media only screen and (max-height: 550px) {

	.myAutoContainer {
		height: 80%;
	}
}