@charset "utf-8";
/* CSS Document */
.accountPages{
	background:#FEFAF0;
	font-family: 'Open Sans', sans-serif;
	margin:0 auto;
	padding:0px;
	font-size:13px;
	font-weight:300;
	width: 100%;
	line-height:1;
}
.font-black{
	color: black !important;
	/* font-weight: 700 !important; */
}
.wrapContent {
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
	max-width: 100%;
	box-sizing: border-box;
}
.accountArea {
	border: 1px solid #000000;
	border-radius: 10px;
	width: 1100px;
	margin: 0 auto;
	display: flex;
	overflow:hidden;
	min-height:500px;
	max-width:100%;
	margin-top:25px;
}
.leftMenuArea {
	width: 350px;
}
.userPic {
	display: flex;
	align-items: center;
	padding:0px 0px;
	margin:15px 0;
}
.pcArea {
	max-width: 65px;
	margin-right: 10px;
}
.userPic  span{
	font-size:24px;
	color:#FFF;
	font-weight:700;
}
.pcArea img{
	max-width:100%;
}
.formAreaRight {
	background: #FFF;
	width: calc(100% - 250px);
	border-radius: 10px 0 0 10px;
	padding:20px;
}
.tabs ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}
.tabs ul li{
	width:100%;
	cursor: pointer;
}

.tabs ul li:first-child a {
	border-top: 1px solid black;
}

.tabs ul li a {
	padding: 15px 15px;
	display: block;
	color: black;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	font-weight: 500;
}
.tabs ul li a:hover, .tabs ul li a.active{
	background:#EE8155;
	color:white;
	font-weight: 700;
}

.detailsForm {
	display: flex;
	justify-content: space-between;
}
.detailsForm .halfArea {
	width: calc(50% - 15px);
}
.detailsForm label {
	width: 100%;
	margin-bottom: 10px;
	display: block;
	font-size: 20px;
	color: #000;
	font-weight: 500;
}
.groupRow {
	width: 100%;
	margin-bottom: 25px;
}
.detailsForm input, .detailsForm select, .detailsForm textarea, .filterArea select {
	width: 100%;
	border: 2px solid #000;
	height: 50px;
	color: #000;
	font-size: 18px;
	border-radius: 50px;
	padding: 0 15px;
	box-sizing:border-box;
	outline:none;
}
.detailsForm textarea {
	height: 150px;
	border-radius: 25px;
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
}
.detailsForm select, .filterArea select{
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   background:url(../../public/img/arrowDown.png) calc(100% - 15px) center no-repeat;
   }
.detailsForm input[type="submit"] {
	background: #EE8155;
	color: #000;
	width: auto;
	margin-right: 0px;
	margin-left: auto;
	padding: 15px 75px;
	line-height: 1;
	border: none;
}
.detailsForm input[type="submit"]:disabled{
	opacity:0.5;
	border: none;
}
.groupRow.rightAlign {
	text-align: right;
}
.popupArea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.568);
}
.popupTextArea {
	width: 550px;
	background: #ffffff;
	border-radius: 20px;
	padding: 40px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.popupTextArea .closeBtn {
	background: none;
	border: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor:pointer;
	width: 35px;
}
.popupTextArea .closeBtn img{
	max-width:100%;
}
.popupTextArea .titlePopup {
	font-size: 30px;
	color: #000;
	font-weight: 500;
	margin: 0 0 25px;
}
.popupTextArea p {
	font-size: 20px;
	line-height: 27px;
	color: #000;
	font-weight: 400;
}
.popupTextArea .leaveBtn {
	width: 250px;
	clear: both;
	background: #EE8155;
	border: 1px solid #fff;
	padding: 15px 0;
	border-radius: 28px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin-bottom:20px;
	cursor:pointer;
}
.popupTextArea .cancelBtn{
	width: 250px;
	clear: both;
	background: none;
	border: 1px solid #000;
	padding: 15px 0;
	border-radius: 28px;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	cursor:pointer;
}
.validationText {
	color: #EC86C5;
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
}
.detailsForm.password1 input[type="password"] {
	background:url(../img/tick.png) calc(100% - 15px) center no-repeat;
}
.valid input[type="password"]{
	background:url(../img/tick.png) calc(100% - 15px) center no-repeat;
}
.addressArea {
	border: 2px solid #000;
	border-radius: 15px;
	padding: 15px;
	position: relative;
	box-sizing: border-box;
}
.addressArea p{
	color:#000;
	font-size:20px;
	line-height:27px;
	font-weight:500;
	margin-bottom:0px;
	margin-top:0px;
	
}
.addressArea  .btnTop {
	position: absolute;
	top: 10px;
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 30px);
}
.addressArea  .btnTop a{
	font-size:15px;
	margin-left:10px;
	color: #000;
	text-decoration:none;
	border: 2px solid #000;
	padding: 5px 15px;
	border-radius: 15px;
}

@media only screen and (max-width:991px){
	.leftMenuArea {
	width: 250px;
}
.pcArea {
	max-width: 45px;
}
.userPic span {
	font-size: 20px;
	font-weight: 700 !important;
}
}
@media only screen and (max-width:767px){
.accountArea {
	flex-direction: column;
}
.leftMenuArea {
	width: 100%;
	margin-bottom: 20px;
}
.formAreaRight {
	background: #FFF;
	width: 100%;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.detailsForm {
	flex-direction: column;
}
.detailsForm .halfArea {
	width: 100%;
}
.popupTextArea {
	width: 90%;
	padding: 15px;
	padding-top:40px;
}
}

.form-control::placeholder{
	color: #EC86C5;
}

input::placeholder{
	color: #EC86C5;
}
.accountPages.history{
	background:url(../img/bottom.png) bottom center no-repeat #EC86C5;
	background-size:100% auto;
	height:100vh;
}
.accountArea.history {
	border: 0;
}
.filterArea select {
	border: 1px solid #FFF;
	color: #FFF;
	width: 100%;
	background-image: url(../img/whiteArrow.png);
	font-size: 15px;
	height: 40px;
}

.tableArea{width:calc(100% - 200px); padding-left: 15px;
box-sizing: border-box;}
.tableArea table{
	width:100%;
	font-size:15px;
	color:#FFF;
	text-align:left;
}
.tableArea table th, .tableArea table td{
	padding:5px;
}
.tableArea table th{
	padding:10px 5px;
}
.tableArea table a {
	background: #FFF;
	padding: 10px 15px;
	border-radius: 25px;
	color: #EC86C5;
	text-decoration: navajowhite;
	width: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left:5px;
	cursor:pointer;
}
.tableArea table a img{
	margin-left:5px;
}
.tableArea table tbody tr td:first-child{
	border-left:1px solid #FFF;
	border-radius:30px 0 0 30px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

.closeNotification {
	border: 1px solid #EE8155;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	color: #EE8155;
	font-size:15px;
	font-weight: bolder;
	color:#EE8155;
}



.closeNotification button {
	border: 0;
	background: none;
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
	cursor: pointer;
	color: #000;
}

.tableArea table tbody tr td:nth-child(2){
	border-left:0px solid #FFF;
	border-radius:0px 0 0 0px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.tableArea table tbody tr td:nth-child(3){
	border-right:1px solid #FFF;
	border-radius:0px 30px 30px 0px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.tableArea table tbody tr td:nth-child(4), .tableArea table tbody tr td:nth-child(5){
padding-top:0px;
padding-bottom:0px;
}
.tableArea table tbody tr{
	margin-bottom:10px;
}
.tableArea table tbody tr:nth-child(2n) td:first-child {
	border: 0;
	padding:0px;
	height:10px;
}
.filterArea {
	width: 200px;
	padding-top: 35px;
}
@media only screen and (max-width:991px){
	.accountArea.history {
	flex-direction: column;
}
.tableArea {
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
	margin-top: 25px;
}
.tableArea {
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
	margin-top: 25px;
	overflow-x: scroll;
	padding-bottom:25px;
}
.tableArea table{
	min-width:700px;
}
}
.editBtn {
	/* float: right; */
	clear: both;
	margin-left: auto;
	margin-right: 0;
	display: inherit;
	margin-bottom: 20px;
	background: none;
	border: 0 none;
	border-radius:10px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
	padding: 5px 15px;
	cursor: pointer;

}