
:root {
	--light-grey-color: #f2f2f2;
	--main-color: #04048c;
	--light-main-color: #acdce4;
}

.localgov {
	display: none;
}

/*========================*/


/* STYLINGS FOR SIGNUP AND SIGNIN */


.signup-container-for-new {
	width: 100%;
	display: flex;
}
.signup-container-content-for-new.one {
	position: relative;
	width: 60%;
	/*background-image: linear-gradient(to bottom right, grey, var(--light-main-color));*/
	background-image: url(../images/signinup.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 200px 20px 0 20px;
	color: #fff;
}

.signup-container-content-for-new.one h1, .signup-container-content-for-new.one p {position: relative; z-index: 1;}
.signup-container-content-for-new.two {
	width: 40%;
	padding: 90px 60px 0 60px;
}
.signup-container-content-for-new {
	height: 100vh;
}

.signupin {
	width: 100%;
	margin: 50px auto 0 auto;
}
.signupin_container {
	/*margin-top: 80px;*/
	background-color: #ffffff;
	padding: 20px 20px;
	border-radius: 8px;
}
.signupin_container input {
	margin-bottom: 12px;
	padding: 6px auto;
	border-radius: 8px;
	color: grey;
}
.signupin_container h2 {
	border-bottom: 4px solid #33cc33;
	width: 30%;
	padding-bottom: 5px;
	font-weight: 700;
	color: grey;
}
.signupin_container label {
	color: grey;
} 
.signupin_container p a {
	text-decoration: none;
}

@media screen and (max-width: 900px){
	.signup-container-for-new {
		height: auto;
		display: block;
	}
	.signup-container-content-for-new {
		height: auto;
	}
	.signup-container-content-for-new.one {
		width: 100%;
		height: auto;
		padding: 25px 15px 35px 15px;
		justify-content: justified;
	}
	.signup-container-content-for-new.two {
		width: 100%;
		padding: 0;
	}
	.signupin {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 400px){
	
}
/*========================*/


/*========================*/

/* STYLINGS FOR EDITING PROFILE LINK */

.edit_header {
	width: 40%;
	margin: 10px auto;
	padding: 0 8px;
	font-size: 15px;
}

.edit_header span {
	font-weight: 700;
}
.edit_header a {
	float: right;
	text-decoration: none;
}

.editprofile_container {
	justify-content: center;
	justify-items: center;
	justify-self: center;
	align-content: center;
	margin: 0 auto;
	width: 100%;
}

.editprofile {
	width: 40%;
	margin: auto;
	background: #fff;
	border-radius: 8px;
	padding: 6px 15px 10px 15px;
}
.edit_display_photo .imgtext {
	width: 100%;
}
.edit_display_photo .imgtext span {
	float: left;
	color: #595959;
}
.edit_display_photo .imgtext a {
	float: right;
	text-decoration: none;
}
.edit_display_photo .img {
	width: 200px;
	height: 200px;
	margin: auto;
	margin-bottom: 20px;
}
.edit_display_photo .img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	margin-top: 20px;
	margin-bottom: 50px;
}

.edit_cover_photo .imgtext {
	width: 100%;
}
.edit_cover_photo .imgtext span{
	float: left;
	color: #595959;
}
.edit_cover_photo .imgtext a {
	float: right;
	text-decoration: none;
}
.edit_cover_photo .img {
	width: 100%;
	height: 250px;
	margin-bottom: 35px;
}
.edit_cover_photo .img img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.edit-quick_links ul {
	list-style-type: none;
	margin-left: -30px;
}
.edit-quick_links ul li {
	background: #f0f0f0;
	text-transform: uppercase;
	font-size: 16px;
	margin: 10px 0;
	padding: 14px 8px;
	cursor: pointer;
}
.edit-quick_links ul li a {
	text-decoration: none;
	color: #595959;
	font-weight: 700;
}
.edit-quick_links ul li a i {
	float: right;
}

/*=================================*/

@media screen and (max-width: 900px){
	.editprofile, .edit_header {
		width: 70%;
	}
}
@media screen and (max-width: 500px){
	.editprofile, .edit_header {
		width: 90%;
	}
}
@media screen and (max-width: 400px){
	.editprofile, .edit_header {
		width: 100%;
	}
}

/*=======================================*/

/* STYLINGS FOR EDITING FORM */

.editprofile .form form input, .editprofile .form form select, .editprofile .form form button {
	border: .5px solid grey;
	outline: none;
	width: 100%;
	padding: 10px 8px;
	color: black;
	border-radius: 4px;
	font-size: 15px;
	margin: 2px 0 8px 0;
}
.editprofile .form form textarea {
	width: 100%;
	height: 70px;
	resize: none;
	border: .5px solid grey;
	padding: 7px 10px;
	border-radius: 4px;
	font-size: 15px;
	margin: 2px 0 8px 0;
	outline: none;
}
.editprofile .form form button{
	background: #33cc33;
	color: #fff;
	letter-spacing: 1px;
	border: none;
	padding: 8px 10px;
	margin-top: 10px;
	cursor: pointer;
	font-weight: 600;
}
.editprofile .form form label {
	color: grey;
	font-weight: 600;
	font-size: 15px;
}

.editprofile .form .error-msg, .signupin_container .error-msg {
	width: 100%;
	margin: 5px auto 7px auto;
	background: #ff3333;
	color: #f0f0f0;
	padding: 4px 0;
	text-align: center;
	border-radius: 4px;
}
.editprofile .form form .profimgbtns label
 {
 	width: 100%;
	background: #560d6b;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	padding: 8px 0;
	margin: 10px auto 3px auto;
	border-radius: 4px;
	cursor: pointer;
}
@media screen and (max-width: 1000px){
.editprofile .form form .profimgbtns label{
	margin-top: 20px;
	}
}
/*======================================*/


/*====================================*/

/* STYLINGS FOR ACCOUNT MESSAGE */

.accountmessage {
	width: 40%;
	background: #fff;
	margin: auto;
	margin-top: 20px;
	padding: 10px 20px 15px 20px;
	border-radius: 8px;
}
.accountmessage .accountmessage_header h4 {
	color: grey;
	margin: 10px 0;
	text-transform: capitalize;
}
.accountmessage .accountmessage_header p {
	margin: 18px 0;
}
.accountmessage .accountmessage_footer button {
	padding: 10px 20px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
}
.accountmessage .accountmessage_footer button.one {
	background: #33cc33;
	margin-right: 7px;
}
.accountmessage .accountmessage_footer button.two {
	background: deepskyblue;
	margin-left: 7px;
}
.accountmessage .accountmessage_footer button.two:hover {
	background: skyblue;
}
.accountmessage .accountmessage_footer button.one:hover {
	opacity: 0.9;
}
@media screen and (max-width: 900px){
	.accountmessage {
		width: 60%;
		margin-top: 170px;
	}
}
@media screen and (max-width: 700px){
	.accountmessage {
		width: 70%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 500px){
	.accountmessage {
		width: 90%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 300px){
	.accountmessage .accountmessage_footer button.one, .accountmessage .accountmessage_footer button.two {
		margin: 12px 0;
		display: block;
		width: 100%;
	}
	.accountmessage {
		margin-top: 20px;
	}
}
/*===================================*/




/*==================================*/

/*STYLING FOR DASHBOARD */


.profile.info-box.dashboard {
	/*width: 80%;*/
	padding: 25px 15px;
}

.dashboard-balance-for-new {
	padding: 20px 30px;
	box-shadow: 0 .125em .5em rgba(0, 0, 0, .15);
}
.dashboard-balance-for-new p {
	font-size: 20px;
	font-weight: 500;
}
.dashboard-balance-for-new h1 {
	text-align: center;
	margin: 15px 0;
}
.quick-btn {
	display: flex;
	width: 100%;
}
.quick-btn .dashboard-btn {
	width: 50%;
	text-align: center;
	margin: 20px 0 0 0;
}
.quick-btn .dashboard-btn a  {
	padding: 12px 145px;
}
.dashboard-links a, .editing_quick_links a {
	text-decoration: none;
	color: #000;
	width: 100%;
	display: block;
	padding: 10px 0;
	font-size: 15px;
}
.editing_quick_links a:hover {
	padding: 10px 0 12px 4px;
	font-weight: bold;
}
.editing_quick_links a {
	display: flex;
}
.editing_quick_links a i {
	float: right;
}
.editing_quick_links a .img {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline flex;
}
.editing_quick_links a .img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.dashboard-links a i {
	float: right;
}


@media screen and (max-width: 1000px){

	.quick-btn .dashboard-btn a  {
		padding: 12px 113px;
	}
}
@media screen and (max-width: 768px){

	.quick-btn .dashboard-btn a  {
		padding: 12px 73px;
	}

}
@media screen and (max-width: 600px){

	.quick-btn .dashboard-btn a  {
		padding: 12px 87px;
	}
	.dashboard-balance-for-new {
		/*padding: 0 0;*/
		width: 100%;
	}
	.profile.info-box.dashboard {
		width: 100%;
	}
	.info-box.profile.dashboard:first-child {
		margin-top: -40px;
	}
}
@media screen and (max-width: 500px) {
	.quick-btn .dashboard-btn a  {
		padding: 12px 75px;
	}
}
@media screen and (max-width: 400px){
	.quick-btn .dashboard-btn a  {
		padding: 12px 53px;
	}
}

/*=================================*/

/*=================================*/

/* STYLING FOR EDITING ON DASHBOARD */


/*==============================*/