/* header */
.lz-back-fa i {
	color: #00b3aa;
	font-size: 2rem;
	transition: transform 0.2s, color 0.2s;
}


.logo {
	width: 200px;
	height: 80px;
	margin-top: 30px;
	margin-right: 10px;
}

.lan {
	width: 50px;
	height: 40px;
	margin: 50px 4px 30px 4px;
	border-radius: 4px;
	background-color: transparent;
	border: none;
	color: #007782;
	font-size: 16px;
}

.lan:focus {
	outline: none;
}

.close {
	display: block;
}

.sellBtn {
	background-color: #007782;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #007782;
	width: 180px;
	height: 30px;
	margin-top: 55px;
	margin-left: 5px;
	margin-right: 10px;
	padding: 4px;
}

.signUpBtn {
	background-color: white;
	text-align: center;
	color: #007782;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #007782;
	width: 180px;
	height: 30px;
	margin-top: 55px;
	margin-left: 5px;
	margin-right: 10px;
	padding: 4px;
}

.submitHeader {
	width: 55%;
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	border-radius: 4px;
	font-size: 16px;
	margin: 50px 10px 30px 8px;
	height: 40px;
	align-content: center;

}

.submitHeader:focus {
	outline: none;
}

.mobileheader {
	display: none;
}

hr.headerHR {
	margin-bottom: 0;
	border: 1px solid gray;
}

/* input style for all inputs */
input {
	border-radius: 0;
}

/* =========================
   EMAIL (READ-ONLY) FOR RESET
========================= */
.pwreset-email {
	border: 0;
	border-bottom: 2px solid #F2F2F2;
	font-size: 16px;
	width: 90%;
	margin-top: 60px;
	outline: none;
	background: transparent;
	cursor: default;
}

.pwreset-email:focus {
	border-bottom: 2px solid #F2F2F2;
	outline: none;
}

/* =========================
   PASSWORD FIELDS
========================= */
.pwreset-password-wrap {
	position: relative;
	width: 90%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}

.pwreset-password {
	border: 0;
	border-bottom: 2px solid #F2F2F2;
	font-size: 16px;
	width: 100%;
	outline: none;

}

.pwreset-password:focus {
	border-bottom: 2px solid #007782;
}

/* =========================
   EYE TOGGLE ICON
========================= */
.pwreset-toggle {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #999;
	cursor: pointer;
}

.pwreset-toggle:hover {
	color: #007782;
}


/* LIMIT ADVERTS REACHED ----------*/
.upload-limit-box {
	font-family: sans-serif;
	background-color: #fff3f3;
	border: 1px solid #f5c2c2;
	border-radius: 12px;
	padding: 30px 25px;
	text-align: center;
	max-width: 500px;
	margin: 40px auto;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.upload-limit-title {
	color: #d9534f;

	margin-bottom: 15px;
	font-size: 1.8em;
}

.upload-limit-text {
	color: #555;
	margin-bottom: 25px;
	font-size: 1.1em;
}

.btn-upgrade-plan {
	display: inline-block;
	background-color: #d9534f;
	color: #fff;
	padding: 12px 30px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	transition: 0.2s ease-in-out;
}

.btn-upgrade-plan:hover {
	background-color: #c9302c;
}


/* photos dashboard */
.uploadBox {
	background-color: white;
	width: 98%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 30px;
	border: 1px dashed #C0C0C0;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.uploadInputFile {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.uploadBtn {
	background-color: white;
	border: 1px solid #007782;
	color: #007782;
	font-family: sans-serif;
	font-size: 18px;
	border-radius: 2px;
	padding: 3px;
	float: right;
	margin-bottom: 20px;
}

.uploadBtn:hover {
	background-color: #00b3aa;
	color: white;
	border: 1px solid #00b3aa;
}

.uploadImgWrap {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -10px;
	margin-right: 10px;
}

.uploadImgBox {
	width: 100px;
	padding: 0 10px;
	margin-bottom: 12px;
}

.uploadImgClose {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	line-height: 24px;
	z-index: 1;
	cursor: pointer;
}

.uploadImgClose:after {
	content: '\2716';
	font-size: 14px;
	color: white;
}

.img-bg {
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 100%;
}

.imgName {
	font-size: 11px;
	font-family: sans-serif;
	text-align: left;
	word-wrap: break-word;

}

.indexHeaders {
	font-family: sans-serif;
	margin-left: 10%;
	font-weight: 100;
	font-size: 36px;
}

.indexHeaders a {
	color: black;
	text-decoration: none;
}

.indexHeaders a:hover {
	color: #007782;
	text-decoration: underline;

}


.noListings {
	font-family: sans-serif;
	color: grey;
}

/* USER header */

.row {
	display: flex;
}

#userheader {
	font-size: 28px;
	color: #808080;
}

#userheader:hover {
	color: #007782;
}


.userBtn {
	background-color: #007782;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #007782;
	width: 80px;
	margin-top: 55px;
	margin-left: 5px;
	margin-right: 10px;
	padding: 4px;
}

.nots {
	margin-right: 20px;
	margin-top: 55px;
	margin-bottom: 20px;
	margin-left: 10px;
	position: relative;
}

.submit {
	width: 65%;
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	border-radius: 4px;
	font-size: 16px;
	margin: 50px 8px 30px 8px;
	height: 40px;
	align-content: center;

}

.submit:focus {
	outline: none;
}

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 3;
	width: auto;
	color: dimgrey;
	background-color: white;
	margin-top: 2px;
}

.dropdown-content-mobile {
	display: none;
	position: absolute;
	z-index: 3;
	width: 80%;
	margin-top: 20%;
	color: dimgrey;
	background-color: white;
	margin-top: 2px;
}

#myDropdown .menuList {
	display: block;
	margin-top: 10px;
	margin-left: 2px;
}

.menuList {
	text-decoration: none;
	color: dimgrey;
	font-size: 18px;
	font-family: sans-serif;
}

.menuList:hover {
	text-decoration: none;
	color: #007782;
	font-size: 18px;
	font-family: sans-serif;
}

.logoutLink {
	color: grey;
}


.notification-bubble {
	position: absolute;
	top: -5px;
	right: -10px;
	background-color: indianred;
	color: white;
	border-radius: 50%;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1;
	font-family: sans-serif;
}

.notification-bubble-mobile {
	background-color: indianred;
	color: white;
	border-radius: 50%;
	font-size: 14px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -2px;
	right: -15px;
	line-height: normal;
	text-align: center;
	padding: 0;
	overflow: hidden;
}


.chats-link {
	position: relative;
	display: inline-block;
}


/* User Dashboard */
.userdash {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-color: #F2F2F2;

}

hr.userHR {
	margin-bottom: 0;
}

.box {
	background-color: white;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 20px 0px 20px 0px;
}

.topbox {
	background-color: white;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 20px 0px 70px 0px;

}

textarea {
	resize: none;
}

.buttonbox {
	background-color: #F2F2F2;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.title {
	font-family: sans-serif;
	margin-left: 10px;
	font-size: 18px;
	font-weight: 100;
	display: inline-block;
}

.label {
	margin-bottom: 40px;
	margin-top: 30px;
}

.labelkey {
	margin-bottom: 40px;
	margin-top: 30px;
}

.labeltop {
	margin-bottom: 100px;
	margin-top: 30px;
}


.itemDesc {
	border: 0;
	border-bottom: 2px solid #007782;
	font-size: 16px;
	width: 50%;
	outline: none;
	float: right;
	margin-right: 40px;
	font-family: sans-serif;

}

#itemDesc {
	border: 0;
	border-bottom: 2px solid #007782;
	font-size: 16px;
	width: 50%;
	outline: none;
	float: right;
	margin-right: 40px;
	font-family: sans-serif;

}

.price {
	border: 0;
	border-bottom: 2px solid #007782;
	font-size: 16px;
	outline: none;
	float: right;
	margin-right: 40px;
}

.postage-input {
	border: 0;
	border-bottom: 2px solid #007782;
	font-size: 16px;
	outline: none;
	float: right;
	margin-right: 40px;
}

.currency {
	font-family: sans-serif;
	font-weight: 100;
	color: gray;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 45%;
}

.key {
	border: 0;
	border-bottom: 2px solid #007782;
	font-size: 16px;
	outline: none;
	margin-left: 10px;
}

.keywords {
	display: inline-block;
	float: right;
	margin-right: 40px;
}

.userHeader {
	font-family: sans-serif;
	margin-left: 20%;
	margin-top: 50px;
	font-size: 28px;
	font-weight: 100;
	width: 60%;
}

.photoMessage {
	font-family: sans-serif;
	margin-left: 10px;
	font-weight: 100;
}

.photoTips {
	text-decoration: underline;
	font-family: sans-serif;
	color: #007782;
	border: none;
}

.dottedbox {
	background-color: white;
	width: 90%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 30px;
	border: 1px dashed #C0C0C0;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.photoUpload {
	background-color: white;
	border: 1px solid #007782;
	color: #007782;
	font-family: sans-serif;
	font-size: 18px;
	border-radius: 2px;
	padding: 3px;
}

.info {
	font-family: sans-serif;
	font-weight: 100;
	color: gray;
	font-size: 14px;
}

.info1 {
	font-family: sans-serif;
	font-weight: 100;
	color: gray;
	font-size: 12px;
	margin-left: 10px;
	margin-top: -20px;
}

.imageInfo {
	font-family: sans-serif;
	font-weight: 100;
	color: gray;
	margin-left: 10px;
	font-size: 14px;
}


.addKey {
	float: right;
	margin-right: 50px;
	border-radius: 50%;
	background-color: #00b3aa;
	color: white;
	font-size: 40px;
	border: #00b3aa;
	padding: 5px;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-content: center;
	line-height: 1;
}

.remove_button {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #007782;

}

.filterWords {
	margin-bottom: 10px;
	display: inline-block;
	float: right;
}

.post {
	font-family: sans-serif;
	font-weight: 100;


}

.postage {
	accent-color: #007782;
}

.addPhotos {
	background-color: #00b3aa;
	font-family: sans-serif;
	font-size: 68px;
	border-radius: 50%;
	display: inline-flex;
	color: white;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	border: 1px solid #00b3aa;
	line-height: 1;
}

.addPhotos span {
	transform: translateY(-2px);
}

.productErrors {
	margin-left: 10px;
	color: indianred;
	font-size: 16px;
	font-family: sans-serif;
	font-style: italic;
	display: block;
	visibility: visible;
}

.footHR {
	margin-top: 0;
	margin-bottom: 0;
}



.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.uploadImgWrap .uploadImgBox:first-child {
	margin-left: 10px;
	/* Adjust the value as needed */
}


/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
	font-family: sans-serif;
}

/* The Close Button */
.closeModal {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #007782;
	float: right;
}

.closeModal:hover,
.closeModal:focus {
	text-decoration: underline;
	cursor: pointer;
}

.photoTitle {
	text-align: center;
	font-family: sans-serif;
	color: #007782;
	font-size: 30px;
}



/* user footer */
.userfooter {
	margin-left: auto;
	margin-right: auto;
	background: #F2F2F2;
	text-align: center;
	margin-top: 0;
	padding: 20px;

}

/* body */
.main {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

/* index */
.indexPhoto {
	width: 100%;
	height: 100%;
}


.container {
	text-align: center;
	position: relative;
}

.banner {
	position: absolute;
	bottom: 8px;
	left: 16px;
	font-size: 26px;
	background-color: white;
	padding: 20px 20px 20px 20px;
	font-family: Verdana;
	border-radius: 15px 50px;
}

.indexBtn {
	background-color: #007782;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #007782;
	width: 100%;
	height: 30px;
	margin-top: 30px;
}

.mobPhoto {
	display: none;
}



/* form */

.formWrap {
	border: 3px solid #F2F2F2;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: 50%;
	text-align: center;
	margin-top: 20px;

}



.login {
	font-family: Verdana;
	font-weight: 800;
	text-align: center;
}


.passreset {
	color: #007782;
	font-family: sans-serif;
	font-size: 20px;
	margin-bottom: 30px;
	display: block;
}

.passreset:visited {
	color: #007782;
	font-family: sans-serif;
	font-size: 20px;
}

/* form pup up from sign in button */

.form-popup {
	display: none;
	border: 3px solid #F2F2F2;
	text-align: center;
	margin-top: 20px;
	position: absolute;
	z-index: 1;
	background-color: white;
	margin-left: 60%;
}

.log1 {
	border: 0;
	border-bottom: 2px solid #F2F2F2;
	font-size: 16px;
	width: 80%;
	margin-top: 30px;

}

.log1:focus {
	outline: none;
	border-bottom: 2px solid #007782;


}

.conBtn1 {
	background-color: #007782;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #007782;
	width: 80%;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;

}

.passreset1 {
	color: #007782;
	font-family: sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}

.passreset1:visited {
	color: #007782;
	font-family: sans-serif;
	font-size: 14px;
}

.close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #007782;

}

/* Packages ------------- */
.package-options {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 30px 20px;
}

.package-card {
	font-family: sans-serif;
	background: #ffffff;
	border: 1px solid #d6e8e8;
	border-radius: 12px;
	width: 180px;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.package-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	border-color: #007782;
}

.package-card.selected {
	border: 2px solid #007782;
	background: #e6f7f7;
}

.package-title {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
	color: #007782;
	margin: 0;
}

.package-price {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #007782;
	margin-top: 5px;
}

/*new modern footer */
.lz-footer-root {
	background: #007782;
	color: #f0f0f0;
	padding: 30px 15px;
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	box-sizing: border-box;
	overflow-x: hidden;
}

.lz-footer-root a {
	color: #00b3aa;
	text-decoration: none;
	transition: color 0.3s;
}

.lz-footer-root a:hover {
	color: #f0f0f0;
}

.lz-footer-container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	box-sizing: border-box;
}

.lz-footer-logo img {
	width: 120px;
	margin-bottom: 15px;
}

.lz-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}

.lz-footer-links a {
	font-weight: 500;
	font-size: 14px;
}

.lz-footer-bottom {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #d0d0d0;
	border-top: 1px solid #00b3aa33;
	padding-top: 15px;
	margin-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 600px) {
	.lz-footer-root {
		padding: 25px 10px;
	}

	.lz-footer-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 10px;
	}

	.lz-footer-links {
		justify-content: center;
	}
}

/* Sticky footer wrapper — does not affect .advert */
.page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.page-content {
	flex: 1;
}


/* Footer */


.logoFoot {
	margin-top: 20px;
	width: 200px;
	height: 100px;
}

.arc {
	width: 100%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: #F2F2F2;
	border-radius: 40%;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;

}

.links {
	width: auto;
	margin-top: 15px;
}


.footLink {
	color: #007782;
	font-family: sans-serif;
	font-size: 14px;
	margin: 15px 15px 15px 15px;
	text-decoration: none;
}

.footLink:visited {
	color: #007782;
	font-family: sans-serif;
	font-size: 14px;
	margin: 15px 15px 15px 15px;
	text-decoration: none;
}

.bannerLink {
	color: #007782;
	font-family: sans-serif;
	font-size: 14px;
	margin: 5px 5px 5px 5px;
}

.bannerLink:visited {
	color: #007782;
	font-family: sans-serif;
	font-size: 14px;
	margin: 5px 5px 5px 5px;
}

/* Register or Sign Up page */

.signWrap {
	border: 3px solid #F2F2F2;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: 50%;
	margin-top: 20px;
	text-align: center;
}

.signIn {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: 50%;
	margin-top: 20px;
	text-align: center;
}

.signlogDetails {
	border: 0;
	border-bottom: 2px solid #F2F2F2;
	font-size: 16px;
	width: 80%;
	margin-top: 60px;
	outline: none;
}

.signHR {
	width: 100%;
}


.signlog {
	border: 0;
	border-bottom: 2px solid #F2F2F2;
	font-size: 16px;
	width: 80%;
	margin-top: 60px;
	outline: none;
}

.signlog:focus {
	outline: none;
	border-bottom: 2px solid #007782;
}

.phoneInput {
	border: 0;
	border-bottom: 2px solid #f2f2f2;
	font-size: 16px;
	width: 100%;
	outline: none;
	font-family: sans-serif;
}

.signlog[readonly] {
	background-color: #f5f5f5;
	cursor: default;
	user-select: none;
	color: #333;
}

/* Remove highlight/outline on click */
.signlog[readonly]:focus {
	outline: none;
	box-shadow: none;
}


#submit {
	background-color: #007782;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #007782;
	width: 50%;
	height: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#submit:hover {
	background-color: #00b3aa;
	color: white;
	border: 1px solid #00b3aa;
}

.error {
	color: indianred;
	font-size: 18px;
	font-family: sans-serif;
	font-style: italic;

}

.error.success {
	color: #00b3aa;
	font-size: 0.9em;
	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;

}

.password-success {
	color: white;
	font-size: 16px;
	font-family: sans-serif;
	background-color: #00b3aa;
	padding: 5px 5px;
}

.location-success {
	color: white;
	font-size: 16px;
	font-family: sans-serif;
	background-color: #00b3aa;
	padding: 5px 5px;
}

.alert-verification {
	color: white;
	font-size: 14px;
	font-family: sans-serif;
	font-style: italic;

}

.alert {
	text-align: center;
	background-color: #007782;
	font-size: 22px;
	color: white;
	font-family: sans-serif;
	font-weight: lighter;
}

.alert1 {
	text-align: center;
	background-color: #A82E2E;
	font-size: 22px;
	color: white;
	font-family: sans-serif;
	font-weight: lighter;
}

.alert2 {
	text-align: center;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: 100;
	margin-top: 10px;
	color: darkgrey;

}

.resendMail {
	color: #007782;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: 100;
	margin-left: 5px;
}

.form-control {
	border: 0;
	border-bottom: 2px solid #F2F2F2;
	font-size: 16px;
	width: 80%;
	margin-top: 60px;
	outline: none;
	color: grey;
}

.form-control-sign {
	border: 0;
	border-bottom: 2px solid #F2F2F2;
	font-size: 16px;
	width: 60%;
	outline: none;
	color: grey;
	font-family: sans-serif;
	background-color: transparent;
}


/* Profile */

.profileImage {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 50%;
	margin-top: 40px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 40px;
}

.profilePhoto {
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.profileInfo {
	margin-left: 50px;

}

.usernamedetails {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-top: 60px;
	display: flex;
}

.usernamedetails span {
	margin-left: 2px;
}

.details {
	font-family: sans-serif;
	font-size: 22px;
	margin-top: 30px;
	display: flex;
	font-weight: 100;
}

.details span {
	margin-left: 2px;
}

.holiday-mode {
	font-family: sans-serif;
	font-size: 22px;
	margin-top: 30px;
	display: flex;
	color: #007782;
	font-weight: 100;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.holiday-mode span {
	margin-left: 2px;
}

#profileIconHoliday {
	font-size: 24px;
	margin-right: 5px;
	color: #007782;
}

.profileLayout {
	display: flex;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

#profileIcon {
	font-size: 24px;
	margin-right: 5px;
	color: #808080;
}

.editBtn {
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #999;
	padding: 6px;
	margin-top: 60px;
	margin-left: 350px;
	background-color: transparent;
	color: #808080;
	width: 120px;
	flex-wrap: nowrap;
}

.editBtn:hover {
	background-color: #999;
	color: white;
}

#editIcon {
	margin-right: 10px;
}


.loadMoreBtn {
	background: none;
	border: none;
	color: darkgray;
	cursor: pointer;
	font-size: 18px;
	padding: 0;
	margin: 20px auto;
	display: block;
	width: fit-content;
	font-family: sans-serif;
}



/* Forgot password */

.logMessage {
	color: #007782;
	font-size: 12px;
}

/* eye toggle for password */
#togglePassword {
	font-size: 12px;
	margin-left: -20px;
}

#togglePasswordHeader {
	font-size: 12px;
	margin-left: -20px;
}


/* how it works page */

.background {
	border-radius: 0 0 60% 60%;
	background-color: #bee0ff;
	text-align: center;
	margin-left: 14px;
	margin-right: 14px;
	color: white;
}

.gfm {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: normal;
}

.gfm1 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: normal;
}


.work {
	width: 200px;
	height: 100px;
}

.imageLined {
	text-align: center;
}


.worksHeader {
	font-family: sans-serif;
	margin-left: 20%;
	font-size: 32px;
	margin-top: 80px;
}

.howitworks {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	text-align: center;
	display: table;
}

.cont {
	display: table-cell;
	padding: 16px;

}

.list {
	font-family: sans-serif;
	font-size: 22px;

}

.desc {
	font-family: sans-serif;
	font-size: 14px;
}

.iteminstruct {
	width: 250px;
	height: 170px;
}

/* Core page styling  how it works new */

.main-works {
	padding: 2rem;
	font-family: 'Arial', sans-serif;
	color: #0c2d48;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

h1.worksHeader {
	text-align: center;
	margin: 3rem 0 2rem;
	font-size: 2.5rem;
	color: #007782;
	/* Primary brand color */
}

.steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 1rem;
	margin-bottom: 2rem;
}

.step {
	flex: 1 1 250px;
	background-color: #e6f3f1;
	/* Secondary card background */
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 1.2rem 0.8rem;
	text-align: center;
	transition: transform 0.2s ease-in-out;
}

.step:hover {
	transform: translateY(-5px);
}

.step .icon {
	font-size: 2.5rem;
	color: #007782;
	/* Primary brand color for icons */
	margin-bottom: 1rem;
}

.step h2 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #007782;
	/* Primary color for headings */
}

.step p {
	font-size: 1rem;
	line-height: 1.4;
	color: #0c2d48;
	/* Navy text for readability */
}

hr.divider {
	border: none;
	height: 2px;
	background: #007782;
	/* Divider in primary color */
	width: 70%;
	margin: 4rem auto;
	border-radius: 1px;
}

@media screen and (max-width: 768px) {
	.steps {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
		margin-bottom: 1.5rem;
	}

	.step {
		flex: 1 1 90%;
		padding: 1rem;
		margin-bottom: 1rem;
	}

	.step .icon {
		font-size: 2rem;
		margin-bottom: 0.5rem;
	}

	.step h2 {
		font-size: 1.2rem;
		margin-bottom: 0.4rem;
	}

	.step p {
		font-size: 0.95rem;
		line-height: 1.3;
	}

	hr.divider {
		margin: 2rem auto;
	}
}

/* sucess page */

.success {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 5%;
	text-align: center;
	background-color: #00b3aa;
	padding: 20px;
	color: #F2F2F2;
	box-shadow: 5px 10px #c1c1c1;

}

.successMessage {
	font-size: 58px;
	font-family: Helvetica;
}

.listMessage {
	font-size: 30px;
	font-family: Helvetica;
}

#check {
	font-size: 85px;
}

.items {
	font-size: 22px;
	color: #ffffff;
	font-family: sans-serif;
}

.itemsBig {
	font-size: 22px;
	color: #ffffff;
	font-family: sans-serif;
}

.itemsSmall {
	font-size: 16px;
	color: #ffffff;
	font-family: sans-serif;
}

/* Advert page */
.advertTitle {
	font-size: 32px;
	text-align: center;
	font-family: sans-serif;
	margin-top: 50px;
	font-weight: 100;
}

.advertImages {
	flex: 1;
	display: inline-block;
	width: auto;

}

.rightDiv {
	flex: 1;
	text-align: center;
	margin-left: 20px;

}

.advertButtons {
	text-align: center;
}

.advertBtns {
	background-color: white;
	border: 1px solid #007782;
	color: #007782;
	font-family: sans-serif;
	font-size: 20px;
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 20px;
	width: 100%;
	font-weight: 100;
	white-space: nowrap;
}

.advertBtns:hover {
	background-color: #007782;
	color: white;
}

#advertsIcon {
	font-size: 18px;
	margin-right: 10px;
}

.advertPage {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	display: flex;
	flex-direction: row;

}

.advertDetails {
	width: 100%;
	display: inline-block;
}

.titleAdvert {
	width: 95%;
	margin-top: 20px;
	font-family: sans-serif;
	font-size: 18px;
	text-align: left;
	color: grey;
	margin-left: auto;
	margin-right: auto;
}


.descriptionAdvert {
	width: 95%;
	height: auto;
	margin-top: 20px;
	font-family: sans-serif;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: grey;

}

.priceAdvert {
	width: 98%;
	margin-top: 20px;
	font-family: sans-serif;
	font-size: 26px;
	margin-left: auto;
	margin-right: auto;

}

.transactionFeeInfo {
	font-size: 16px;
	color: grey;
	display: inline;
	font-family: sans-serif;
}


.keywordAdvert {
	width: 95%;
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

}

.keys {
	display: inline-block;
	font-size: 18px;
	margin-right: 5px;
	font-family: sans-serif;
	color: #007782;
}

.shippingAdvert {
	width: 95%;
	margin-top: 20px;
	font-family: sans-serif;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: grey;
}

.slideshow-container {
	width: 100%;
	max-width: 800px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.userImages {
	max-width: 100%;
	max-height: 600px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}



.mySlides {
	display: none;
}

.priceBreakdown {
	font-family: sans-serif;
	font-size: 0.85rem;
	color: #666666;
	margin-top: 5px;
}

.priceBreakdown div {
	margin-bottom: 2px;
}

.favouriteCount {
	margin-top: 8px;
	font-size: 0.9em;
	color: #555;
	font-family: sans-serif;
}


/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	background-color: rgba(0, 0, 0, 0.5);
	/* Adjust as needed */
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev {
	left: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* Listed items on profile */
.advertContainer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	border: none;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 40px;
}


.advertFooter {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;

}

.profileLinks {
	text-decoration: none;
	color: grey;
}

.advertImage {
	width: 100%;
	height: 280px;
	object-fit: contain;
	background-color: #f2f2f2;
}

.advertTitleProfile {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 100;
	word-wrap: break-word;
	white-space: normal;
	max-width: 25ch;
	overflow: hidden;
	display: block;
	margin: 10px auto 10px;
	text-align: center;
}


.advertPrice {
	font-family: sans-serif;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #007782;

}

.advertCountry {
	font-family: sans-serif;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

/* search with dropdown box */
.search-bar {
	display: flex;
	align-items: center;
	width: 95%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;

}

.search-bar input[type="text"] {
	flex: 1;
	border: none;
	padding: 5px;
	outline: none;
}

.search-bar select {
	padding: 5px;
	border: none;
	background-color: #f0f0f0;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

#searchForm {
	width: 65%;
	margin-top: 50px;
}

.noResults {
	font-size: 28px;
	font-family: sans-serif;
	text-align: center;
	color: grey;
}

.itemsList {
	font-family: sans-serif;
	font-size: 28px;
	margin-left: 10%;
}

hr.hrItems {
	width: 80%;
}

.noItemsMessage {
	font-family: sans-serif;
	text-align: center;
	color: grey;

}

/*Listing members */

.member,
.advert {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-family: sans-serif;
	background: #f9f9f9;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s;
	width: 220px;
}

.member:hover,
.advert:hover {
	transform: translateY(-3px);
}

.memberImage {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 10px;
}

.userInfo {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;

}



.usernameProfile {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: black;
	margin: 0;
}

.countryProfile {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: grey;
	margin: 0;
}

#countryIcon {
	font-size: 14px;
	margin-right: 5px;
	color: #808080;
}

/* Edit profile items */
.editItem {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 100;
}

.deleteItem {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: indianred;
}

/* Delete Modal */
/* Modal container */
.customModal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

/* Modal content */
.customModal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 400px;
	text-align: center;
	font-family: sans-serif;
}

.customDeleteBtn {
	background-color: indianred;
	border: 1px solid indianred;
	color: white;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	width: 170px;
	font-weight: 100;
	padding: 5px;
	margin-bottom: 20px;
}

.customDeleteBtn:hover {
	background-color: #ffd3da;
	color: indianred;
	border: indianred;
}

.customCancelBtn {
	background-color: lightgrey;
	border: 1px solid lightgrey;
	color: grey;
	font-family: sans-serif;
	font-size: 16px;
	padding: 5px;
	border-radius: 4px;
	margin-right: 5px;
	width: 170px;
	font-weight: 100;
}

.customCancelBtn:hover {
	background-color: grey;
	border: 1px solid grey;
	color: lightgrey;
}

/* Close button */
.customClose {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.customClose:hover,
.customClose:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.customCloseDeactivate {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.customCloseDeactivate:hover,
.customCloseDeactivate:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.deleteBtn {
	background-color: white;
	border: 1px solid indianred;
	color: indianred;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 20px;
	width: 250px;
	font-weight: 100;
	white-space: nowrap;
	width: auto;
}

.deleteBtn:hover {
	background-color: #ffd3da;
	border: 1px solid indianred;
	color: indianred;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 20px;
	font-weight: 100;
}


.editBtns {
	background-color: white;
	border: 1px solid grey;
	color: grey;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 20px;
	width: 170px;
	font-weight: 100;
}

.editBtns:hover {
	background-color: #f2f2f2;
	border: 1px solid grey;
	color: grey;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 20px;
	width: 170px;
	font-weight: 100;
}

.soldBtn {
	background-color: white;
	border: 1px solid #007782;
	color: #007782;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 20px;
	width: 170px;
	font-weight: 100;
}

.soldBtn:hover {
	background-color: #007782;
	border: 1px solid #007782;
	color: white;
}

.soldBtn.sold {
	background-color: #00b3aa;
	border: 1px solid #00b3aa;
	color: white;

}

.soldBtn.sold:hover {
	background-color: #007782;
	border: 1px solid #007782;
	color: white;
}


.advertBtns.soldBtn {
	background-color: #007782;
	color: white;
}

.editImages {
	height: 150px;
	width: 150px;
	margin-right: 10px;
}

.uploadImgCloseEdit {
	color: red;
	font-family: sans-serif;
	font-size: 12px;
}

.uploadImgBoxEdit {
	width: 100px;
	height: 180px;
	padding: 0 10px;
	margin-bottom: 12px;
}

/* Favourites page */

.favItems {
	font-family: sans-serif;
	font-size: 28px;
	color: grey;
}

.noFavourites {
	text-align: center;
	margin-top: 50px;
	font-family: sans-serif;
	margin-left: auto;
	margin-right: auto;

}

.noFavourites p {
	font-size: 24px;
	margin-bottom: 20px;
	font-family: sans-serif;
}

.browseBtn {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #007782;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	font-family: sans-serif;
}

.browseBtn:hover {
	background-color: #00b3aa;
	color: white;
	border: 1px solid #00b3aa;
}

/*wave animation */
.wavy-lines-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 20px;
}

.wavy-lines-canvas {
	display: block;
	background-color: transparent;
}

/* Chat area */
.holiday-mode-message {
	font-size: 12px;
	margin-top: 15px;
	color: grey;
}

.backChats {
	display: none;
}

.advert-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.user-info a {
	text-decoration: none;
	color: #007782;
}

.user-info {
	text-align: center;
	font-size: 28px;
	color: #007782;
	margin-bottom: 5px;
	font-family: sans-serif;
}

.profile-photo {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}

.message-info {
	display: flex;
	align-items: center;
	padding: 5px 5px 0px 5px;
}

.chat-container-wrapper {
	display: flex;

}

.chat-container {
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	margin: 20px 0 20px 10px;
	width: 80%;
	display: flex;
	flex-direction: column;
	flex: 1;
	max-height: 90vh;
}

.chat-window {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
	background: #f9f9f9;
	min-height: 400px;
}


.message {
	display: flex;
	margin-bottom: 5px;
	align-items: flex-end;
}

.message-content {
	max-width: 70%;
	padding: 10px 15px;
	border-radius: 15px;
	position: relative;
	word-wrap: break-word;
	margin-bottom: 5px;

}

.chat-image-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap:
}

.message.sender .message-content {
	background-color: #8aced4;
	color: black;
	margin-left: auto;
	border-bottom-right-radius: 0;
	font-family: sans-serif;
}

.message.sender .message-content::after {
	top: 0;
	right: -10px;
}

.message.receiver .message-content {
	background-color: #f1f0f0;
	color: black;
	border-bottom-left-radius: 0;
	font-family: sans-serif;
}

.message.receiver .message-content::after {
	top: 0;
	left: -10px;
}

.message .message-info {
	font-size: 0.8rem;
	color: #888;
	margin-top: 25px;
}

.chat-form {
	padding: 10px;
	background-color: #f1f1f1;
	display: flex;
	align-items: center;
	flex: 1;
}

.align-chat {
	background-color: #f1f1f1;
	display: flex;
	border-top: 1px solid #ddd;
}

.image-container {
	display: flex;
	flex-wrap: wrap;
}

.chat-image {
	max-width: 200px;
	max-height: 200px;
	width: 150px;
	height: 150px;
	display: block;
	margin: 10px 10px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.form1 {
	margin-left: 10px;
	align-content: center;
}

.form2 {
	width: 100%;
}

.paper-form {
	align-items: center;
	margin-right: 2px;
}

.chat-form textarea {
	width: 90%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-right: 10px;
	font-family: sans-serif;
}

.send-button {
	flex: 0 0 auto;
	background-color: #007782;
	color: white;
	border-radius: 5px;
	border: none;
	margin-left: 10px;
	padding: 10px 20px;
}

.message-input:focus {
	border-color: #8aced4;
	outline: none;
}

.chat-sidebar {
	width: 35%;
}

.listedChats .username {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: black;
}

.listedChats .message {
	display: block;
	color: grey;
}

.inbox {
	font-family: sans-serif;
	font-weight: 100;

}

.listedChats {
	display: flex;
	align-items: center;
	padding: 10px;
	justify-content: space-between;
	align-items: stretch;
	width: 90%;
}

.listedChats a {
	font-family: sans-serif;
	text-decoration: none;
	color: black;
	flex: 1;
	height: 100%;

}

.option {
	height: 100%;
	display: flex;
	margin-top: 10px;
}

#ellipsis {
	font-size: 22px;
}

#ellipsisH {
	font-size: 22px;
	margin-top: 5px;
}


.chat-info {
	display: flex;
	align-items: center;
}

.profile-photo-list {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}

.username {
	font-weight: bold;
	color: red;
}

.message {
	color: #555;
}

.notsList {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.inboxNots {
	font-family: sans-serif;
	font-weight: 100;
	margin-left: 10%;
	font-size: 48px;
}

.advert-info {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	padding: 10px;
}

.advert-info a {
	text-decoration: none;
}

.advert-image-container {
	flex-shrink: 0;
	margin-right: 15px;
}

.advert-image {
	width: 100px;
	height: auto;
	border-radius: 5px;
}

.advert-details {
	flex-grow: 1;
}

.advert-details h4 {
	font-size: 18px;
	margin: 0;
	color: #333;
	font-family: sans-serif;
}

.advert-details p {
	font-size: 16px;
	color: #555;
	font-family: sans-serif;

}


.advert-image-list {
	width: 50px;
	height: auto;
	margin-right: 10px;
	border-radius: 5px;
}

.advert-info-side {
	display: flex;
	align-items: center;
	padding: 10px;
}


.advert-title {
	font-size: 12px;
	margin-bottom: 5px;
	color: grey;
}

.advert-info-side {
	display: flex;
	align-items: center;
	padding: 0px;
	margin-top: 5px;
}

/* Error messages */
.productErrorsChat {
	color: dimgrey;
	font-size: 16px;
	font-family: sans-serif;
	display: block;
	visibility: visible;
}

/* Dropdown to delete chats */
.chat-dropdown {
	position: relative;
	display: inline-block;

}

.chat-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	padding: 0;
	margin: 0;
}

.chat-dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
}

.chat-dropdown-content a:hover {
	background-color: #f1f1f1;
}

.more-options-icon {
	cursor: pointer;
}



/* sending images in chat */
.hidden-file-input {
	display: none;
}

.file-input-label {
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	color: black;
	margin-left: 10px;
}

.imagePreviewModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.imagePreviewModal-content {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	width: 80%;
	max-width: 600px;
	position: relative;
}

.imagePreviewModal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.imagePreviewModal-header h2 {
	margin: 0;
	font-family: 'Arial', sans-serif;
}

.imagePreviewModal-close {
	cursor: pointer;
	font-size: 24px;
	color: #007782;
	font-family: 'Arial', sans-serif;
}

.imagePreviewModal-images {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.imagePreviewModal-images img {
	max-width: 100px;
	max-height: 100px;
	border: 1px solid #ddd;
	border-radius: 4px;
	position: relative;
}

.imagePreviewModal-images .remove-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255, 0, 0, 0.7);
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
}

.imagePreviewModal-send-btn {
	background-color: #007782;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-family: sans-serif;
	margin-top: 15px;
}

/* add and remove images from modal */
.preview-image {
	width: 100px;
	height: 100px;
	margin: 5px;
}

.remove-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: red;
	color: white;
	border: none;
	font-size: 18px;
	cursor: pointer;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.image-wrapper {
	position: relative;
	display: inline-block;
}

.add-image-btn {
	font-size: 30px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	background-color: #ddd;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
	border: 2px dashed #ccc;
}


/* Date separator */
.date-separator {
	border: none;
	border-top: 1px solid #ddd;
	margin: 10px 0;
	text-align: center;
}

/* Date label */
.date-label {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	color: #666;
	margin-bottom: 5px;
	font-family: sans-serif;
}

/* Seen messages and notifications */

.unread-count {
	font-family: sans-serif;
	background-color: indianred;
	color: white;
	border-radius: 5px;
	padding: 2px;
}

/* Edit Profile */
.personal-details {
	font-family: sans-serif;
	color: grey;
	font-size: 18px;
	font-weight: 100;
	margin-top: 30px;
}

.editProfileContainer {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.editProfile {
	font-family: sans-serif;
	margin-top: 20px;
	font-family: 42px;
}

.form-control-edit {
	border: 0;
	border-bottom: 2px solid #F2F2F2;
	font-size: 16px;
	width: 100%;
	margin-top: 10px;
	outline: none;
	color: grey;
}

.editTitle {
	font-family: sans-serif;
	font-weight: 100;
	color: #007782;
}

.updateLocation {
	display: inline-block;
	border: 1px solid #007782;
	background-color: white;
	border-radius: 4px;
	font-size: 16px;
	color: #007782;
	margin-top: 40px;
	padding: 10px;
	float: right;
}

.updateLocation:hover {
	background-color: #007782;
	color: white;
}

.profile-section {
	display: flex;
	align-items: center;
	gap: 20px;
}

.profileEditImage {
	justify-content: center;
	align-items: center;
}

.profileUploadImage {
	flex: 1;
	margin-top: 10%;
}


.hidden-file-input {
	display: none;
}

.custom-file-button {
	display: inline-block;
	font-size: 16px;
	color: #007782;
	background-color: white;
	border: none;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #007782;
	font-family: sans-serif;
	padding: 10px;
	float: right;
}

.custom-file-button:hover {
	color: white;
	background-color: #007782;
}

.custom-file-button-save {
	display: inline-block;
	font-size: 16px;
	color: white;
	background-color: #007782;
	border: none;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #007782;
	font-family: sans-serif;
	padding: 10px;
	float: right;
	margin-right: 20px;
}

.custom-file-button-save:hover {
	color: #007782;
	background-color: white;
}


.imageErrorsProfile {
	margin-left: 30px;
	color: dimgrey;
	font-size: 16px;
	font-family: sans-serif;
	font-style: italic;
	display: block;
	visibility: visible;

}

.locationForm {
	content: "";
	display: table;
	clear: both;
	width: 100%;
}

.editPass {
	font-family: sans-serif;
}

.editPass a {
	font-family: sans-serif;
	color: #007782;
}

.passwordForm {
	content: "";
	display: table;
	clear: both;
	width: 100%;
}

.editAccount {
	font-family: sans-serif;
}

.delAcc {
	background-color: indianred;
	border: 1px solid indianred;
	color: white;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 20px;
	width: 170px;
	padding: 10px;
	font-weight: 100;
}

.delAcc:hover {
	background-color: pink;
	color: indianred;

}


.delAccConFirm {
	background-color: indianred;
	border: 1px solid indianred;
	color: white;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 20px;
	width: 170px;
	padding: 10px;
	font-weight: 100;
}

.delAccConFirm:hover {
	background-color: pink;
	border: 1px solid indianred;
	color: indianred;
}

.delAccCancel {
	background-color: darkgray;
	border: 1px solid darkgray;
	color: white;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	margin-top: 20px;
	width: 170px;
	padding: 10px;
	font-weight: 100;
}

.delAccCancel:hover {
	background-color: #999;
	border: 1px solid darkgray;
	color: black;
}

.delTitle {
	font-family: sans-serif;
	font-weight: 100;
	font-size: 24px;
}

.delMess {
	font-family: sans-serif;
	font-weight: 100;
	font-size: 18px;
}

.accDel {
	font-family: sans-serif;
	font-size: 40px;
	color: indianred;
	font-weight: 100;
	margin-top: 30px;
}

.signlogP {
	border: 0;
	border-bottom: 2px solid #F2F2F2;
	font-size: 16px;
	width: 100%;
	margin-top: 60px;
	outline: none;
}

.signlogP:focus {
	outline: none;
	border-bottom: 2px solid #007782;
}

.toggle-container {
	display: flex;
	align-items: center;
}

#toggle-status {
	margin-left: 10px;
	font-size: 18px;
	font-family: sans-serif;

}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #007782;
	transition: .4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	border-radius: 50%;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: .4s;
}

input:checked + .slider {
	background-color: #8aced4;
}

input:checked + .slider:before {
	transform: translateX(26px);
}

#ellipsisH {
	font-size: 28px;
}


/*delete individual messages */
.delete-menu {
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	padding: 15px;
	cursor: pointer;
	font-family: sans-serif;

}

.delete-option {
	color: indianred;
}

.seen-status {
	display: inline-block;
	font-size: 12px;
	color: gray;
	font-family: sans-serif;
	float: right;
	margin-right: 5px;
}

/* Posting a listing to an advert */
.customUploadBtn {
	background-color: white;
	border: 1px solid #007782;
	color: #007782;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	width: 170px;
	font-weight: 100;
	padding: 5px;
	margin-bottom: 20px;

}

.customUploadBtn:hover {
	background-color: #00b3aa;
	color: white;
	border: 1px solid #00b3aa;
}

.uploadNewBtn {
	background-color: #007782;
	border: 1px solid #007782;
	color: white;
	font-family: sans-serif;
	font-size: 16px;
	border-radius: 4px;
	margin-right: 5px;
	width: 170px;
	font-weight: 100;
	padding: 5px;
	margin-bottom: 20px;
}

.uploadNewBtn:hover {
	background-color: #00b3aa;
	border: 1px solid #00b3aa;
	color: #007782;
}

/* Grid container for adverts */
.grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	padding: 20px;
	justify-items: center;
	border: 1px solid #ccc;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Each advert item style */
.advert-item {
	border: 2px solid #ccc;
	width: 100px;
	height: 100px;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.3s, transform 0.3s;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.advert-item img {
	width: 100%;
	height: 80%;
	object-fit: cover;
	margin: 0;
	margin-top: -6px;
}

/* Style for the title inside the advert item */
.advert-item p {
	font-size: 12px;
	margin-top: 5px;
	padding: 0 5px;
	word-wrap: break-word;
	text-align: center;
}

/* Selected advert item */
.advert-item.selected {
	border-color: #007782;
	transform: scale(1.05);
}

.buttonExist {
	background-color: white;
	border: 1px solid #007782;
	color: #007782;
	font-family: sans-serif;
	font-size: 14px;
	border-radius: 4px;
	margin-right: 5px;
	font-weight: 100;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 75%;
	width: 100px;

}

.buttonExist:hover {
	background-color: #007782;
	border: 1px solid #007782;
	color: white;
}

/*about us page */
.aboutUsPhoto {
	display: block;
	margin: 0 auto;
	height: 50%;
	width: 50%;
}

.aboutUs {
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	font-size: 32px;
	font-weight: 100;
}

.aboutUsText {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 50%;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 100;
	margin-top: 10px;
}

.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(200, 200, 200, 0.8);
	color: black;
	padding: 5px 0;
	font-size: 1.1em;
	font-family: sans-serif;
	font-weight: 100;
	text-align: center;
	box-sizing: border-box;
}

.estepona-container {
	position: relative;
	text-align: center;
	margin-top: 20px;
}

/* displaying the advert in the chat */
.advert-link-box {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
	background-color: #f9f9f9;
	border-radius: 5px;
	text-decoration: none;
}

.advert-message {
	font-size: 14px;
	margin-bottom: 10px;
}

.advert-link-box a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.advert-image-container-chat {
	margin-right: 10px;
}

.advert-image-chat {
	width: 120px;
	height: 100px;
	object-fit: cover;
	border-radius: 5px;
}

.advert-title-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.advert-title-container p {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
}

/*Check out page ----------------------------------------------*/
.checkout-container {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}

.checkHR {
	width: 50%;

}

/* Title and Subtitles */
.checkout-title {
	font-family: sans-serif;
	text-align: center;
	font-weight: 100;
	font-size: 38px;
}

.checkout-subtitle {
	font-family: sans-serif;
	text-align: center;
	font-weight: 100;
	font-size: 24px;
	margin-bottom: 50px;
}

/* Image Styling */
.checkout-img {
	width: 200px;
	height: 200px;
	object-fit: cover;
}

/* Checkout Text */
.checkout-text,
.checkout-total {
	font-family: sans-serif;
	font-size: 18px;
}

/* Total Amount - Can be styled differently */
.checkout-total {
	font-size: 18px;
	color: #007782;
	font-weight: 100;
}

/* Form Styling */
.checkout-form {
	width: 90%;
	align-items: center;
}

/* Form Row (label + input next to each other) */
.check-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 15px;
	width: 100%;
	align-items: center;


}

.select2-container--default .select2-selection--single {
	border: 0 !important;
	border-bottom: 2px solid #f2f2f2 !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	font-family: sans-serif;
	font-size: 16px;
	margin-left: 5px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: normal !important;
	padding-left: 0 !important;
	color: #555;
	 !important;
	text-align: left !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100% !important;
}

/* Change dropdown option font */
.select2-container--default .select2-results__option {
	font-family: sans-serif !important;
	font-size: 16px !important;
}

.select2-dropdown {
	border-radius: 4px !important;
	border: 1px solid #ccc !important;
}

.select2-container {
	width: 60% !important;
}

/* Labels */
.checkout-label {
	font-family: sans-serif;
	width: 150px;
	font-size: 16px;
	margin-right: 10px;
	height: 40px;
	align-items: center;
	justify-content: flex-start;
	display: flex;
}

/* Input Fields */
.checkout-input {
	border: 0;
	border-bottom: 2px solid #f2f2f2;
	font-size: 16px;
	width: 60%;
	outline: none;
	font-family: sans-serif;
	padding: -15px 0;
	color: #555;
}

.checkout-input::placeholder {
	padding-left: 5px;

}

.checkout-input-phone {
	border: 0;
	border-bottom: 2px solid #f2f2f2;
	font-size: 16px;
	width: 100%;
	outline: none;
	font-family: sans-serif;
	padding: -5px 0;
}

/* Email Text */
.email-input {
	border: 0;
	font-size: 16px;
	width: 60%;
	outline: none;
	font-family: sans-serif;
	padding: -15px 0;
	background-color: transparent;
}

/* Submit Button */
.checkout-button {
	font-family: sans-serif;
	font-size: 16px;
	background-color: #007782;
	color: white;
	border-radius: 5px;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	margin-top: 30px;
}

.checkout-button:hover {
	background-color: #5fa3ab;
}

/* Phone Input */
.phone {
	border: 0;
	border-bottom: 2px solid #f2f2f2;
	font-size: 16px;
	width: 100%;
	outline: none;
	font-family: sans-serif;
	height: 35px;

}

/* Ensure proper layout for the intl-tel-input wrapper */
.iti {
	display: inline-block;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 60%;

}

.iti input {
	border: 0;
	border-bottom: 2px solid #f2f2f2;
	outline: none;
	font-family: sans-serif;
	height: 35px;
	width: 100%;
}

.iti input::placeholder {
	font-size: 16px;
}

.password-row {
	display: flex;
	flex-direction: column;
	/* stack children vertically */
	align-items: center;
	/* center everything horizontally */
}



.pass-msg {
	font-family: sans-serif;
	font-size: 14px;
	color: grey;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}




/* loading page */
.loading-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.spinner {
	border: 8px solid rgba(0, 0, 0, 0.1);
	border-top: 8px solid #007782;
	border-radius: 50%;
	width: 100px;
	/* Bigger size */
	height: 100px;
	/* Bigger size */
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Hide iframe initially */
#paymentFrame {
	width: 100%;
	height: 100vh;
	border: none;
	display: none;
	/* Hidden initially */
}

/* PAYPAL PAYMENTS ---------------------------- */
#card-fields-container iframe {
	min-height: 100px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
}

.containerPaypal {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: auto;
	padding: 20px;
}

.left {
	width: 55%;
}

.separator {
	width: 4%;
	border-left: 2px solid #ccc;
}


.welcomeMessage {
	font-family: sans-serif;
	font-weight: 200;
	font-size: 22px;
}

.totalAmount {
	font-family: sans-serif;
	font-weight: 200;
}

.order {
	font-family: sans-serif;
}

.orderDetails {
	font-family: sans-serif;
	font-weight: 200;
}

.payButton {
	font-family: sans-serif;
	margin-top: 40px;
	border: none;
	background-color: #007782;
	border: 1px solid #007782;
	color: white;
	border-radius: 5px;
	font-size: 30px;
	font-weight: 200;
	padding: 10px;
	width: 96%;
	box-sizing: border-box;
}

.info-box {
	background-color: #00C4B4;
	border: 1px solid #00C4B4;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 200;
}

.info-box h3 {
	font-size: 44px;
	font-weight: 200;
	font-family: sans-serif;
	color: white;
}

.info-box p {
	font-size: 22px;
	color: white;
	font-family: sans-serif;
	font-weight: 200;
}

.error-message {
	color: indianred;
	font-size: 18px;
	font-family: sans-serif;
	font-style: italic;

}

/* STRIPE PAYMENTS ------------------- */
.containerStripe {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: auto;
	padding: 20px;
}

.leftStripe {
	width: 50%;
}

.rightStripe {
	width: 50%;
	padding-left: 60px;
}

.paymentFailed {
	font-family: Arial, sans-serif;
	background-color: #fdf6f6;
	color: #333;
	text-align: center;
	padding: 50px;
}

.cancel-container {
	max-width: 600px;
	margin: auto;
	padding: 30px;
	background-color: #fff5f5;
	border: 1px solid #ffc0c0;
	border-radius: 10px;
}

.failedH1 {
	color: #e74c3c;
	font-family: sans-serif;
}

.cancel-button {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 24px;
	background-color: #e74c3c;
	color: white;
	text-decoration: none;
	border-radius: 6px;
}

.cancel-button:hover {
	background-color: #c0392b;
	font-family: sans-serif;
	font-weight: 200;

}

.buyer-links {
	margin-top: 20px;
	text-align: center;
	font-family: sans-serif;
}

.buyer-links a {
	font-size: 22px;
	color: #007782;
	text-decoration: none;
	margin: 0 10px;
}

.buyer-links a:hover {
	color: #66b3b3;
}

.buyer-links a:visited {
	color: #007782;
}

/* TRACKING PAGE NUMBER -------------*/
.ut-container {
	max-width: 650px;
	margin: 50px auto;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 30px;
	font-family: 'Segoe UI', sans-serif;
	box-sizing: border-box;
	text-align: center;
}

.ut-title {
	color: #333;
	margin-bottom: 25px;
	font-size: 24px;
}

.ut-label {
	font-weight: 600;
	color: #555;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}

.ut-input,
.ut-button {
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
	margin-bottom: 20px;
}

.ut-input {
	padding: 12px 15px;
	border-radius: 8px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	font-size: 14px;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.ut-input:focus {
	border-color: #007782;
	box-shadow: 0 0 0 2px rgba(0, 119, 130, 0.2);
	outline: none;
	background-color: #fff;
}

.ut-button {
	padding: 12px;
	background-color: #007782;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.3s;
}

.ut-button:hover {
	background-color: #009393;
}

.

/* Messages */
.ut-message {
	font-family: sans-serif;
	font-size: 14px;
}

/* Messages */
.ut-message.msg-success {
	color: green;
	background-color: #e0ffe0;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.ut-message.msg-fail {
	color: red;
	background-color: #ffe0e0;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.ut-message.msg-info {
	color: blue;
	background-color: #e0e0ff;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}

/* tracking page -----------*/
.trackPage {
	width: 80%;
	font-family: sans-serif;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}

.section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.section-title {
	font-size: 28px;
	font-weight: 600;
	margin: 30px 0 15px 0;
	color: #666;
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 5px;
}

.item-card {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px;
	width: 150px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: background 0.3s, transform 0.2s;
	text-decoration: none;
	color: inherit;
}

.item-card:hover {
	background: #f0f0f0;
	transform: translateY(-2px);
}

.item-card-sold {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px;
	width: 150px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.item-card img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
}

.item-card-sold img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
}

.upload-btn {
	display: block;
	margin-top: 10px;
	background: #007782;
	color: #fff;
	text-decoration: none;
	padding: 6px 8px;
	border-radius: 4px;
	font-size: 14px;
}

.upload-btn:hover {
	background: #005f5f;
}

.tracking-info {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #555;
}

.item-link {
	font-size: 18px;
	color: #666;
	text-decoration: none;
}

.item-title {
	display: block;
	height: 30px;
	margin-top: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}

#bought-section a.item-card > .item-card {
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.show-more-wrapper {
	width: 100%;
	text-align: center;
	margin: 15px 0 30px;
}

.show-more-button {
	display: inline-block;
	padding: 8px 20px;
	font-size: 20px;
	background-color: #007782;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.25s, transform 0.2s;
}

.show-more-button:hover {
	background-color: #005f5f;
	transform: translateY(-1px);
}

/* VIEW TRACKING-------------*/
.tracking-container {
	width: 80%;
	margin: 40px auto;
	font-family: sans-serif;
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tracking-container h2 {
	margin-bottom: 20px;
	color: #007782;
}

.tracking-info {
	margin-bottom: 12px;
	font-size: 16px;
	color: #333;
}

.tracking-label {
	font-weight: 600;
}

.track-btn {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 15px;
	background-color: #007782;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	transition: background 0.3s ease;
}

.track-btn:hover {
	background-color: #005f5f;
}

.msg-info-view {
	padding: 10px;
	border-radius: 5px;
	background-color: #d0f0f7;
	color: #856404;
	border: 1px solid #a0e0ea;
	margin-bottom: 15px;
}

.confirm-btn,
.dispute-btn {
	display: inline-block;
	margin: 10px 5px 0 0;
	padding: 8px 15px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.3s;
}

.confirm-btn {
	background-color: #3EB489;

}

.confirm-btn:hover {
	background-color: #2e886d;
}

.dispute-btn {
	background-color: #CD5C5C;

}

.dispute-btn:hover {
	background-color: #a84747;

}

/* HELP PAGE --------------------------- */
.help-container {
	max-width: 600px;
	margin: 100px auto;
}

.help-title {
	font-family: sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
	color: #333;
}

.help-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.help-input,
.help-textarea {
	width: 100%;
	padding: 8px 0;
	font-size: 16px;
	border: none;
	border-bottom: 2px solid #999;
	outline: none;
	background: transparent;
	font-family: sans-serif;
}

.help-textarea:focus {
	border-bottom-color: #007782;
	outline: none;
}

.def-input {
	color: #007782;
	width: 100%;
	padding: 8px 0;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;
	font-family: sans-serif;
}

.help-textarea {
	min-height: 120px;
	resize: vertical;
}

.help-file {
	font-size: 14px;
}

.help-button {
	background-color: #007782;
	color: #fff;
	border: none;
	padding: 12px;
	font-size: 16px;
	cursor: pointer;
}

.help-button:hover {
	background-color: #00b3aa;
}

.help-success {
	color: #155724;
	font-family: sans-serif;
	background-color: #d4edda;
}

.help-error {
	color: indianred;
	font-family: sans-serif;
}

.help-form label {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* SPINNER -------*/
/* Overlay covering the page */
.spinnerOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 9999;
	text-align: center;
}

/* The actual spinner */
.spinner {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	border: 12px solid #f3f3f3;
	border-top: 12px solid #007782;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* CONFIRMATION OF ITEM RECEIVED --------------------- */
.confirm-card {
	max-width: 500px;
	margin: 80px auto;
	background: linear-gradient(145deg, #ffffff, #f0f4f8);
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 40px 30px;
	transition: transform 0.3s;
	font-family: sans-serif;
}

.confirm-card:hover {
	transform: translateY(-5px);
}

.confirm-card h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.confirm-card p {
	font-size: 16px;
	color: #555;
	margin-bottom: 30px;
	line-height: 1.5;
}

.btn {
	display: inline-block;
	padding: 12px 28px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	border: none;
	text-decoration: none;
	transition: all 0.25s;
}

.btn-confirm {
	background-color: #3eb489;
	color: #fff;
	margin-right: 15px;
}

.btn-confirm:hover {
	background-color: #35a17b;
	transform: translateY(-2px);
}

.btn-cancel {
	background-color: #cd5c5c;
	color: #fff;
}

.btn-cancel:hover {
	background-color: #b04848;
	transform: translateY(-2px);
}

.msg-success {
	font-size: 16px;
	font-weight: 600;
	color: #3eb489;
	margin-bottom: 20px;
	font-family: sans-serif;
	font-weight: 200;
}

.msg-success-view {
	font-size: 22px;
	color: #3eb489;
	margin-top: 20px;
	background-color: #d4edda;
	text-align: center;
	font-family: sans-serif;
	font-weight: 200;
}

.msg-dispute-view {
	font-size: 22px;
	color: indianred;
	margin-top: 20px;
	background-color: #ffe6e6;
	text-align: center;
	font-family: sans-serif;
	font-weight: 200;
}


.star-rating {
	direction: rtl;
	font-size: 2em;
	unicode-bidi: bidi-override;
}

.star-rating input {
	display: none;
}

.star-rating label {
	color: #ccc;
	cursor: pointer;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
	color: #007782;
}

.feedback {
	width: 100%;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: sans-serif;
}

.review-label {
	font-family: sans-serif;
	font-weight: 300;

}

.question {
	margin-top: 30px;
	font-size: 12px;
	font-weight: 200;
	font-family: sans-serif;

}

.question a:link,
.question a:visited,
.question a:hover,
.question a:active {
	color: #007782;
	text-decoration: none;
}



/* COLLECT PAYMENT --------- */
.bank-inputs {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.bank-inputs input {
	width: 100%;
	padding: 10px 5px;
	border: none;
	border-bottom: 2px solid #ccc;
	font-size: 1rem;
	background: transparent;
	transition: border-color 0.2s;
}

.bank-inputs input:focus {
	border-bottom-color: #007782;
	outline: none;
}

/* PAYPAL SUCCESSS --------------------- */
.paypal-success-body {
	font-family: Arial, sans-serif;
	background: #f4f4f4;
	margin: 0;
	padding: 0;
}

.paypal-success-container {
	max-width: 600px;
	margin: 100px auto;
	background: #fff;
	padding: 40px;
	text-align: center;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.paypal-success-logo {
	width: 120px;
	margin-bottom: 30px;
}

.paypal-success-title {
	color: #003087;
}

.paypal-success-message {
	font-size: 18px;
	color: #003087;
	margin: 20px 0;
}

.paypal-success-button {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 25px;
	background: #009cde;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	transition: background 0.3s;
}

.paypal-success-button:hover {
	background: #0070ba;
}


.paypal-success-error-title {
	color: #cc0000;
}

.paypal-success-error-message {
	font-size: 18px;
	color: #cc0000;
	margin: 20px 0;
}

.paypal-success-error-button {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 25px;
	background: #999;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	transition: background 0.3s;
}

.paypal-success-error-button:hover {
	background: #666;
}

/* Paypal payment account --------- */
.funds-page-body {
	font-family: Arial, sans-serif;
	background: #f9f9f9;
	margin: 0;
	padding: 0;
}

.funds-page-container {
	max-width: 600px;
	margin: 100px auto;
	background: #fff;
	padding: 40px;
	text-align: center;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.funds-page-title {
	color: #003087;
	margin-bottom: 30px;
}

.funds-page-info {
	font-size: 18px;
	color: #003087;
	margin-bottom: 10px;
}

.funds-page-email {
	font-size: 20px;
	font-weight: bold;
	color: #009cde;
	margin-bottom: 20px;
}

.funds-page-change-button,
.funds-page-connect-button,
.funds-page-dashboard-button {
	display: inline-block;
	margin-top: 15px;
	padding: 12px 25px;
	border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	transition: background 0.3s;
}

.funds-page-change-button {
	background: #009cde;
}

.funds-page-change-button:hover {
	background: #0070ba;
}

.funds-page-connect-button {
	background: #28a745;
}

.funds-page-connect-button:hover {
	background: #1e7e34;
}

.funds-page-dashboard-button {
	background: #6c757d;
}

.funds-page-dashboard-button:hover {
	background: #5a6268;
}

/* Paypal warning -------- */

.paypal-warning-box {
	background: #fff;
	border: 2px solid #0070BA;
	border-radius: 12px;
	padding: 20px;
	margin: 20px 0;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	font-family: Arial, sans-serif;
}


.paypal-warning-message {
	font-size: 1.1rem;
	color: #2C2E2F;
	margin-bottom: 15px;
}

.paypal-connect-button {
	display: inline-block;
	background: #0070BA;
	color: #fff;
	font-weight: bold;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 1rem;
	transition: background 0.3s ease;
}

.paypal-connect-button:hover {
	background: #00457C;
}


.paypal-connected-message {
	font-size: 1rem;
	padding: 15px;
	background: #F5F7FA;
	border-left: 4px solid #0070BA;
	border-radius: 6px;
	margin: 15px 0;
	color: #2C2E2F;
}

/* Subscription pages ------------------------------------*/
.plan-container {
	font-family: sans-serif;
	background: #f6f8fa;
	text-align: center;
	padding: 60px 20px;
	min-height: 80vh;
	box-sizing: border-box;

}

.plan-box {
	width: 100%;
	background: #fff;
	padding: 40px;
	border-radius: 16px;
	display: block;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.plan-title {
	color: #007782;
	margin-bottom: 20px;
	font-size: 24px;
}

.plan-text {
	color: #444;
	margin-bottom: 30px;
	line-height: 1.6;
	font-size: 18px;
}

.plan-text-cancel {
	color: #B22222;
	background-color: #F8D7DA;
	margin-bottom: 30px;
	line-height: 1.6;
	font-size: 18px;
}

.package-options {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.package-card {
	border: 2px solid #ddd;
	padding: 20px;
	border-radius: 12px;
	width: 160px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	background: #fafafa;
}

.package-card:hover {
	border-color: #007782;
	transform: translateY(-3px);
}

.package-title {
	font-size: 1.1rem;
	color: #007782;
}

.package-price {
	color: #555;
	font-size: 0.95rem;
}

.cancel-subscription-btn {
	background: indianred;
	color: #fff;
	border: none;
	padding: 12px 20px;
	border-radius: 8px;
	font-size: 1rem;
	cursor: pointer;
	transition: 0.25s;
	margin-top: 20px;
}

.cancel-subscription-btn:hover {
	background: #b34b4b;
	transform: translateY(-2px);
}

/* ----------------- FORUM CONTAINER ----------------- */
.lzm-forum-container {
	max-width: 700px;
	margin: 50px auto;
	font-family: 'Inter', sans-serif;
	padding: 0 20px;
}

/* ----------------- HEADER ----------------- */
.lzm-forum-header {
	font-size: 32px;
	margin-bottom: 25px;
	color: #222;
	text-align: center;
	font-weight: 600;
}

/* ----------------- QUESTION & ANSWER CARDS ----------------- */
.lzm-forum-question,
.lzm-forum-answer {
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 16px;
	font-size: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}

.lzm-forum-question {
	background: #fdfdfd;
	border: 1px solid #e0e0e0;
}

.lzm-forum-answer {
	background: #f0fbff;
	border: 1px solid #d0e8f2;
	border-left: 4px solid #00b3aa;
}

.lzm-forum-question:hover,
.lzm-forum-answer:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* ----------------- CONTENT ----------------- */
.lzm-forum-content-question {
	margin: 0 0 8px 0;
	font-size: 20px;
	font-weight: 500;
	color: #111;
}

.lzm-forum-content {
	margin: 0 0 6px 0;
	font-size: 16px;
	color: #333;
}

.lzm-forum-username {
	font-weight: 600;
	color: #00b3aa;
	font-size: 14px;
}

/* ----------------- FORM ----------------- */
.lzm-forum-form textarea,
.lzm-forum-form input[type="text"] {
	width: 100%;
	padding: 10px 12px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 8px;
	outline: none;
	background: #fafafa;
	margin-top: 6px;
	font-family: 'Inter', sans-serif;
	transition: border 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}

.lzm-forum-form textarea:focus,
.lzm-forum-form input[type="text"]:focus {
	border-color: #00b3aa;
	box-shadow: 0 0 6px rgba(0, 179, 170, 0.25);
}

/* ----------------- BUTTONS ----------------- */
.lzm-forum-form button {
	background-color: #e6f3f1;
	color: #007782;
	border: none;
	padding: 10px 18px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.25s ease;
}

.lzm-forum-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* ----------------- SHOW MORE / HIDE ----------------- */
.lzm-forum-showmore,
.lzm-forum-hide {
	cursor: pointer;
	color: #00b3aa;
	font-size: 14px;
	background: none;
	border: none;
	margin-top: 8px;
	padding: 0;
	font-weight: 500;
	transition: color 0.25s ease;
}

.lzm-forum-showmore:hover,
.lzm-forum-hide:hover {
	color: #008f87;
	text-decoration: underline;
}

/* ----------------- NO ITEMS ----------------- */
.lzm-forum-noitems {
	text-align: center;
	font-style: italic;
	color: #777;
	margin: 25px 0;
}

/* ----------------- LOGIN LINK ----------------- */
.lzm-forum-login-link {
	color: #00b3aa;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.25s ease;
}

.lzm-forum-login-link:hover {
	color: #008f87;
	text-decoration: underline;
}

/* ----------------- MENTIONS ----------------- */
.lzm-mention {
	color: #ff6f61;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}

.lzm-mention:hover {
	color: #ff847c;
	text-decoration: none;
}

/* ----------------- AUTOCOMPLETE ----------------- */
.lzm-mention-autocomplete {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	max-height: 180px;
	overflow-y: auto;
	z-index: 9999;
	font-size: 14px;
	width: 220px;
	font-family: 'Inter', sans-serif;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
}

.lzm-mention-autocomplete div {
	padding: 6px 10px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.lzm-mention-autocomplete div:hover,
.lzm-mention-autocomplete div.selected {
	background: #f0f8ff;
}

/* ----------------- ACTION BUTTONS FOR EDIT / DELETE ----------------- */
.lzm-forum-actions button {
	background: none;
	border: 1px solid #00b3aa;
	color: #00b3aa;
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 6px;
	margin-right: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.lzm-forum-actions button:hover {
	background: #00b3aa;
	color: #fff;
	transform: translateY(-1px);
}

/* Edit mode textarea — same look as forum inputs */
.lzm-edit-textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 0;
	font-size: 16px;
	border: none;
	border-bottom: 2px solid #999;
	outline: none;
	background: transparent;
	font-family: sans-serif;
	resize: vertical;
	margin-bottom: 8px;
}

.lzm-edit-textarea:focus {
	border-bottom-color: #00a39a;
}

/* ---------- MODAL ---------- */
.lzm-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
	font-family: sans-serif;
}

.lzm-modal-overlay.active {
	opacity: 1;
	pointer-events: all;
}

.lzm-modal {
	background: #fff;
	border-radius: 14px;
	padding: 22px 24px;
	width: 90%;
	max-width: 380px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
	transform: translateY(10px) scale(0.96);
	transition: transform 0.25s ease;
}

.lzm-modal-overlay.active .lzm-modal {
	transform: translateY(0) scale(1);
}

.lzm-modal h3 {
	margin: 0 0 8px;
	font-size: 18px;
	color: #222;
}

.lzm-modal p {
	margin: 0 0 18px;
	font-size: 14px;
	color: #555;
}

.lzm-modal-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

/* Buttons */
.lzm-btn-secondary {
	background: #f1f1f1;
	border: none;
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	color: #333;
}

.lzm-btn-secondary:hover {
	background: #e4e4e4;
}

.lzm-btn-danger {
	background: #e15555;
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
}

.lzm-btn-danger:hover {
	background: #d64545;
}

.forum-username-link {
	color: inherit;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: color 0.2s;
}

.forum-username-link i {
	font-size: 0.9em;
	margin-right: 4px;
}

.forum-username-link:hover {
	color: #007782;
}

.reviews-username-link {
	color: #00b3aa;
	text-decoration: none;
}

.reviews-username-link:hover {
	color: #007782;
}


/* forum results ------------*/
.forum-result {
	display: block;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	font-family: sans-serif;
}

.forum-result:last-child {
	border-bottom: none;
}

/* Meta info (Asked by / Answered by) */
.forum-meta {
	font-size: 0.9em;
	color: #555;
	margin-top: 5px;
}

/* Profile link with icon */
.profile-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: inherit;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}

.profile-link:hover {
	color: #007782;
}

.profile-link i {
	font-size: 0.9em;
}

/* View question/answer link */
.view-link {
	display: inline-block;
	margin-top: 8px;
	color: #007782;
	text-decoration: none;
}

.view-link:hover {
	text-decoration: none;
}

.forum-date {
	color: #777;
	font-size: 0.85em;
	margin-left: 4px;
	white-space: nowrap;
}

/* My Questions & Answers toggle button */
.lzm-my-posts-toggle .lzm-btn {
	display: inline-block;
	padding: 8px 16px;
	background-color: #e6f3f1;
	color: #007782;
	text-decoration: none;
	font-size: 14px;
	border-radius: 6px;
	transition: background-color 0.2s;
}

.lzm-my-posts-toggle .lzm-btn:hover {
	background-color: #007782;
	color: #e6f3f1;
}

/* Unique styles for Lazamar Partners page */
.lazamar-partners-header {
	text-align: center;
	margin: 2rem 0;
	font-size: 2rem;
	color: #005f73;
	font-family: sans-serif;
}

.lazamar-partners-intro {
	max-width: 800px;
	margin: 0 auto 2rem auto;
	text-align: center;
	padding: 0 1rem;
	font-family: sans-serif;
}

.lazamar-logo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto 3rem auto;
	padding: 0 1rem;
	font-family: sans-serif;
}

.lazamar-logo-item img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	transition: transform 0.3s ease;
}

.lazamar-logo-item img:hover {
	transform: scale(1.05);
}

.lazamar-partners-cta {
	text-align: center;
	background-color: #e0fbfc;
	padding: 2rem 1rem;
	margin-top: 2rem;
	font-family: sans-serif;
}

.lazamar-partners-cta a {
	display: inline-block;
	background-color: #005f73;
	color: white;
	padding: 5px 5px;
	text-decoration: none;
	border-radius: 8px;
	font-weight: bold;
	transition: background-color 0.3s ease;
	font-family: sans-serif;
}

.lazamar-partners-cta a:hover {
	background-color: #00b3aa;
}

/* Tablet and mobile adjustments */
@media (max-width: 1024px) {
	.lazamar-logo-grid {
		gap: 1.5rem;
	}

	.lazamar-partners-header {
		font-size: 1.8rem;
	}

	.lazamar-partners-intro {
		font-size: 1rem;
		max-width: 90%;
	}
}

@media (max-width: 768px) {
	.profileImage {
		height: 110px;
		width: 110px;
		margin-left: 5px;
		margin-top: 5px;
	}

	.lazamar-logo-grid {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		gap: 1rem;
		padding: 0 0.5rem;
	}

	.lazamar-partners-header {
		font-size: 1.6rem;
	}

	.lazamar-partners-intro {
		font-size: 0.95rem;
	}

	.lazamar-partners-cta {
		padding: 1.5rem 1rem;
	}

	.lazamar-partners-cta a {
		padding: 0.4rem 0.8rem;
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {
	.lazamar-logo-grid {
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		gap: 0.8rem;
	}

	.lazamar-partners-header {
		font-size: 1.4rem;
	}

	.lazamar-partners-intro {
		font-size: 0.9rem;
	}

	.lazamar-partners-cta {
		padding: 1rem 0.5rem;
	}

	.lazamar-partners-cta a {
		padding: 0.35rem 0.7rem;
		font-size: 0.85rem;
		margin-top: 10px;
	}
}

/* CONTACT PARTNERS ----------- */
/* Typography + base feel */
.contact-partners-body {
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-color: #F2F2F2;
}

/* Header */
.lazamar-contact-header {
	text-align: center;
	margin: 2.5rem 1rem 1rem;
	font-size: 2.3rem;
	font-weight: 700;
	color: #0f766e;
}

/* Intro text */
.lazamar-contact-intro {
	max-width: 700px;
	margin: 0 auto 2rem;
	text-align: center;
	padding: 0 1rem;
	font-size: 1.05rem;
	line-height: 1.6;
	color: #374151;
}

/* Form card */
.lazamar-contact-form {
	width: 100%;
	margin: 0 auto 3rem;
	padding: 2rem;
	background-color: #ffffff;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
	font-family: sans-serif;
}

/* Labels */
.lazamar-contact-form label {
	display: block;
	margin-bottom: 0.4rem;
	font-weight: 600;
	font-size: 0.95rem;
	color: #111827;
}

.lazamar-contact-form input,
.lazamar-contact-form textarea {
	width: 100%;
	padding: 0.6rem 0;
	margin-bottom: 1.5rem;
	border: none;
	border-bottom: 1px solid #999;
	border-radius: 0;
	font-size: 0.95rem;
	font-family: inherit;
	background-color: transparent;
	transition: border-color 0.25s ease;
}

.lazamar-contact-form input:focus,
.lazamar-contact-form textarea:focus {
	outline: none;
	border-bottom-color: #115e59;
}

/* Slim modern button */
.lazamar-contact-form button {
	background-color: #e6f3f1;
	color: #007782;
	padding: 0.6rem 1.4rem;
	border: none;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.15s ease;
}

.lazamar-contact-form input[readonly] {
	color: #999;
	cursor: not-allowed;
}


.lazamar-contact-form button:hover {
	background-color: #007782;
	color: #e6f3f1;
}

/* Messages */
.lazamar-form-message {
	text-align: center;
	margin-bottom: 1rem;
	font-weight: 600;
	font-size: 0.95rem;
}

.lazamar-form-success {
	background-color: #ecfdf5;
	color: #047857;
	padding: 0.75rem 1rem;
	border-radius: 10px;
	font-weight: 600;
	font-size: 0.95rem;
}

.lazamar-form-error {
	color: #b91c1c;
}

.lazamar-form-actions {
	display: flex;
	justify-content: flex-end;
}

.triangleheader {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(to bottom right, white 64%, #007782 36%);
	transition: right 0.4s ease;
	z-index: 1000;
	padding: 40px 20px;
	overflow-y: auto;
	box-sizing: border-box;
}

.triangleheader.active {
	right: 0;
}


.close1 {
	font-size: 36px;
	text-decoration: none;
	color: #007782;
	display: block;
	text-align: right;
	margin-bottom: 20px;
}


/* Button reset */
.lz-hamburger-btn {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/* Icon styling – SAME as old #mobNAV */
.lz-hamburger-icon {
	font-size: 34px;
	color: #007782;
	line-height: 1;
}

/* Position inside mobile header */
.mobileheader {
	position: relative;
}

.lz-hamburger-btn {
	position: absolute;
	top: 10px;
	right: 5px;
}

/* reporting advert -------- */
.info-wrapper {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.info-icon {
	cursor: pointer;
	color: #666;
	font-size: 18px;
}

.info-icon:hover {
	color: #000;
}

.report-menu {
	display: none;
	position: absolute;
	top: 35px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	min-width: 160px;
	z-index: 1000;
}

.report-menu a {
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

.report-menu a:hover {
	background: #f5f5f5;
}

/* Container */
.report-container {
	max-width: 520px;
	margin: 40px auto;
	padding: 40px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	font-family: sans-serif;
}

/* Headings */
.report-container h1 {
	color: indianred;
	margin-bottom: 8px;
}

.report-container p {
	color: #555;
	margin-bottom: 25px;
}

/* Labels & Inputs */
.report-container label {
	display: block;
	margin: 15px 0 6px;
	font-weight: 600;
	color: #333;
}

/* Inputs, textareas, selects with only bottom border */
.report-container select,
.report-container textarea {
	width: 100%;
	padding: 12px 0;
	border: none;
	border-bottom: 1px solid #999;
	font-size: 15px;
	box-sizing: border-box;
	font-family: sans-serif;
	color: #000;
	background: transparent;
	transition: border-color 0.2s;
	border-radius: 0;
}

.report-container select:focus,
.report-container textarea:focus {
	outline: none;
	border-bottom-color: #007782;
}

/* Button */
.report-btn {
	background-color: #b22222;
	color: #fff;
	border: none;
	padding: 12px 28px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	width: 100%;
	margin-top: 20px;
	transition: background-color 0.3s ease;
}

.report-btn:hover {
	background-color: indianred;
}

.rep-input {
	color: #999;
	width: 100%;
	padding: 8px 0;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #999;
	outline: none;
	background: transparent;
	font-family: sans-serif;
}

/* Messages */
.report-success {
	background: #e6f7f5;
	color: #007782;
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 15px;
}

.report-error {
	background: #ffeaea;
	color: #a30000;
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 15px;
}

/* Advert info */
.report-advert-info {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.report-advert-img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 6px;
	margin-right: 12px;
}

.report-advert-title {
	font-weight: bold;
	font-size: 1.1em;
}

/* REVIEW PAGE ------------ */
/* Wrapper */
.lz-wrapper {
	max-width: 700px;
	margin: 40px auto;
	font-family: system-ui, sans-serif;
}

/* Display stars (average rating / reviews) */
.lz-stars {
	display: flex;
	flex-direction: row;
	/* left-to-right */
	gap: 4px;
	margin: 15px 0;
	/* space above and below stars */
}

.lz-star {
	width: 20px;
	height: 20px;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%,
			50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.lz-star.full {
	background: #007782;
}

.lz-star.empty {
	background: #ccc;
}

/* Input stars (review form) */
.lz-input-stars {
	display: flex;
	flex-direction: row-reverse;
	/* left-to-right */
	gap: 6px;
	margin: 15px 0;
	/* space above and below input stars */
}

.lz-input-stars input {
	display: none;
}

.lz-input-stars label {
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: #ccc;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%,
			50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	transition: background 0.2s;
}

.lz-input-stars input:checked ~ label,
.lz-input-stars label:hover,
.lz-input-stars label:hover ~ label {
	background: #00b3aa;
}

/* Review text area */
.lz-wrapper textarea {
	width: 100%;
	border: none;
	border-bottom: 2px solid #999;
	/* only bottom border */
	font-family: system-ui, sans-serif;
	font-size: 1rem;
	padding: 8px 4px;
	margin-bottom: 15px;
	outline: none;
	transition: border-color 0.2s;
}

.lz-wrapper textarea:focus {
	border-bottom-color: #007782;
}

/* Submit button */
.lz-wrapper button {
	background-color: #00b3aa;
	border: none;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-family: system-ui, sans-serif;
	font-size: 1rem;
	transition: background-color 0.2s;
}

.lz-wrapper button:hover {
	background-color: #007782;
}

/* Review box */
.lz-box {
	border: 1px solid #ddd;
	padding: 15px;
	margin: 15px 0;
	border-radius: 8px;
	font-family: system-ui, sans-serif;
}

/* Messages */
.lz-msg-ok {
	color: #007782;
}

.lz-msg-err {
	color: #c0392b;
}


/* profile rating -------- */
.profileStars {
	font-size: 1.5rem;
	margin-top: 5px;
	font-family: sans-serif;
	margin-top: 20px;
}

.profileStarFilled {
	color: #00b3aa;
}

.profileStarEmpty {
	color: #00b3aa;
}

.profileReviewLink {
	margin-left: 3px;
	font-size: 1rem;
	color: #007782;
	text-decoration: none;
}

.profileReviewLink:hover {
	text-decoration: underline;
}

/* LANGUAGE CHANGER AND SELECTOR ------- */
.header-inline {
	display: flex;
	align-items: center;
	gap: 10px;
	/* space between buttons and dropdown */
}

.lan {
	width: 50px;
	height: 40px;
	border-radius: 4px;
	background-color: transparent;
	border: none;
	color: #007782;
	font-size: 16px;
	cursor: pointer;
}

.lan:focus {
	outline: none;
}

/* edit profile drop down for location -------- */
/* =====================================
   EDIT PROFILE - SELECT2 CUSTOM STYLE
   Scoped only to edit profile page
===================================== */

/* Container */
.editProfileContainer .select2-container {
	width: 100% !important;
	font-size: 14px;
}

/* Main selection box */
.editProfileContainer .select2-container--default .select2-selection--single {
	height: 42px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 0 12px;
	transition: all 0.2s ease;
}

/* Text inside select */
.editProfileContainer .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: normal;
	padding-left: 0;
	color: #333;
}

/* Dropdown arrow */
.editProfileContainer .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 10px;
}

/* Focus state */
.editProfileContainer .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: #000;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

/* Dropdown menu */
.editProfileContainer .select2-dropdown {
	border-radius: 8px;
	border: 1px solid #ddd;
}

/* Search box inside dropdown */
.editProfileContainer .select2-search--dropdown .select2-search__field {
	border-radius: 6px;
	border: 1px solid #ddd;
	padding: 6px 10px;
	font-size: 14px;
}

/* Highlighted option */
.editProfileContainer .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f5f5f5;
	color: #000;
}

/* Selected option */
.editProfileContainer .select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #fafafa;
	font-weight: 500;
}

/* mobile first */


@media only screen and (max-width: 1280px) and (orientation: portrait) {

	.select2-container {
		width: 100% !important;
		padding: 15px 0px;
	}

	.report-menu {
		left: auto;
		right: 0;
		max-width: calc(100vw - 20px);
		min-width: unset;
	}

	.wrapper {
		width: 100%;
		text-align: center;
	}

	.wrapperBtn {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	.wrapperBtn a {
		text-decoration: none;
	}

	.addPhotos {
		font-size: 48px;
		border-radius: 50%;
		display: inline-flex;
		color: white;
		width: 50px;
		height: 50px;
		align-items: center;
		justify-content: center;
		border: 1px solid #00b3aa;
		line-height: 1;
		flex-shrink: 0;
	}


	hr {
		border: none;
		border-top: 1px solid gray;
	}

	.logo {
		float: left;
	}

	.submit {
		width: 90%;
		height: 40px;
		margin-bottom: 1px;

	}

	.logBtn1 {
		width: auto;
		margin-right: 30px;
	}

	.lan {
		display: none;
	}

	.close {
		text-decoration: none;
	}


	.buttonAlign {
		margin-top: 30px;
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}

	.navMobile {
		display: block;
		width: 40px;
		height: 40px;
		float: right;
	}

	.computerheader {
		display: none;
	}

	.mobileheader {
		display: block;
	}

	.mobLOGO {
		width: 150px;
		height: 70px;
		float: left;
		margin-bottom: 10px;
	}

	#mobNAV {
		font-size: 34px;
		float: right;
	}

	.mobSUBMIT {
		width: 90%;
		border: 1px solid #F2F2F2;
		background-color: #F2F2F2;
		border-radius: 4px;
		font-size: 16px;
		margin: 10px 8px 10px 8px;
		height: 30px;
		align-content: center;

	}

	.sellBtn {
		margin-top: 5px;
		width: 120px;
	}

	.signUpBtn {
		margin-top: 5px;
		width: 120px;
	}

	#userheader {
		font-size: 42px;
		float: right;
		margin-right: -20px;
		color: #007782;
		margin-top: 10px;

	}

	.mobileUserIcon {
		border-radius: 50%;
		height: 70px;
		width: 70px;
		float: right;
		object-fit: cover;
		margin-top: -10px;
	}


	.collapsibleMobile {
		float: right;
		margin-right: -20px;

	}


	.close {
		display: block;
		float: right;
		top: 20px;
		right: 30px;
		font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		color: #007782;

	}

	.triangle {
		margin: 0px;
		width: 100%;
		height: 100vh;
		background-image: linear-gradient(to bottom right, white 60%, #007782 40%);
	}

	.navBar {
		list-style: none;
		padding: 15px 20px;
		font-size: 24px;
		font-family: 'Arial', sans-serif;
		line-height: 1.8;
		margin-bottom: 0;
	}

	.navBar a {
		text-decoration: none;
		color: #007782;
	}

	.formLanguage {
		width: 60%;
		margin-left: 10px;
	}

	.formLanguageUser {
		width: 60%;
		margin-left: 10px;
	}


	.lan-mobile {
		border-radius: 6px;
		color: #007782;
		font-size: 24px;
		width: 100%;

	}

	.lanMob {
		border: none;
		color: #007782;
		font-size: 28px;
		background-color: white;
		margin-left: -15px;
	}

	.lanMob:focus {
		outline: none;
	}

	.close1 {
		display: block;
		float: right;
		position: absolute;
		top: 10px;
		right: 15px;
		font-size: 50px;
		font-weight: bold;
		text-decoration: none;
		color: #007782;
	}

	.arc {
		width: 100%;
		height: 180px;
		margin-left: auto;
		margin-right: auto;
		background: #F2F2F2;
		border-radius: 40%;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		text-align: center;

	}

	.logoFoot {
		width: 120px;
		height: 80px;
		margin-top: 10px;
	}

	.links {
		width: auto;
		margin-top: 15px;
	}


	.footLink {
		color: #007782;
		font-family: sans-serif;
		font-size: 14px;
		margin: 5px 5px 5px 5px;
		text-decoration: none;
	}

	.footLink:visited {
		color: #007782;
		font-family: sans-serif;
		font-size: 14px;
		margin: 5px 5px 5px 5px;
		text-decoration: none;
	}

	.main {
		min-height: 50vh;
		display: flex;
		flex-direction: column;
		border: none;
	}

	.indexPhoto {
		display: none !important;
	}

	.banner {
		left: 6px;
		font-size: 14px;
		background-color: white;
		font-family: Verdana;
		border-radius: 15px 50px;
	}

	.bannerLink {
		color: #007782;
		font-family: sans-serif;
		font-size: 12px;
		text-decoration: underline;
		margin-top: 15px;
	}

	.indexBtn {
		display: none;

	}


	.mobPhoto {
		display: block;
		width: 100%;

	}

	.mobHR {
		margin-bottom: 0;
		border: 3px solid gray;
	}

	.form-popup {
		display: none;
		border: 3px solid #F2F2F2;
		text-align: center;
		margin-top: 20px;
		position: absolute;
		z-index: 1;
		background-color: white;
		margin-left: 20px;
		margin-right: 20px;
	}

	.formWrap {
		border: 3px solid #F2F2F2;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 50%;
		text-align: center;
		margin-top: 20px;

	}

	.cont {
		display: inline-block;
		padding: 2px;
	}

	.work {
		width: 120px;
		height: 80px;
	}

	.background {
		background-color: #007782;
		opacity: 0.5;
		text-align: center;
		margin-left: 14px;
		margin-right: 14px;
		color: white;
		border-radius: 1px;
	}

	.gfm {
		font-family: sans-serif;
		font-size: 18px;
		font-weight: normal;
	}

	.gfm1 {
		font-family: sans-serif;
		font-size: 16px;
		font-weight: normal;
	}

	.imageLined {
		text-align: center;
	}

	.worksHeader {
		font-family: sans-serif;
		font-size: 28px;
		margin-left: 12px;
	}

	.howitworks {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		text-align: center;
	}


	.list {
		font-family: sans-serif;
		font-size: 22px;

	}

	.desc {
		font-family: sans-serif;
		font-size: 16px;
	}

	.iteminstruct {
		width: 280px;
		height: 200px;
	}

	.signWrap {
		border: 3px solid #F2F2F2;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.userHeader {
		font-family: sans-serif;
		margin-left: 5%;
		margin-top: 30px;
		font-size: 28px;
		font-weight: 100;
		flex-wrap: nowrap;
		width: 90%;
	}

	.box {
		background-color: white;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		padding: 20px 0px 20px 0px;
	}

	.topbox {
		background-color: white;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		padding: 20px 0px 70px 0px;

	}

	.price {
		font-size: 16px;
		float: right;
		margin-right: 20px;
		width: 30%;
		border-bottom: 2px solid #007782;
		border-radius: 0;
	}

	.postage-input {
		font-size: 16px;
		float: right;
		margin-right: 20px;
		width: 30%;
		border-bottom: 2px solid #007782;
		border-radius: 0;
	}

	.currency {
		font-family: sans-serif;
		font-weight: 100;
		color: gray;
		vertical-align: bottom;
		margin-left: 1%;
	}

	.itemDesc {
		border: 0;
		border-bottom: 2px solid #007782;
		font-size: 16px;
		width: 50%;
		outline: none;
		float: right;
		margin-right: 20px;
		font-family: sans-serif;
		border-radius: 0;

	}

	#itemDesc {
		border: 0;
		border-bottom: 2px solid #007782;
		font-size: 16px;
		width: 50%;
		outline: none;
		float: right;
		margin-right: 20px;
		font-family: sans-serif;
		border-radius: 0;

	}

	.info {
		font-family: sans-serif;
		font-weight: 100;
		color: gray;
		font-size: 12px;
		margin-top: 2px;
	}

	.keywords {
		margin-right: 20px;
	}

	.key {
		width: 50%;
		float: right;
		margin-left: 2px;
	}

	.remove_button {
		margin-left: 30%;
	}

	#yes {
		margin-left: 20px;
	}

	#no {
		margin-left: 20px;
	}

	.buttonbox {
		background-color: #F2F2F2;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.uploadBtn {
		background-color: white;
		border: 1px solid #007782;
		color: #007782;
		font-family: sans-serif;
		font-size: 18px;
		border-radius: 2px;
		padding: 3px;
		margin-bottom: 20px;
		float: right;
		margin-right: 20px;
	}

	.uploadImgWrap {
		display: flex;
		flex-wrap: wrap;
		margin-left: 10px;
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.uploadBox {
		background-color: white;
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: 30px;
		border: 1px dashed #C0C0C0;
		border-radius: 5px;
		justify-content: center;
		align-items: center;
		display: flex;
		padding-top: 50px;
		padding-bottom: 50px;
		flex-wrap: wrap;
	}


	.uploadImgClose {
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background-color: white;
		position: absolute;
		top: 10px;
		right: 10px;
		text-align: center;
		line-height: 24px;
		z-index: 1;
		cursor: pointer;
	}

	/* sign up page */
	.form-control {
		border-bottom: 2px solid #F2F2F2;
		border-radius: 0;
		font-size: 16px;
		width: 85%;
		background-color: white;
	}

	.form-control-sign {
		border: 0;
		border-bottom: 2px solid #F2F2F2;
		font-size: 16px;
		width: 100%;
		outline: none;
		color: grey;
		font-family: sans-serif;
		background-color: transparent;
	}


	/* Log in */
	.passreset {
		text-decoration: underline;
	}

	.passreset:visited {
		color: #007782;
		text-decoration: underline;
	}

	.passreset1 {
		text-decoration: underline;
		font-size: 18px;
	}

	.passreset1:visited {
		color: #007782;
		text-decoration: underline;
	}

	/* sucess page */

	.success {
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		text-align: center;
		background-color: #00b3aa;
		padding: 40px;
		color: #F2F2F2;

	}

	.items {
		font-size: 22px;
		color: #ffffff;
		font-family: sans-serif;
		text-decoration: underline;
	}

	.itemsBig {
		font-size: 22px;
		color: #ffffff;
		font-family: sans-serif;
	}

	.itemsSmall {
		font-size: 16px;
		color: #ffffff;
		font-family: sans-serif;
		text-decoration: underline;
	}

	/* Advert page */

	.advertPage {
		margin-left: auto;
		margin-right: auto;
		width: 95%;
		display: flex;
		flex-direction: column;

	}

	.advertBtns {
		background-color: white;
		border: 1px solid #007782;
		color: #007782;
		font-family: sans-serif;
		font-size: 20px;
		padding: 5px;
		border-radius: 4px;
		margin-right: 5px;
		margin-top: 20px;
		width: 200px;
		font-weight: 100;
	}

	.advertImages {
		width: 100%;
		flex: 1 1 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.slideshow-container {
		max-width: 100%;
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}

	.userImages {
		width: 100%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.rightDiv {
		margin-left: 0;
		margin-right: 0;
	}

	#searchOption {
		background-color: #f2f2f2;
		color: black;
		font-family: sans-serif;
		font-size: 14px;
	}

	#searchTerm {
		font-family: sans-serif;
		font-size: 14px;
	}

	.search-bar {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	#searchForm {
		width: 100%;
	}

	.divForm {
		width: 100%;
	}

	/* Listed items on index*/
	.advert {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
		display: flex;
		flex-direction: column;
		width: auto;
		box-sizing: border-box;
	}

	.advertContainer {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.indexHeaders {
		margin-left: 2%;
	}


	.profileLinks {
		text-decoration: none;
		color: grey;
	}

	.advertImage {
		width: 100%;
		height: 200px;
		background-color: #f2f2f2;


	}

	.advertTitleProfile {
		font-family: sans-serif;
		font-size: 12px;
		font-weight: 100;
		flex-grow: 1;
	}

	.advertPrice {
		margin-top: auto;
	}


	/* Profile */

	.profileInfo {
		margin-left: 20px;
		margin-top: 40px;
	}


	.usernamedetails {
		font-family: sans-serif;
		font-size: 20px;
		font-weight: 700;
		margin-top: 10px;
	}

	.details {
		font-family: sans-serif;
		font-size: 20px;
		margin-top: 30px;
	}

	.holiday-mode {
		font-family: sans-serif;
		font-size: 20px;
		margin-top: 30px;
	}

	.profileLayout {
		display: flex;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	#profileIcon {
		font-size: 24px;
		margin-right: 5px;
		color: #808080;
	}

	.editBtn {
		text-align: center;
		text-decoration: none;
		font-size: 26px;
		cursor: pointer;
		padding: 0px;
		margin-top: 0px;
		margin-left: 0px;
		background-color: transparent;
		color: #999;
		border: none;
		width: auto;
	}

	.editBtn:hover {
		background-color: transparent;
		color: #999;
	}

	#editIcon {
		margin-right: 10px;
	}


	.editBtn span {
		display: none;
	}

	hr.hrItems {
		width: 100%;
	}

	.itemsList {
		font-family: sans-serif;
		font-size: 24px;
		margin-left: 0px;
	}


	/* Listed members */

	.member {
		margin-bottom: 10px;
		display: flex;
		text-align: center;
		width: 25%;
	}

	.membersInitials {
		background: #007782;
		color: white;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		text-align: center;
		font-family: sans-serif;
		font-size: 25px;
		display: inline-block;
		line-height: 40px;
		margin-right: 0px;
		padding: 1rem 1rem;

	}

	.userInfo {
		padding: 1px 1px 1px 1px;
		vertical-align: middle;
		margin: auto;
	}


	.usernameProfile {
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 100;
		color: black;
	}

	.countryProfile {
		font-family: sans-serif;
		font-size: 12px;
		font-weight: 100;
		color: grey;
	}

	/* Edit Profile */

	.editProfileContainer {
		width: 90%;

	}

	.form-control-edit {
		border-bottom: 2px solid #F2F2F2;
		border-radius: 0;
		font-size: 16px;
		width: 100%;
		background-color: white;
	}

	.signlogP {
		width: 93%;
	}

	/* Chats */
	.inbox {
		display: none !important;
	}

	.chat-sidebar {
		display: none !important;
	}

	.chat-container {
		border-left: none;
		border-bottom: none;
		margin-bottom: 2px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		display: flex;
		flex-direction: column;
		max-height: 900px;
		overflow-y: auto;
	}

	.chat-container-wrapper {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.backChats {
		display: block;
		font-family: sans-serif;
		font-size: 22px;
		color: #007782;
		font-weight: bold;
	}

	.chat-form textarea {
		width: 100%;
		padding: 2px;
		border-radius: 5px;
		border: 1px solid #ddd;
		margin-right: 10px;
		font-family: sans-serif;
	}

	.file-input-label {
		cursor: pointer;
		display: inline-block;
		font-size: 28px;
		color: black;
		margin-left: 2px;
		margin-top: 1px;
	}

	.listedChats {
		display: flex;
		align-items: center;
		padding: 10px;
		justify-content: space-between;
		align-items: stretch;
	}

	.notsList {
		margin-left: auto;
		margin-right: auto;
	}


	.notsList {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.inboxNots {
		font-family: sans-serif;
		font-weight: 100;
		margin-left: 10px;
		font-size: 48px;
	}

	.chat-dropdown-content {
		right: 0;
	}

	#ellipsisH {
		font-size: 28px;
	}

	/*Check out page  mobile ------*/
	.checkout-container {
		width: 90%;
		padding: 15px;
	}

	.checkHR {
		width: 100%;

	}

	/* Title and Subtitles */
	.checkout-title {
		font-family: sans-serif;
		text-align: center;
		font-weight: 100;
		font-size: 38px;
	}

	.checkout-subtitle {
		font-family: sans-serif;
		text-align: center;
		font-weight: 100;
		font-size: 24px;
		margin-bottom: 50px;
	}

	/* Image Styling */
	.checkout-img {
		width: 200px;
		height: 200px;
		object-fit: cover;
	}

	/* Checkout Text */
	.checkout-text,
	.checkout-total {
		font-family: sans-serif;
		font-size: 18px;
	}

	/* Total Amount - Can be styled differently */
	.checkout-total {
		font-size: 18px;
		color: #007782;
		font-weight: 100;
	}

	/* Form Styling */
	.checkout-form {
		width: 100%;
		align-items: center;
	}

	/* Form Row (label + input next to each other) */
	.check-row {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-bottom: 15px;
		width: 100%;
		align-items: center;

	}

	/* Labels */
	.checkout-label {
		font-family: sans-serif;
		width: 150px;
		font-size: 16px;
		margin-right: 10px;
		height: 40px;
		align-items: center;
		justify-content: flex-start;
		display: flex;
	}

	/* Input Fields */
	.checkout-input {
		border: 0;
		border-bottom: 2px solid #f2f2f2;
		font-size: 16px;
		width: 100%;
		height: 20px;
		outline: none;
		padding: 15px 0;
		font-family: sans-serif;

	}

	/* Email Text */
	.email-input {
		border: 0;
		font-size: 16px;
		width: 100%;
		outline: none;
		padding: 4px;
		font-family: sans-serif;
		background-color: transparent;
		margin-left: 10px;

	}

	/* Submit Button */
	.checkout-button {
		font-family: sans-serif;
		font-size: 16px;
		background-color: #007782;
		color: white;
		border-radius: 5px;
		border: none;
		padding: 10px 20px;
		cursor: pointer;
		margin-top: 30px;
	}

	.checkout-button:hover {
		background-color: #5fa3ab;
	}

	.phone {
		border: 0;
		border-bottom: 2px solid #f2f2f2;
		font-size: 16px;
		width: 100%;
		outline: none;
		font-family: sans-serif;
		height: 35px;
		padding: 5px 0;

	}

	.iti {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.pass-msg {
		font-family: sans-serif;
		font-size: 14px;
		color: grey;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	/* tracking page --------------------------- */
	.section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
	}

	/* Purchased items */
	.section > a.item-link.item-card {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex: 0 0 48%;
		max-width: 48%;
		box-sizing: border-box;
		margin-bottom: 10px;
		text-decoration: none;
	}

	.section > a.item-link.item-card .item-card {
		width: 100%;
		text-align: center;
	}

	.section > a.item-link.item-card img {
		width: 80px;
		height: 80px;
		object-fit: cover;
		margin: 0 auto;
		display: block;
	}

	/* SOLD ITEMS — fixed for mobile 2-per-row */
	#sold-section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
	}

	/* Make sold item anchors flex items like purchased items */
	#sold-section > a.item-link.item-card-sold {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex: 0 0 48%;
		/* 2 per row */
		max-width: 48%;
		box-sizing: border-box;
		margin-bottom: 10px;
		text-align: center;
		text-decoration: none;
	}

	/* Inner card fills parent */
	#sold-section > a.item-link.item-card-sold .item-card {
		width: 100%;
	}

	/* Image sizing */
	#sold-section > a.item-link.item-card-sold img {
		width: 80px;
		height: 80px;
		object-fit: cover;
		display: block;
		margin: 0 auto;
	}

	#sold-section .upload-btn {
		font-size: 13px;
		padding: 5px 8px;
		margin-top: 6px;
	}
}


/* STRIPE PAYMENTS ------------------- */
.containerStripe {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.leftStripe {
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.rightStripe {
	width: 100%;
	justify-content: center;
	align-items: center;
	padding-left: 0px;
	text-align: center;
}



/* PAYPAL PAYMENTS ---------------------------- */
.containerPaypal {
	flex-direction: column;
	align-items: center;
}

.left,
.right {
	width: 100%;
	align-content: center;
}

.info-box {
	background-color: #00C4B4;
	border: 1px solid #00C4B4;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 200;
}

.info-box h3 {
	font-size: 30px;
	font-weight: 200;
	font-family: sans-serif;
	color: white;
}

.info-box p {
	font-size: 18px;
	color: white;
	font-family: sans-serif;
	font-weight: 200;
}

.right {
	text-align: center;
}

.order,
.orderDetails {
	font-size: 18px;
}

.order {
	font-size: 24px;
	font-weight: 600;
}

.separator {
	width: 100%;
	border-left: none;
	border-top: 2px solid #ccc;
	margin: 20px 0;
	height: auto;
}

.payButton {
	font-family: sans-serif;
	margin-top: 20px;
	border: none;
	background-color: #007782;
	border: 1px solid #007782;
	color: white;
	border-radius: 5px;
	font-size: 25px;
	font-weight: 200;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

.welcomeMessage {
	font-family: sans-serif;
	font-weight: 200;
	font-size: 22px;
	margin-left: 10px;
}

/* existing listing selection on upload listing page */
.grid-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3px;
	padding: 10px;
	justify-items: center;
	border: 1px solid #ccc;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.buttonExist {
	background-color: white;
	border: 1px solid #007782;
	color: #007782;
	font-family: sans-serif;
	font-size: 14px;
	border-radius: 4px;
	font-weight: 100;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 68%;
	width: 100px;

}

/* about us page */
.aboutUsPhoto {
	width: 100%;
	height: auto;
	max-height: 60vh;
	object-fit: cover;
}

/* Centering the text */
.aboutUsText {
	font-size: 1.2em;
	line-height: 1.6;
	width: 90%;
}

/* Adjust title and caption */
.aboutUs {
	font-size: 2em;
	text-align: center;
	margin-top: 20px;
}

.caption {
	font-size: 1.4em;
	text-align: center;
	margin-top: 10px;
	color: #333;
}

/* Adjust the main container for better mobile view */
.estepona-container {
	display: block;
	margin: 0 auto;
}


/* landscape */
@media (max-width: 900px) and (orientation: landscape) {
	.wrapper {
		width: 100%;
		text-align: center;


	}

	.logo {
		width: 200px;
		height: 100px;
		float: left;
	}

	.submit {
		width: 90%;
		border: 1px solid #F2F2F2;
		background-color: #F2F2F2;
		border-radius: 4px;
		font-size: 16px;
		height: 30px;
		margin-bottom: 1px;

	}

	.logBtn1 {
		width: auto;
		height: 40px;
		margin-right: 30px;
	}

	.logBtn {
		height: 40px;

	}


	.lan {
		display: none;
	}

	.menu {
		visibility: visible;
		width: 30px;
		height: 30px;
	}

	.buttonAlign {
		margin-top: 30px;
		display: flex;
		justify-content: center;
		margin-bottom: 1px;
		margin-bottom: 10px;
	}

	.container {
		position: relative;
		text-align: center;
	}


	.banner {
		position: absolute;
		bottom: 8px;
		left: 16px;
		font-size: 14px;
		background-color: white;
		font-family: Verdana;
		border-radius: 15px 50px;
	}

	.indexBtn {
		background-color: #007782;
		text-align: center;
		color: white;
		text-decoration: none;
		font-size: 14px;
		cursor: pointer;
		border-radius: 4px;
		border: 1px solid #007782;
		width: 100%;
		height: 30px;
		margin-top: 30px;
	}

	.cont {
		display: table-cell;
		padding: 12px;
	}

	.work {
		width: 120px;
		height: 80px;
	}

	.background {
		background-color: #007782;
		opacity: 0.5;
		text-align: center;
		margin-left: 22px;
		margin-right: 22px;
		color: white;
		border-radius: 1px;
	}

	.gfm {
		font-family: sans-serif;
		font-size: 12px;
		font-weight: normal;
	}

	.gfm1 {
		font-family: sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

	.imageLined {
		text-align: center;
	}

	.worksHeader {
		font-family: sans-serif;
		font-size: 28px;
		margin-left: 25px;
	}

	.navMobile {
		display: block;
		width: 40px;
		height: 40px;
		float: right;
		margin-right: 40px;
	}

	.lanMob {
		border: none;
		color: #007782;
		font-size: 28px;
		background-color: white;
		margin-left: -15px;
	}

	.lanMob:focus {
		outline: none;
	}


	.howitworks {
		margin-left: auto;
		margin-right: auto;
		width: 60%;
		text-align: center;
		display: table;
	}


	.list {
		font-family: sans-serif;
		font-size: 22px;

	}

	.desc {
		font-family: sans-serif;
		font-size: 16px;
	}

	.iteminstruct {
		width: 200px;
		height: 170px;
	}

	/* phone input */
	.iti {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

}

/* 24 inch imac screens */
@media (min-width: 700px) {
	/* Register or Sign Up page */

	.signWrap {
		border: 3px solid #F2F2F2;
		margin-left: auto;
		margin-right: auto;
		width: 40%;
		height: 50%;
		margin-top: 20px;
		text-align: center;
	}

	.signlog {
		border: 0;
		border-bottom: 2px solid #F2F2F2;
		font-size: 16px;
		width: 90%;
		margin-top: 60px;
		outline: none;
	}

	.signlog:focus {
		outline: none;
		border-bottom: 2px solid #007782;
	}

	.error {
		color: indianred;
		font-size: 0.9em;
		font-family: sans-serif;
		font-style: italic;

	}

	.error.success {
		color: #00b3aa;
		font-size: 0.9em;
		font-family: sans-serif;
		font-style: italic;
		font-weight: bold;

	}


	.form-control {
		border: 0;
		border-bottom: 2px solid #F2F2F2;
		font-size: 16px;
		width: 90%;
		margin-top: 60px;
		outline: none;
		color: grey;
	}

}
