#account-page{
    max-width: 1000px;
    margin: 35px auto;

    background-color: var(--sectionBg);
    box-shadow: var(--boxShadow);
    border-radius: var(--radius);

    align-items: stretch;
    overflow: hidden;

    --av-width: 80px;
    --_mask: #777;
}
/* #account-page > div:first-child{
    width: 500px;
    background: var(--sectionBg) url(../../../img/kbs/01.jpg) center no-repeat;
    background-size: 100% 100%;
}
#account-page > div:first-child::after{
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 35%);
    box-shadow: inset 3px 0 6px rgb(0 0 0 / 35%);
    content: "";
}
#account-page > div:last-child{
    width: 500px;
    padding: 35px;
} */

#account-page .h2{
    margin-bottom: 35px;
}

/* signIn & SignUp */
.box-social{
    position: relative;
    padding-bottom: 5px;
    border-bottom: var(--border);
    margin-bottom: var(--margin);
}
.box-social p{
    padding: var(--padding) 0 var(--margin);
}
.box-social .btn:not(:first-child):not(:last-child){
    margin: 0 15px;
}
.or{
    background-color: #fff;
    border: 1px solid rgba(0,0,0, 0.15);
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    right: 50%;
    margin-right: -17px;
    text-align: center;
    bottom: -16px;
    padding: 4px 10px;
}

@media all and (min-width: 668px) {
    .form.section{
        padding: 40px;
    }
}

/* signIn */
._signinForm a i{
    font-size: 1.3rem;
    color: var(--dark);
}
._signinForm p{
    margin-top: 35px;
}

.darkMode ._signinForm a i{
    color: #fff;
}

@media all and (max-width: 435px) {
    ._signinForm p a{
        display: block;
        float: none !important;
        text-align: center;
    }
    ._signinForm p a:not(:last-child){
        margin-bottom: 5px;
    }
}

#signUp .avatar{
    display: block;
    margin: 0 auto 15px;
}
#signUp p.small{
    margin-top: 35px;
}
#signUp p.small a{
    text-decoration: underline;
}

.back2signIn{
    float: var(--align2);
    margin: 0 !important;
    cursor: pointer;
}
@media all and (max-width: 667px) {
    .back2signIn{
        font-size: 2rem;
        color: var(--txtColor);
    }
}

/* Avatar For Sign Up Form */
#signUp .avatar{
    position: relative;
    --width: 104px;
    --radius: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* signUp Male & Female */
label[for="gender2"],
label[for="gender1"]{
    display: inline-block;
    margin: 0;
    margin-inline-end: 20px;
    margin-bottom: 15px;
}

label[for="gender2"] img,
label[for="gender1"] img{
    width: 24px;
}


/** Settings */
#settings-aside{
    width: 250px;
    background-color: var(--sectionBg);
    box-shadow: var(--boxShadow);
    border-radius: var(--radius);
}
#settings-main{
    width: calc(100% - 270px);
}

.welcomeMSG{
    display: inline-block;
    padding-top: 5px;
}

#settings-aside .container{
    padding: var(--padding);
    background-color: var(--dark);
    color: #fff;
    border-radius: var(--radius) var(--radius) 0 0;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
}
#settings-aside .avatar{
    --pt: 20px;
    --fw: 400;

    float: var(--align);
    width: 65px;
    height: 65px;
    box-shadow: var(--boxShadow);
    margin-inline-end: 17px;
    border: 0;
}
#settings-aside .group{
    display: inline-block;
    font-size: 12px;
    background-color: var(--primary);
    padding: 3px 9px;
    line-height: 1;
    color: #fff;
    border-radius: 3px;
    text-shadow: 0 0 2px rgb(0 0 0 / 25%);
    box-shadow: inset 0 -5px 5px rgb(0 0 0 / 15%);
    margin-top: 7px;
}
#settings-nav{
    padding: var(--padding);
}
#settings-nav a{
    display: block;
    padding: 7px 0;
    transition: all .1s ease-in-out;
}
#settings-nav li:not(:last-child) a {
    border-bottom: var(--border);
}
#settings-nav a i{
    font-size: 1.2rem;
    width: 40px;
    margin-inline-end: 0;
    text-align: center;
}
#settings-nav a.d, 
#settings-nav a:hover {
    color: var(--a);
    font-weight: 700;    
    
    transform: scale(1.04);
    
}
#settings-nav a.d{
    border-radius: 5px;
    background-color: #ffecb3;
    box-shadow: inset 0 -1px 1px 0 rgb(0 0 0 / 14%);
}
.darkMode #settings-nav a.d{
    background-color: #111;
}

#settings-nav a.d i, 
#settings-nav a:hover i{
    color: var(--secondary);
    font-weight: 900;
}
#settings-nav span[class^="counter-"]{
    position: static;
    float: var(--align2);
    padding: 3px 6px;
    line-height: 1;
    margin-top: 3px;
    margin-inline-end: 11px;
}

#settings-main h2{
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 3rem;
    margin-bottom: var(--margin);
}
#settings-main #info > div{
    padding-inline-start: 3rem;
}

#settings-main hr{
    border-color: rgb(0 0 0 / 25%);
}

#settings-main p a{
    display: inline-block;
    border-bottom: 1px solid var(--a-border);
    line-height: 1.2;
}

.user-phone-box{
    border: var(--border);
    padding: 10px;
    border-radius: var(--radius);
    background-color: var(--light);
}
.user-phone-box .n{
    direction: ltr;
    text-align: left;
    padding: var(--input-padding, 10px);
    font-family: Tahoma;
    font-size: 16px;
    height: var(--input-height, 40px);
    margin-bottom: var(--input-margin, 9px);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.user-phone-box .n img{
    position: relative;
    top: -1px;
    width: 20px;
    margin-inline-end: 5px;
    border-radius: 2px;
}

/** Payments */
#paymentNew .itm{
    border: var(--border);
    padding: 11px;
    border-radius: var(--radius);
    background-color: var(--light);
    margin-bottom: var(--padding);
}
#paymentNew .itm img{
    width: 130px;
    max-height: 80px;
    border-radius: 3px;
}
#paymentNew .itm .desc{
    width: calc(100% - 140px);
    font-weight: 700;
}
#paymentNew .flex{
    width: 100%;
    border-top: 1px solid rgb(0 0 0 / 10%);
    padding-top: 10px;
    margin-top: 10px;
}


#payments{

}
.payment{
    padding: 11px;
    border-radius: var(--radius);
    margin-bottom: 9px;
    background-color: var(--light);
    border: 1px solid rgb(0 0 0 / 7%);
}
.payment > div{
    min-height: 50px;
}
.payment > .flex{
    justify-content: center;
    flex-flow: column;
}
.payment > div:first-child{
    width: 70px;
    text-align: center;
}
.payment > div:last-child{
    width: 112px;
}
.payment > div:nth-child(2){
    width: calc(100% - 210px);
}

.payment .itm img{
    width: 100px;
    max-height: 60px;
    border-radius: 3px;
}
.payment .itm div{
    width: calc(100% - 115px);
}
.payment .ttl{
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.payment .pack{
    font-weight: 600;
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 3px;
    color: var(--primary);
}

.payment.s1{
    background-color: #fdf5dd;
}

#payments .bubble{
    border-radius: 0 0 var(--radius) var(--radius);
    margin-top: -9px;
}

@media all and (max-width: 480px) {
    .payment > div:first-child{
        width: 54px;
    }
    .payment > div:nth-child(2) {
        width: calc(100% - 190px);
    }
    .payment .itm img{
        width: 80px;
    }
    .payment .itm div{
        width: calc(100% - 95px);
    }
}
@media all and (max-width: 435px) {
    .payment .itm img{
        display: none;
    }
    .payment .itm div{
        width: 100%;
    }
}
@media all and (max-width: 355px) {
    .payment > div:first-child{
        width: 100%;
    }
    .payment > div:first-child div,
    .payment > div:first-child small{
        display: inline-block;
    }
    .payment > div:nth-child(2) {
        width: calc(100% - 125px);
    }
    .payment .itm img{
        display: none;
    }
    .payment .itm div{
        width: 100%;
    }
}

/** Support **/
span[class^="ticket_"] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
    margin-inline-end: 6px;
}
span.ticket_open{
    background-color: var(--success);
}
table.responsive{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: var(--boxShadow);
}


/** Posts **/
#myPosts .post{
    padding-inline-start: 150px;
    margin-bottom: var(--padding);
}
#myPosts .post img{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
body[dir="ltr"] #myPosts .post img{
    right: auto;
    left: 10px;
}

#myPosts .post + .bubble{
    margin-top: -20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-bottom: 11px;
}

#myPosts .post .place::before{
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-display: swap;
    text-rendering: auto;
    line-height: 1;
    content: "\f3c5";
    font-size: 1rem;
    margin-inline-end: 6px;
}
#myPosts .post .place{
    font-size: .9rem;
    opacity: .8;
}


@media all and (max-width: 410px) {
    #settings-nav ul{
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }
    #settings-nav ul li{   
        width: calc(50% - 10px);
    }
    #settings-nav ul li a{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-inline-end: 0 !important;
    }
}
@media all and (max-width: 330px) {
    #settings-nav ul li{
        width: 100% !important;
    }
}

.ico-whatsapp{
    padding-top: 7px !important;
}

#updateAvatar {
    display: block;
    text-align: center;
    width: 115px;    
    margin: 0 auto 25px;
    
    
}
#updateAvatar span {
    display: block;
    text-align: center;    
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    color: var(--a);
    text-decoration: underline;
}
#updateAvatar .avatar{
    --width: 90px;
    background: #f0f0f0 url(../../../img/loading.gif) center no-repeat;
}

.avatars{
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    gap: 10px;
}
.avatars img{
    width: 64px;
    height: 64px;
    cursor: pointer;
}


/* xt/table responsive table */
table.responsive{
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
  
table.responsive caption {
    font-size: 1.5rem;
    margin: .5rem 0 .75rem;
}
  
table.responsive tr{
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid rgb(244, 244, 244);
    padding: .35rem;
}
  
table.responsive th,
table.responsive td {
    padding: .625rem 1rem;
    color: rgb(96, 100, 105);
}
  
table.responsive th{
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgb(249, 250, 250);
    border: 2px solid rgb(244, 245, 246);
    border-top: 0;
    color: rgb(136, 143, 145);
}
table.responsive th:first-child{
    border-right: 0;
}
table.responsive th:last-child{
    border-left: 0;
}
  
@media screen and (max-width: 600px) {
    table.responsive {
        border: 0;
    }
  
    table.responsive caption {
        font-size: 1.3rem;
    }
    
    table.responsive thead {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    table.responsive tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625rem;
    }
    
    table.responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8rem;
        text-align: var(--align, right);
    }
    
    table.responsive td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table.responsive
        content: attr(aria-label);
        */
        content: attr(data-label);
        display: block;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    table.responsive td:last-child {
        border-bottom: 0;
    }
}