#account .wrap.full {
	max-width: 100%;
}
#account,
#profile {
	background: #d2e7bd;
}

#wrapper {
	position: relative;
}

.accountPage {
	min-height: 80vh;
	padding-bottom: 45vh;
}

#accountDatePage .accountPage {
	min-height: auto;
	padding-bottom: 0;
}

#footer-car {
	height: auto !important;
	max-height: 80vh;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}

.accountPage .accountBox {
	width: 60%;
	margin: 30px auto;
	background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 25px 0px;
	position: relative;
	z-index: 1;
}

#accountDatePage .accountPage .accountBox { 
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.accountPage .accountBox .wrap {
	max-width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

#accountDatePage .accountPage .accountBox .wrap { 
	max-width: 100%;
}

.accountPage .accountBox .wrap h3 {
	font-size: 2.296875em;
}

.accountPage .accountBox .wrap sub {
	font-size: 1.125em;
	text-align: center;
}

.accountPage .accountBox .wrap sub.small {
	font-size: 0.875em;
}

.accountPage .accountBox .wrap sub a{
	color: #3ed9a0;
	font-weight: bold;
}

.accountPage .accountBox .wrap sub b {
	display: block;
	margin: 5px 0px;
	font-size: 1.125em;
}

.accountPage .accountBox .wrap sub a:hover {
	color: #000;
}

.accountPage .accountBox .wrap .tabs {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.accountPage .accountBox .wrap .tabs a {
	color: #000;
	font-size: 1.125em;
	text-decoration: none;
	border-bottom: 4px solid #dcdcdc;
	flex: 1;
	text-align: center;
	padding: 5px 0px;
}	

.accountPage .accountBox .wrap .tabs a.active {
	background: #ebebeb;
	border-color: #3ed9a0;
}

.accountPage .accountBox .wrap .tabs a:not(.active):hover {
	background: #f5ffeb;
}

.accountPage .accountBox .wrap .tab {
	display: none;
	width: 100%;
}

.accountPage .accountBox .wrap .tab.active {
	display: block;
}

.accountPage .accountBox .wrap .tab form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
}

.accountPage .accountBox .wrap .tab form label {
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
}

form input.password + i.fas {
	position: absolute;
	cursor: pointer;
	left: 10px;
	color: #9e9e9e;
}

form input.password + i.fas:hover {
	color: #000;
}

.accountPage .accountBox .wrap .tab form input.password {
	padding-left: 34px;
}

.accountPage .accountBox .wrap .tab form input {
	background: #fff;
	line-height: 40px;
	border: 1px solid #959595;
	flex: 1;
	width: 100%;
	font-size: 1.4em;
	padding: 0 10px;
}

.accountPage .accountBox .wrap .tab form input:-webkit-autofill,
.accountPage .accountBox .wrap .tab form input:-webkit-autofill:hover, 
.accountPage .accountBox .wrap .tab form input:-webkit-autofill:focus {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 40rem #ffff inset;
	font-size: 1.4em;
}

.accountPage .accountBox .wrap .tab form[name='login'] a {
	margin-right: auto;
	text-decoration: none;
	font-size: 1.125em;
	color: #3ed9a0;
}

.accountPage .accountBox .wrap .tab form[name='login'] a:hover {
	text-decoration: underline;
}

.accountPage .accountBox .wrap .tab form button {
	border: 2px solid #2e2e2e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 3px 18px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    box-shadow: 0px 12px 12px 0px rgba(62, 217, 160, 0.35);
    background: #3ed9a0;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    -ms-transition: box-shadow 0.2s ease-in-out;
	color: #2e2e2e;
	display: flex;
	gap: 8px;
	cursor: pointer;
}

.accountPage .accountBox .wrap .tab form .note_text {
	display: block;
}

.accountPage .accountBox .wrap .tab form .note_text input {
    display: inline-block;
    width: auto;
    line-height: normal;
    border: 0;
    padding: 0;
    font-size: inherit;
	margin-left: 5px;
}

.accountPage .accountBox .wrap .tab form .note_text a {
	color: #000;
}

.accountPage .accountBox .wrap .tab form .note_text a:hover {
	color: #3ed9a0;
}

.accountPage .accountBox .wrap .tab form button:hover {
	box-shadow: 0px 12px 12px -4px rgba(62, 217, 160, 0.75);
}

.accountPage .accountBox .wrap .tab form button:disabled {
	background: #dadada;
    cursor: auto;
}

.accountPage .accountBox .wrap .tab form button:disabled:hover {
	box-shadow: 0px 12px 12px -4px rgba(181, 181, 181, 0.75);
}

.accountPage .accountBox .social_login {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 50%;
	margin: 25px auto;
}

.accountPage .accountBox .social_login > span {
	display: flex;
	flex-direction: row;
	color: #828282;
	font-weight: bold;
}

.accountPage .accountBox .social_login > span:before, 
.accountPage .accountBox .social_login > span:after{
	content: "";
	flex: 1 1;
	border-bottom: #e1e1e1 1px solid;
	margin: auto;
}

.accountPage .accountBox .social_login > span:before {
	margin-left: 10px
}

.accountPage .accountBox .social_login > span:after {
	margin-right: 10px
}

.accountPage .accountBox .social_login .options {
	display: flex;
	align-items: center;
	justify-content: center;
}

.accountPage .accountBox .social_login .options .option {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}	

.accountPage .accountBox .social_login .options .option a {
	padding: 15px;
	border: 2px solid #e1e1e1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.5s ease;
}

.accountPage .accountBox .social_login .options .option a img {
	width: 30px;
	height: 30px !important;
	transition: transform 0.5s ease;
}

.accountPage .accountBox .social_login .options .option span {
	color: #828282;
}

.accountPage .accountBox .social_login .options .option a:hover img {
	transform: rotateY(180deg);
}

.accountPage .accountBox .social_login .options .option a:hover {
	background: #f5ffeb;
}

.accountPage .accountBox .text {
	font-size: 1.125em;
	text-align: center;
}

.accountPage .accountBox .text a {
	color: #3ed9a0;
	text-decoration: none;
}

.accountPage .accountBox .text a:hover {
	text-decoration: underline;
}

.password-checker {
	margin-left: auto;
}

.password-checker li {
	display: flex;
	gap: 10px;
	align-items: center;
}

.password-checker li:before {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	content: "";
	width: 16px;
	height: 16px;
	background: #ff6d6d;
}

.password-checker li.valid:before {
	background: #87d394;
}

.accountBox > i {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 3em;
	color: #3ed9a0;
}

#profile .profileGrid {
	display: grid;
	grid-template-columns: 22% 78%;
	gap: 25px;
}

#profile .profileGrid .column {
	box-shadow: 2px 16px 24px 0px rgba(0, 0, 0, 0.21);
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 15px 12px;
}

#profile .profileGrid .column > h3 {
	font-size: 1.5em;
	display: flex;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid #3ed9a0;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#profile .profileGrid .column.profileBody > h3 {
	padding-right: 20px;
}

#profile .profileGrid .column.profileBody > h3 .left_text {
	margin-right: auto;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 10px;
}

#profile .profileGrid .column.profileBody > h3 .left_text .secondaryButton {
	font-size: 0.65em;
}

#profile .profileGrid .column.profileBody > h3 .left_text .green_baloon {
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3ed9a0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	font-size: 0.5em;
}

#profile .profileGrid .column.profileBody > h3 .left_text .limit {
	background: #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 3px 15px;
}

#profile .profileGrid .column.profileBody > h3 .left_text .limit i {
	color: #3ed9a0;
}

#profile .profileGrid .column.profileDash {
	padding-bottom: 30px;
}

#profile .profileDash .menu {
	display: flex;
	flex-direction: column;
}

#profile .profileDash .menu a {
	display: flex;
	border-top: 1px solid #cccccc;
	padding: 10px;
	font-size: 1.125em;
	gap: 10px;
	text-decoration: none;
	color: #000;
	align-items: center;
}

#profile .profileDash .menu a i {
	font-size: 1.125em;
}

#profile .profileDash .menu li:last-child a {
	border-bottom: 1px solid #cccccc;
}

#profile .profileDash .menu a:hover,
#profile .profileDash .menu a.active {
	color: #3ed9a0;
}

#profile .columnWrap {
	padding: 0 20px;
	font-size: 1.125em;
}

#profile .subWeight {
	display: block;
	margin-bottom: 15px;
	font-size: 1.125em;
}

#profile .halfForm {
	display: flex;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#profile .halfForm .icon {
	display: flex;
	align-items: center;
    width: 50%;
    justify-content: center;
}

#profile .halfForm .icon i{
	font-size: 8em;
	color: #f2f2f2;
}

#profile .halfForm .form {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	width: 50%;
}

#profile .form label {
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: calc(50% - 8px);
	position: relative;
}

#profile .form.fullLabels label {
	width: 100%;
}

#profile .form label input {
	border: 1px solid #959595;
	padding: 3px 5px;
	width: 100%;
}

#profile .form input.password + i.fas {
	bottom: 10px;
}

#profile form .green-button {
	border: 2px solid #2e2e2e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 3px 18px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    box-shadow: 0px 12px 12px 0px rgba(62, 217, 160, 0.35);
    background: #3ed9a0;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    -ms-transition: box-shadow 0.2s ease-in-out;
	color: #2e2e2e;
	cursor: pointer;
	font-weight: bold;
	margin: 0px auto;
	margin-top: 30px;
}

#profile form .green-button:hover {
	box-shadow: 0px 12px 12px -4px rgba(62, 217, 160, 0.75);
}

#profile form .green-button:disabled {
	background: #dadada;
    cursor: auto;
}

#profile form .green-button:disabled:hover {
	box-shadow: 0px 12px 12px -4px rgba(181, 181, 181, 0.75);
}

#profile .profileGrid .subTitle {
	font-size: 1.2em;
	display: flex;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid #3ed9a0;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#profile .table_list .data_item {
	border-bottom: 1px solid #c5c5c5;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 15px;
    padding-bottom: 15px;
	align-items: center;
}
#profile .table_list .data_item .field .name {
	color: #939393;
}

#profile .table_list .data_item .field {
	border-left: 1px solid #9eeccf;
	padding-left: 15px;
	line-height: normal;
}

#profile .table_list .data_item .customButton {
    margin-right: auto;
    flex: none;
    white-space: nowrap;
    padding: 3px 20px;
    font-size: 0.875em;
}

#profile .table_list .data_item .field:last-of-type {
	border-left: 0;
}

.gray_message {
	background: #ebebeb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 16px;
	margin-bottom: 20px;
}

.gray_message.center {
	text-align: center;
}

#accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 20px;
}

#accordion .section {
	display: flex;
	flex-direction: column;
}

#accordion .section .head {
	display: flex;
	gap: 10px;
	padding: 6px 12px;
	background: #f8f8f8;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	align-items: center;
	font-size: 1.125em;
	cursor: pointer;
}

#accordion .section .head.errorField {
	border: 1px solid red;
}

#accordion .section .head .num {
	border: 2px solid #a2a2a2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7b7b7b;
	font-weight: bold;
}

#accordion .section.active .head .num {
	background: #3ed9a0;
	color: #000;
	border-color: #000;
}

#accordion .section .head b {
	color: #a2a2a2;
	width: 16%;
	border-left: 1px solid #cbcbcb;
}

#accordion .section.active .head b {
	color: #000;
}

#accordion .section .head span {
	color: #b8b8b8;
}

#accordion .section.active .head span {
	color: #7b7b7b;
}

#accordion .section .head.required span.req {
	margin-right: auto;
	margin-left: 10px;
}

#accordion .section .head a {
	margin-right: auto;
	color: #000;
	text-decoration: none;
}

#accordion .section .head.required a {
	margin-right: 0;
}

#accordion .section .head:hover a {
	color: #3ed9a0;
}

#accordion .section.active .head a i:before {
	content: "\f106";
}

#accordion .section .body {
	max-height: 0;
	overflow: hidden;
}

#accordion .section.active .body {
	max-height: 100%;
}

#accordion .inner-form {
	width: 90%;
	margin: 20px auto;
	margin-bottom: 8px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

#accordion .inner-form.column-fields {
	flex-direction: column;
}

#accordion .inner-form .field {
	width: calc(50% - 5px);
	position: relative;
}

#accordion .inner-form.column-fields .field {
	width: 100%;
}

#accordion .inner-wrap {
	width: 96%;
	margin: 20px auto;
	margin-bottom: 8px;
}

#accordion .inner-wrap .title {
	font-size: 1.125em;
	display: block;
}

#accordion .inner-wrap .title-head {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#accordion .inner-wrap .title-head .nums {
	margin-right: auto;
	font-size: 1.125em;
    padding: 0px 10px;
    background: #f8f8f8;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}

#accordion .colors-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin: 0 auto;
	width: 80%;
}

#accordion .colors-list.errorField {
	padding: 7px;
	border: 1px solid red;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#accordion .colors-list a {
	display: block;
	text-decoration: none;
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
}

#accordion .colors-list a span {
	position: relative;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #000;
	width: 28px;
	height: 28px;
	display: flex;
    align-items: center;
    justify-content: center;
}

#accordion .colors-list a span i {
	width: 18px;
    height: 18px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    position: absolute;
}

#accordion .colors-list a.active span::before {
    content: "";
    position: absolute;
	width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    border: 2px solid green;
}

#accordion .colors-list a span::after {
    background: #ccc;
    height: 10px;
    width: 10px;
    transform: scale(5);
    transition: .4s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
	content: "";
    position: absolute;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#accordion .colors-list a.active span::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#accordion .colors-list a.active {
	color: #35dfa1;
}

#accordion textarea {
    padding: 6px;
    border: 1px solid #959595;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	min-height: 200px;
	font-size: 1.125em;
}

#accordion input[type="text"] {
	border: 1px solid #959595;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 1.125em;
	width: 100%;
	padding: 6px;
}

#accordion .inner-form .field label {
	margin-bottom: 5px;
	font-size: 1.125em;
}

.req {
	color: red !important;
}

.priceFormat {
    direction: ltr;
    text-align: right;
}

.googleLogin {
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.accountPage .accountBox {
		margin: 0 auto;
		width: calc(100% - 20px);
		padding: 10px;
	}
	.accountPage.solid {
		margin-top: 15px;
	}
	.accountPage .accountBox .wrap {
		max-width: 100%;
	}
	.accountPage .accountBox .wrap h3 {
		font-size: 1.6em;
	}
	.accountPage .accountBox .wrap .tab form {
		gap: 10px;
	}
	.accountPage .accountBox .wrap .tab form,
	.accountPage .accountBox .social_login{
		width: 100%;
	}
	.accountPage .accountBox .social_login {
		margin: 10px auto;
	}
	#profile .profileGrid {
		display: flex;
		flex-direction: column;
		padding: 0px;
	}
	#profile .profileGrid .column.profileDash {
		display: none;
	}
	#profile .columnWrap {
		padding: 0;
	}
	#profile .halfForm {
		flex-direction: column;
	}
	#profile .halfForm .icon {
		display: none;
	}
	#profile .halfForm .form {
		width: 100%;
	}
	#profile .subWeight {
		margin-bottom: 10px;
	}
	#profile .profileGrid .column.profileBody > h3 {
		padding-right: 0px;
		font-size: 1.2em;
		flex-wrap: wrap;
		gap: 0;
	}
	#profile .profileGrid .column.profileBody > h3 i {
		margin-left: 5px;
	}
	#profile .profileGrid .column.profileBody > h3 .left_text {
		margin-right: 0;
	}
	#profile .profileGrid .column.profileBody > h3 .left_text .limit {
		padding: 1px 10px;
	}
	#accordion .section .head {
		font-size: 1em;
	}
	#accordion .section .head span:first-of-type {
		display: none;
	}
	#accordion .section .head b {
		width: auto;
		border-left: 0;
	}
	#accordion .inner-form {
		width: 100%;
		flex-direction: column;
	}
	#accordion .inner-form .field {
		width: 100%;
	}
	#accordion .colors-list {
		width: 100%;
		text-align: center;
	}
	#accordion .inner-wrap {
		width: 100%;
		margin-bottom: 0px;
	}
	#accordion .inner-wrap .title,
	#accordion .inner-wrap .title-head .nums{
		font-size: 1em;
	}
	.accountPage .accountBox .wrap .tabs {
		flex-direction: column;
	}
	.accountPage .accountBox .wrap .tabs a {
		width: 100%;
	}
	#profile .table_list .data_item {
		flex-direction: column;
		align-items: flex-start;
	}
	#profile .table_list .data_item .field {
		border-left: 0;
	}
	#profile .table_list .data_item .customButton {
		margin: 0 auto;
	}
}
