.ProfileFormWrapper {
	display: flex;
	align-items: center;
	justify-content: center
}

.ProfileFormWrapper>form {
	width: 400px;
	display: inline-block;
	background: rgba(47, 51, 61, .7);
	padding: 20px;
	border-radius: 26px;
	box-shadow: 0 16px 81px 0 rgb(37 37 37 / 13%);
	margin-top: 40px
}

.ProfileFormWrapper>form label {
	display: block;
	margin-bottom: 13px;
	text-align: right;
	position: relative
}

.ProfileFormWrapper>form label input {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	border: none;
	outline: 0;
	padding-right: 86px;
	text-align: left
}

.ProfileFormWrapper>form label span {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #828282;
    width: 90px;
    padding: 10.3px 7px;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    height: 100%;
}

.ProfileFormWrapper>form button {
	width: 100%;
	padding: 8px;
	border: none;
	outline: 0;
	border-radius: 4px;
	background: #f2bd0e;
	color: #fff;
	margin: 10px 0;
	cursor: pointer
}

.ProfileFormWrapper>form p.ForgetPassword {
	display: inline-block;
	margin: 0;
	float: left
}

.ProfileFormWrapper>form h1 {
	text-align: center;
	margin: 0 0 12px 0
}

.ProfileFormWrapper>form a {
	color: #f2bd0e
}

.ProfileFormWrapper>form .logo {
	text-align: center
}

.ProfileTabList {
	padding: 10px;
	display: inline-block
}

.ProfileTabList ul {
	margin: 0;
	padding: 0
}

.ProfileTabList ul li {
	list-style: none
}

.ProfileTabList ul li a {
	padding: 10px;
	display: inline-block;
	color: #fff;
	background: #ffb100;
	width: 100%;
	border-radius: 5px
}

.ProfileTabList ul li a:hover {
	color: #333!important
}

.ProfileTabList ul li a .icon {
	font-size: 17px;
	margin-left: 6px
}

.InfoTabWrapper {
	display: inline-block;
	float: left;
	padding: 10px 20px
}

.ContentPage .userIn {
	display: inline-block;
	width: 32%;
	float: right;
	height: 150px;
	background: #39539e;
	margin-right: 1%;
	padding: 14px;
	position: relative;
	border-radius: 5px
}

.ContentPage .userIn span.title {
	font-size: 21px;
	font-weight: 700
}

.ContentPage .userIn .icon {
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-size: 55px;
	color: #0e0e0e66
}

.InfoTabWrapper.box p.notification {
	padding: 12px;
	border-radius: 4px;
	background: linear-gradient(45deg, #3ac03e, #01a804)
}

div#Profile {
	margin-top: 20px
}

.ContentPage .userIn span.text {
	margin: auto;
	display: block;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-top: 19px
}

form#EditProfile {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap
}

form#EditProfile label {
	margin-bottom: 20px;
	display: inline-block;
	width: fit-content;
	max-width: 100%
}

form#EditProfile label input {
	padding: 9px 10px;
	width: 300px;
	border-radius: 4px;
	border: none;
	outline: 0;
	max-width: 100%
}

form#EditProfile label span {
	width: 140px;
	display: inline-block
}

form#EditProfile label input:disabled {
	color: #969696
}

form#EditProfile label .Image {
	display: none
}

form#EditProfile label .ImgProfile {
	display: inline-block;
	width: 96px;
	height: 96px
}

form#EditProfile label .ImgProfile img {
	width: 100%;
	height: 100%;
	border-radius: 9px
}

.PasswordEdit {
	margin: 18px 0;
	display: flex;
	flex-direction: column;
	display: none
}

form#EditProfile button {
	cursor: pointer;
	border: none;
	outline: 0;
	background: #ffb100;
	color: #fff;
	padding: 10px;
	border-radius: 4px
}

form#EditProfile a.ChangePasswordControl {
	margin: 10px 0;
	color: #ffb100
}

.UserImage {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden
}

.UserImage img .icon {
	width: 100%;
	height: auto
}

form#sendUserRequest {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px
}

form#sendUserRequest label {
	width: 49%;
	margin-left: 1%;
	margin-bottom: 10px
}

form#sendUserRequest label select,
form#sendUserRequest label textarea {
	width: 100%;
	border-radius: 4px;
	padding: 7px 10px;
	background: #05404d;
	color: #fff;
	border: none;
	outline: 0
}

form#sendUserRequest label ::placeholder {
	color: #858585
}

form#sendUserRequest label.contentL {
	width: 100%
}

form#sendUserRequest label.contentL textarea {
	height: 130px
}

form#sendUserRequest label input {
	width: 100%;
	border-radius: 4px;
	padding: 11px 10px;
	background: #05404d;
	color: #fff;
	border: none;
	outline: 0
}

form#sendUserRequest button {
	display: inline-block;
	border: none;
	outline: 0;
	cursor: pointer;
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	background: #be8e22;
	color: #fff
}

table {
	display: block
}

tbody,
td,
tfoot,
tr {
	display: block
}

thead {
	display: none
}

tr {
	padding-bottom: 10px
}

td {
	padding: 10px 10px 0;
	text-align: center;
}

td:before {
	content: attr(data-title);
	color: #7a91aa;
	text-transform: uppercase;
	font-size: 1.4rem;
	padding-right: 10px;
	display: block
}

table {
	width: 100%
}

th {
	text-align: left;
	font-weight: 700
}

thead th {
	background-color: #05404d;
	color: #fff
}

tfoot th {
	display: block;
	padding: 10px;
	text-align: center;
	color: #b8c4d2
}

.button {
	line-height: 1;
	display: inline-block;
	font-size: 1.2rem;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
	padding: 8px;
	background-color: #4b908f
}

.select {
	padding-bottom: 20px;
	border-bottom: 1px solid #28333f
}

.select:before {
	display: none
}

.detail {
	background-color: #bd2a4e;
	width: 100%;
	height: 100%;
	padding: 40px 0;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out
}

.detail.open {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.detail-container {
	margin: 0 auto;
	padding: 40px;
	max-width: 500px
}

dl {
	margin: 0;
	padding: 0
}

dt {
	font-size: 2.2rem;
	font-weight: 300
}

dd {
	margin: 0 0 40px 0;
	font-size: 1.8rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #ac2647;
	box-shadow: 0 1px 0 #c52c51
}

.close {
	background: 0 0;
	padding: 18px;
	color: #fff;
	font-weight: 300;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 4px;
	line-height: 1;
	font-size: 1.8rem;
	position: fixed;
	right: 40px;
	top: 20px;
	-moz-transition: border .3s linear;
	-o-transition: border .3s linear;
	-webkit-transition: border .3s linear;
	transition: border .3s linear
}

.close:focus,
.close:hover {
	background-color: #a82545;
	border: 1px solid #a82545
}

form#SendRequest .radio {
	width: 32%;
	display: inline-block
}

form#SendRequest label {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px
}

form#SendRequest>label>span {
	width: 135px;
	display: inline-block;
	font-size: 12px
}

form#SendRequest .radio span {
	width: auto;
	margin-left: 4px
}

form#SendRequest>label>input[type=text] {
	width: 75%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-size: 12px
}

form#SendRequest>label>textarea {
	width: 75%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-size: 12px
}

form#SendRequest button {
	padding: 9px;
	border: none;
	color: #fff;
	border-radius: 2px;
	margin: 25px 0 0 10px;
	cursor: pointer;
	background: linear-gradient(45deg, #ffb100, #c28700);
	outline: 0
}

.MyRequest>span {
	display: inline-block;
	width: 48%;
	border-bottom: 1px solid #666;
	padding: 10px;
	font-size: 13px
}

.MyRequest {
	background: #191919;
	box-shadow: 0 0 3px 1px #000;
	padding: 10px;
	margin-top: 25px;
	border-radius: 5px
}

.MyRequest span.condition {
	border: none;
	width: auto;
	float: left;
	background: #62b7f0;
	border-radius: 3px;
	color: #fff
}

.MyRequest p {
	padding: 10px;
	background: #131313;
	margin: 10px 0 10px 0;
	border-radius: 5px
}

div#Profile>.container {
	display: flex;
	flex-wrap: wrap
}

section.RelatedPosts {
	flex: 100%;
	width: 100%
}

.ProfileTabList {
	width: 250px
}

.InfoTabWrapper {
	width: auto;
	flex: 1;
	margin-right: 12px
}

.PriceGroup {
	display: flex;
	flex-wrap: wrap
}

.PriceGroup .ta {
	flex: 1;
	border: 2px solid #5d4e65;
	padding: 10px;
	text-align: center;
	background: radial-gradient(circle at top, #53455b 0, #201e22 70%);
	transition: .2s
}

.PriceGroup .ta ul {
	padding: 0;
	margin: 28px 0
}

.PriceGroup .ta ul li {
	list-style: none;
	margin-bottom: 14px
}

.PriceGroup .ta>p {
	font-size: 12px;
	color: #8b5398
}

.PriceGroup .ta a {
	background-color: #504357;
	border-radius: 14px;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	padding: .75em 1.5em;
	width: 120px;
	margin-top: 10px
}

.PriceGroup .ta:first-child {
	border-radius: 0 15px 15px 0
}

.PriceGroup .ta:last-child {
	border-radius: 15px 0 0 15px
}

.PriceGroup .ta:hover {
	transform: scale(1.05);
	border-color: #ffb100;
	border-radius: 0
}

.ProfileTabList .HeaderLogoWrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 10px
}
.myTicketsCount ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.myTicketsCount ul li {
	display: inline-block;
	list-style: none;
	text-align: center;
	padding: 12px 20px;
	background: #1b5566;
	border-radius: 5px;
	width: 160px;
	height: 120px;
}

.myTicketsCount ul li .icon {
	font-size: 40px;
}

.myTicketsCount ul li span {
	display: block;
	margin-top: 11px;
	font-size: 15px;
}

form.sendNewTicketForm .subject,form.sendNewTicketForm .priority {
	display: inline-block;
	width: 37%;
	position: relative;
	margin-left: 9%;
}

form.sendNewTicketForm label {
	margin-top: 40px;
}

form.sendNewTicketForm label input {
	width: 100%;
	border-radius: 4px;
	border: none;
	padding: 9px;
	padding-right: 101px;
	outline: none;
	background: #1b566b;
	color: #fff;
}

form.sendNewTicketForm .subject .title, form.sendNewTicketForm .priority .title {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	right: 0;
	padding: 10px;
	background: #ffb100;
	border-radius: 0 4px 4px 0;
	height: 100%;
}

form.sendNewTicketForm label select {
	width: 100%;
	border-radius: 4px;
	border: none;
	padding: 5px 62px 5px 10px;
	outline: none;
	background: #1b566b;
	color: #fff;
}

div#wp-ticketContent-wrap div#wp-ticketContent-editor-container {
	border: none;
}
.myTickets {
}

.myTickets table thead {
	display: block;
	background: #ffb100;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

.myTickets table tbody {
	border-right: 1px solid #ffb100;
	border-radius: 0 0 5px 5px;
	border-left: 1px solid #ffb100;
}

.myTickets table thead tr td {
	display: inline-block;
	width: auto;
}

.myTickets table tbody tr {
	width: 100%;
	padding: 10px 0;
	background: #212026;
	border-radius: 0 0 5px 5px;
}

.myTickets table tbody tr td {
	display: inline-block;
	width: auto;
	flex: 1;
}


.myTickets table tr {
	display: flex;
}

.myTickets table tr th {
	display: inline-block;
	flex: 1;
	text-align: center;
	background: none;
	color: #000;
	font-weight: 400;
}

.myTickets table tbody tr:nth-child(even) {
	background: #444;
}

.myTickets table tbody tr:last-child {
	border-bottom: 1px solid #ffb100;
}
.ProfilePaginationWrapper {
	margin: 30px 0;
	text-align: left;
	direction: ltr;
}

.ProfilePaginationWrapper a,.ProfilePaginationWrapper span {
	display: inline-block;
	background: #ffb100;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 4px;
	margin: 0 -1px;
}

.ProfilePaginationWrapper span {
	background: #1b5566;
}
body#tinymce {
	background: #1b566b;
}

div#wp-ticketContent-wrap .wp-switch-editor {
	display:none;
}
div#wp-ticketContent-wrap .mce-statusbar {
	display: none;
}
div#wp-ticketContent-wrap{
	margin-top:10px;
	border-radius: 5px;
	overflow:hidden;
}

div#wp-ticketContent-wrap .mce-container-body * {
	background: #ffb100;
	border-color: #e8a204;
}


.sendNewTicket h4 {
	margin: 0;
	font-size: 22px;
}
form.sendNewTicketForm >button {
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 4px;
	margin-top: 14px;
	background: #ffb100;
	color: #ffffff;
	width: 250px;
	cursor: pointer;
	display: block;
	transition: .3s;
}
form.sendNewTicketForm >button:hover {
	background: #dc9800;
}
form.sendNewAnswer> button {
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 4px;
	background: #ffb100;
	color: #ffffff;
	width: 250px;
	cursor: pointer;
	display: block;
	transition: .3s;
	text-align: center;
	float: left;
	margin: 16px 0;
}
form.sendNewAnswer> button:hover {
	background: #de9a00;
}

.payList table thead {
	display: block;
	background: #ffb100;
}

.payList table tr {
	display: flex;
}

.payList table tr td {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: break-spaces;
	word-break: break-all;
	padding: 10px 2px 0 2px;
}

.payList table tbody {
	background: #201e22;
}
@media only screen and (max-width:1140px) {
	.ProfilePage .PostsWrapper article {
		width: 32%
	}
}

@media only screen and (max-width:900px) {
	.ProfilePage .PostsWrapper article {
		width: 32%
	}
	.ProfileTabList {
		width: 100%
	}
	.ProfileTabList ul li {
		width: 49%;
		float: right;
		margin-right: 1%
	}
	.ProfileTabList ul .SignOut {
		width: 99%
	}
	.InfoTabWrapper {
		margin-right: 0
	}
}
.myTickets table tbody tr td a {
	color: #ffb100;
}
a.sendNewTicketButton {
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 4px;
	background: #ffb100;
	color: #ffffff;
	width: 250px;
	cursor: pointer;
	display: block;
	transition: .3s;
	text-align: center;
	float: left;
	margin: 16px 0;
}
a.sendNewTicketButton:hover {
	background: #e79700;
	color: #ffffff !important;
}
.ticketChats .question .text{
	text-align: justify;
	background: #345c2f;
	padding: 12px 20px;
	border-radius: 5px;
	overflow-wrap: break-word;
}

.ticketChats .answer .text{
	text-align: justify;
	background: #2d464e;
	padding: 12px 20px;
	border-radius: 5px;
}

.ticketChats >div {
	margin-bottom: 16px;
	line-height: 24px;
	position: relative;
	margin-right: 35px;
	margin-left: 35px;
	max-width: 80%;
	width: 450px;
}
.ticketChats >div p{
	margin: 0;

}

.ticketChats .answer:after {
	content: '';
	right: 100%;
	position: absolute;
	bottom: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 15px solid #2d464e;
	margin-right: -2px;
}

.ticketChats .question:after {
	content: '';
	left: 100%;
	position: absolute;
	bottom: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 15px solid #345c2f;
	margin-left: -2px;
}
.ticketChats .answer time {
	font-family: cursive;
	right: 0;
	position: absolute;
	width: fit-content;
	top: 100%;
	color: #818181;
	font-size: 10px;
}
.ticketSubject {
	margin-bottom: 28px;
	border-bottom: 2px #ddd dashed;
	display: inline-block;
	padding-bottom: 10px;
}
.ticketChats .question time {
	font-family: 'iransans';
	left: 0;
	position: absolute;
	width: fit-content;
	top: 100%;
	color: #818181;
	font-size: 10px;
}
.ticketChats >div .UserImageP {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	text-align: center;
	line-height: 33px;
	background: #fff;
	color: #848484;
	font-size: 15px;
}

.ticketChats .question {}

.ticketChats .answer {
	float: left;
}

.ticketChats .question .UserImageP {
	bottom: 0;
	left: 100%;
	margin-left: 15px;
}

.ticketChats .answer .UserImageP {
	bottom: 0;
	right: 100%;
	margin-right: 15px;
}
.ticketChats >div .text .author {display: block;color: #ffb100;}

.ticketChats .answer .text span {
	text-align: left;
}
.activeNow {
	background: linear-gradient(45deg, #ffb100, #e98013 ) !important;
}
@media only screen and (max-width:600px) {
	.ContentPage .userIn span.title {
		font-size: 13px
	}
	.ProfilePage .PostsWrapper article {
		width: 49%
	}
}

@media only screen and (max-width:430px) {
	.ProfilePage .PostsWrapper article {
		width: 100%
	}
	.ProfilePage .PostsWrapper {
		justify-content: space-around
	}
}

@media only screen and (max-width:380px) {
	.ProfileTabList ul li {
		width: 100%;
		float: none;
		margin-right: 0
	}
}