.shahkar-user-account {
    border: 3px solid #F3F6F9;
    margin-top: 15px;
}

.woocommerce-MyAccount-navigation {
    width: 280px;
    background: #F3F6F9;
    transition: 0.5s;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.navbar-nav ul{
    list-style: none;
    padding: 0;
}
.navbar-nav > ul > li > a {
    display: block;
    padding: .5rem 1rem;
    color: #000;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}

#profileImage {
    display: none;
}

#uploadForm label {
    display: block;
    margin-top: .5em;
}

.navbar-nav > ul > li {
    padding: 2px 20px;
    color: #191C24;
    font-weight: 500;
    border-radius: 30px 0px 0px 30px;
    outline: none;
    position: relative;
    padding-left: 35px;
}
.navbar-nav >ul> li.is-active{
    color: #009CFF;
    background: #FFFFFF;
    border-right: 3px solid;
}
.navbar-nav ul li a i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
    margin-left: .5rem !important;
}
.woocommerce-MyAccount-navigation-link--support::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #000;
}
.navbar-nav ul li.is-active a  i {
    background:#F3F6F9;
}
.navbar-nav  ul.sub-endpoint  li  a {
    padding: 7px 20px;
    color: #191C24;
    font-weight: 500;
    outline: none;
    display: block;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}
.sub-endpoint {
    display: none;
    padding-right: 15px !important;
}
.woocommerce-MyAccount-content {
    max-width: calc(100% - 280px);
}
.woocommerce-MyAccount-content table tr td, .woocommerce-MyAccount-content table tr th {
    border-bottom: 1px solid #F3F6F9;
    padding: 9px 12px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input {
    width: 100%;
    padding: 8px;
    background: #f5f6f7;
    border: 1px solid #f5f6f7;
    border-radius: 8px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5px 15px;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
}
#upload-response {
    font-size: 12px;
    color: #c94a00;
}
.head-account {
    background: #fff;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
}
.user-account-detiles {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    padding: 15px 0;
}
.user-account-detiles .item-account {
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;
}
.user-account-detiles .item-account i {
    margin-left: 8px;
    font-size: 18px;
    margin-top: -4px;
}
textarea.input {
    height: auto !important;
}
.tickets-box .tickets {
    text-align: center;
    border: 1px solid #e6e6e6;
    border-top-color: rgb(230, 230, 230);
    border-right-color: rgb(230, 230, 230);
    border-bottom-color: rgb(230, 230, 230);
    border-left-color: rgb(230, 230, 230);
    border-radius: 5px;
    padding: 35px 0 30px;
    -webkit-transition: border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    transition: border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out,box-shadow .3s ease-in-out;
    transition: border-color .3s ease-in-out,box-shadow .3s ease-in-out;
    transition: border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    cursor: pointer;
}
.tickets-box .tickets:hover {
    -webkit-box-shadow: 0 3px 13px 0 rgba(0,0,0,.07);
    box-shadow: 0 3px 13px 0 rgba(0,0,0,.07);
}
.tickets-box .tickets i {
    font-size: 20px;
    background: var(--main-site-color);
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: 8px;
    margin-bottom: 8px;
}
.tickets-box .tickets a {
    font-size: 15px;
    color: #333;
}
.tickets-box .tickets a span{
    padding: 8px;
}
.tickets-box .tickets a span {
    padding: 4px;
    font-size: 18px;
    color: var(--main-site-color);
}
.ticket-list__item {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    cursor: pointer;
    font-size: 0;
}
.ticket-list__item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e6e6e6;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.ticket-list__item-header {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 1rem;
}
.ticket-list__item-header button {
    background: var(--main-site-color) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
}
.ticket-list__avatar-wrapper {
    position: relative;
    float: right;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
}
.ticket-list__item-thumb {
    float: right;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
}
.ticket-list__item-title {
    position: relative;
    padding-right: 67px;
    margin-top: 4px;
}
.ticket-list__item-right {
    float: right;
}
.ticket-list__item-title span {
    color: #b3b3b3;
}
.ticket-list__item-title span i{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    fill: grey;
}
.ticket-list__item-title time {
    margin-right: 1.25rem;
    color: #b3b3b3;
}
.ticket-list__item-ticket-number {
    float: left;
    margin-right: 8px;
}
.ticket-list__item-title span {
    color: #b3b3b3;
}
.ticket-list__item-title p {
    font-size: 1.14rem;
    color: grey;
    line-height: 1.4;
    margin-top: 7px;
}
.section-header__arrows a {
    background: var(--main-site-color) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
}



/* ticket style */
 .ticket__header {
     position: relative;
     padding-bottom: 1.42rem;
     border-bottom: 1px solid #e6e6e6;
 }
.main-block__body {
    background: #fff;
    padding: 25px;
}
.btn--simple {
    font-size: 1.14rem;
    padding: 7px 0;
}
.ticket__header .btn--simple {
    position: absolute;
    left: 0;
    top: -7px;
    z-index: 2;
}
.btn--graylight.btn--simple {
    background-color: rgba(0,0,0,0);
    color: #95989a;
}
.btn--simple i, .btn--simple span {
    display: inline-block;
    vertical-align: middle;
}
.btn--simple i {
    margin-left: 10px;
}
.message--sent .message__avatar {
    margin: 0 0 0 1.07143rem;
}
.message--received .message__avatar, .message--sent .message__avatar {
    width: 46px;
    height: 46px;
    margin-right: 1.07143rem;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    border: 2px solid #fff;
    background-size: cover;
    border-radius: 100%;
}
.ticket__title {
    position: relative;
}
.ticket__title-info {
    padding-right: 10px;
}
.ticket__title-info > p {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #4d4d4d;
}
.ticket__product {
    padding-right: 88px;
    text-align: center;
}
.ticket__product {
    padding-right: 98px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ticket__product, .ticket__product > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.ticket__product-name {
    text-align: right;
    float: right;
    font-size: 14px;
    font-size: .875rem;
    color: grey;
    padding: 10px 0;
}
.ticket__product > p {
    width: 100%;
}
.ticket-show-more-wrapper {
    width: 100%;
    color: #fea000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.message__wrap {
    width: 65%;
    max-width: 51.42857pxrem;
}
.message__text {
    direction: rtl;
    position: relative;
    padding: 1.07143rem 1.78571rem;
    width: calc(100% - 60px);
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
}
.message--sent .message__text {
    border-radius: 1.71429rem 1.71429rem 0 1.71429rem;
    background: #666;
    color: #fff;
    left: -60px;
    bottom: -10px;
}
.ck-content {
    position: relative;
}
.message__text p:not(:last-of-type) {
    margin-bottom: .71429rem;
}
.message__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0;
}
.message--sent .message__avatar {
    margin: 0 0 0 1.07143rem;
}
.message__info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #b3b3b3;
    font-size: 1.07143rem;
}
.message--received .message__info, .message--sent .message__info {
    position: relative;
    top: -11px;
}
.message__info span {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.message--bot .message__info span, .message--sent .message__info span {
    margin-left: 1.42857rem;
}
.message__info b {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-weight: unset;
}
.message--received {
    direction: ltr;
}
.message--received .message__text {
    border-radius: 1.71429rem 1.71429rem 1.71429rem 0;
    right: -60px;
    bottom: -10px;
    background: #f7f7f7;
}
.message--received .message__info span {
    margin-right: 1.42857rem;
}
/* login and register */
.container-user button:active {
    transform: scale(0.95);
}

.container-user button:focus {
    outline: none;
}
.container-user button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
    border: 1px solid;
    padding: 2px 15px;
    margin-right: 8px;
    border-radius: 15px;
}

.container-user form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}
.container-user input:not([type="checkbox"]) {
    background-color: #eee;
    border: none;
    padding: 6px 15px;
    margin: 8px 0;
    width: 100%;
    border-radius: 8px;
}
.container-user form p {
    margin: 4px 0;
}
.container-user {
    direction: ltr;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 500px;
    margin: 0 auto;
}
.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
    direction: rtl;
}
.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
    opacity: 0;
}

.container-user.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container-user.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}
.container-user.left-panel-active .sign-in-container {
    opacity: 1;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 10;
}

.container-user.right-panel-active .overlay-container{
    transform: translateX(-100%);
}

.overlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container-user.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container-user.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container-user.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}
.woocommerce-form-row.form-row {
    width: 100%;
}
.varify-code {
    width: 100%;
}
.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}
#container-user h2 {
    padding: 8px;
    text-align: center;
}

.lost_password-container {
    max-width: 768px;
    margin: 0 auto;
}