
/* Profile Page Styles */
.page-template-page-profile, .page-template-default {
	background-color: #F2F4F5;
}

.seekgo-profile-top-header {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    background-color: white;
    padding-top: 14px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.seekgo-profile-back {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #F2F4F5;
	padding: 20px;
}

.seekgo-page-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1d2327;
}

.profile-page-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 20px 40px 20px;
	background-color: #F2F4F5;
	min-height: 100vh;
}

.profile-content {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 40px;
	align-items: start;
}

/* Left Column - Profile Summary */
.profile-summary {
	background: white;
	border-radius: 8px;
	border: 1px solid #CCCCCC !important;
	text-align: center;
}

.profile-footer {
	padding: 30px;
}

.profile-picture-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	background-image: url('../images/profile-background.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}

.profile-picture {
	position: relative;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.profile-icon {
	width: 60px;
	height: 60px;
	color: #24a148;
}

.camera-icon {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 50%;
	border: 2px solid #24a148;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.camera-icon svg {
	width: 16px;
	height: 16px;
	color: #24a148;
}

.profile-name {
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin: 0 0 20px 0;
}

.profile-info {
	text-align: left;
	margin-bottom: 30px;
}

.overlay-camera-icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.info-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	color: #666;
}

.info-icon {
	width: 18px;
	height: 18px;
	color: #24a148;
	flex-shrink: 0;
}

.logout-button {
	background-color: #FF8200;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s;
	width: 100%;
}

.logout-button:hover {
	background-color: #e55a2b;
}

/* Right Column - Forms */
.profile-forms {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.form-section {
	background: white;
	border-radius: 8px;
	padding: 22px;
	border: 1px solid #CCCCCC !important;
	display: grid; 
	grid-template-columns: 0.2fr 1.8fr; 
	grid-template-rows: 1fr; 
	gap: 0px 0px; 
	grid-template-areas: ". ."; 
	}

.section-header {
    text-align: center;
    padding-top: 26px;
}

.section-icon {
	width: 24px;
	height: 24px;
	color: #24a148;
}

.section-header h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #444444;
}

.profile-form {
	margin-top: 20px;
}

.form-row {
	display: grid;
	gap: 20px;
	margin-bottom: 20px;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group label {
	font-size: 14px;
	font-weight: 500;
	color: #555;
	margin-bottom: 8px;
}

.form-input {
	border: 0.95px solid #D1D5DB !important;
	border-radius: 8.52px !important;
	padding: 11.36px !important;
	font-size: 16px;
	transition: border-color 0.3s;
	box-shadow: 0px 3.79px 9.47px 0px #00000040 !important;
}

.form-input:focus {
	outline: none;
	border-color: #24a148;
	box-shadow: 0 0 0 3px rgba(36, 161, 72, 0.1);
}

#country,
#country_code {
    padding: 11.36px 40px 11.36px 11.36px; /* Add right padding for chevron */
    
    /* Hide default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* Add custom chevron */
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.69634 5.7595C1.54634 5.9195 1.47634 6.1095 1.48634 6.3295C1.49634 6.5495 1.58634 6.7345 1.75634 6.8845L7.32134 11.7895C7.48134 11.9195 7.66134 11.9845 7.86134 11.9845C8.06134 11.9845 8.24134 11.9195 8.40134 11.7895L13.9663 6.8845C14.1363 6.7345 14.2263 6.5495 14.2363 6.3295C14.2463 6.1095 14.1788 5.917 14.0338 5.752C13.8888 5.587 13.7038 5.4995 13.4788 5.4895C13.2538 5.4795 13.0613 5.5445 12.9013 5.6845L7.86134 10.1245L2.82134 5.6845C2.66134 5.5445 2.46884 5.4795 2.24384 5.4895C2.01884 5.4995 1.83634 5.5895 1.69634 5.7595Z' fill='%23444444'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
}

.input-with-icon {
	position: relative;
}

.input-with-icon .input-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	color: #666;
	pointer-events: none;
}

.input-with-icon .form-input {
	padding-left: 45px;
}

.save-button {
	background-color: #71B544 !important;
	border: 1px solid #71B544 !important;
	color: white !important;
	border: none;
	border-radius: 8px;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s;
	float: right;
}

.save-button:hover {
	background-color: #71B544 !important;
}

.save-button.saved {
	background-color: #71B544 !important;
}

.save-button.error {
	background-color: #dc3545;
}

/* Email Display Section */
.email-display {
	margin-bottom: 25px;
}

.email-text {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0 0 8px 0;
}

.email-note {
	font-size: 14px;
	color: #666;
	margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.profile-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.profile-summary {
		order: 2;
	}
	
	.profile-forms {
		order: 1;
	}
	
	.form-row {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.save-button {
		float: none;
		width: 100%;
	}
}

/* Clear floats */
.form-section::after {
	content: '';
	display: table;
	clear: both;
}