/*button {
    padding: 6px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    background-color: #00a394;
    border: 1px solid #00a394;
}*/
#submit.create-btn {
	margin-bottom: 18px;
	width: 300px;
}

.ad {
	margin-left: 0%;
	width: 100%;
}

.margin-bottom {
	margin-bottom: 4px;
}
/* profile styles starts here */
.profile-form {
	width: 778px;
	margin: 0 auto;
	padding: 20px;
}

.row {
	display: flex;
	margin: 15px 0px;
}

.photo-icon {
	border: 1px solid #d2e0de;
	background-color: #f2f5f4;
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.upload-input {
	position: absolute;
	top: 0;
	width: 80px;
	height: 80px;
	opacity: 0;
	border-radius: 5px;
	cursor: pointer;
	left: 0;
	padding: 0px;
}

.upload-img {
	height: 100%;
	width: 100%;
	border-radius: 5px;
}

input[type="file"] {
	padding-left: 5px;
	background-color: #fff;
	color: #1e2a28;
	border: 1px solid #d2e0de;
	cursor: pointer;
}

.edit-icon {
	display: none;
	cursor: pointer;
	cursor: pointer;
	margin-left: 3px;
	margin-top: 5px;
}

.row:hover .edit-icon {
	display: block;
}

.form-input-profile {
	border: #CCC 1px solid;
	padding: 8px 5px;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
	bottom: 5px;
}

label#label {
	font-family: arial;
}

.photo-panel:hover {
	cursor: pointer;
	border-color: rgba(223, 225, 229, 0);
	box-shadow: 0 1px 6px rgb(32 33 36/ 28%);
}
/* profile styles ends here */
/* password reset page styles starts*/
body {
	font-family: Arial;
	margin-left: 20px;
	margin-right: 20px;
}

.success-message {
	line-height: 20px;
	border: 1px solid #00883a;
	background-color: #c2ffdd;
	text-align: center;
	padding: 5px 7px;
	border-radius: 5px;
	margin-left: 0%;
	width: 95%;
	color: #000;
}

.error-message {
	color: #b00000;
	background-color: #fff8f8;
	border: 1px solid #ecdddd;
	text-align: center;
	border-radius: 5px;
	margin-top: 10%;
	width: 20%;
	display: inline-block;
	padding: 10px 0px 10px 0px;
}

.forgot-form {
	margin-top: 80px;
}
/*password reset page styles ends*/
.text-font {
	font-size: 31px;
}

.banner-panel, .banner-icon {
	border: 1px solid #d2e0de;
	background-color: #f2f5f4;
	width: 100%;
	height: 200px;
	border-radius: 5px;
}

.banner-panel:hover {
	cursor: pointer;
	border-color: rgba(223, 225, 229, 0);
	box-shadow: 6px 6px 6px 0px rgb(32 33 36/ 28%);
}

.banner-upload-img {
	width: 100%;
	height: 200px;
	border-radius: 5px;
	object-fit: cover;
}

.banner-panel {
	position: relative;
}

.banner-upload-input {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 32px;
	opacity: 0;
	cursor: pointer;
	padding: 0px;
}

select.payment-method {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	bottom: 6px;
}

.textarea-btn-row {
	display: flex;
}

#textarea-btn {
	margin-left: 3px;
}

.profile-btn {
	height: 32px;
	padding: 7px;
	font-size: 1em;
	cursor: pointer;
	border-radius: 4px;
	color: #fff;
	background-color: #00a394;
	border: 1px solid #00a394;
}

a.back-btn-container {
	padding: 10px;
}

.no-records {
	margin: 70px;
	font-weight: 700;
}

.profile-back-btn {
	text-align: center;
	margin-left: 30%;
}

.profile-share-btn {
	display: inline-block;
	margin-right: 50%;
	float: right;
}

#share-button {
	margin-right: 5px;
}

#notes-mar-bottom {
	margin-top: 30px;
}

#media-icons {
	height: 24px;
}

.display-none {
	display: none;
}

.location-field-write {
	margin-right: 5px;
}

.profile-absolute {
	right: 3px;
	position: absolute;
	bottom: 5px;
}

.page-not-found1 {
	font-size: 10em;
	padding: 10px;
}

.page-not-found2 {
	font-size: 2em;
	padding: 10px;
}
/*Profile page media query*/
@media screen and (max-width: 400px) {
	.profile-form {
		width: auto;
		padding: 0px;
		margin: 0px;
	}
	#submit.create-btn {
		width: auto;
	}
}