.top-shape::after, .top-shape-plane::after, .bottom-shape::before {
    position: fixed;
}

#account-main{
    --forms-width: 460px;
    --h-logo-height: 100px;
    background: var(--dark-light) url(../img/bg-home.png) center;
    background-size: cover;
    min-height: 100vh;
}
#account-forms{
    --_mask: var(--dark);

    --input-bg: #fff;
    --input-border: 1px solid #d4d4d4;
    --input-focus-border: 1px solid var(--primary);
    --input-focus-shadow: 0 0 0 2px var(--primary);


    max-width: var(--forms-width);
    background: #fff;
    padding: 1.5rem 2rem;
    box-shadow: var(--box-shadow-xlg);
    border-radius: var(--radius-xlg);
}


#account-forms section{
    width: 100%;
}

#account-forms .site-logo{
    background-position: center;
}



/* sign In/Up */
.box-social{
    position: relative;
    border-bottom: var(--border);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    gap: 1rem;
}
.box-social::after{
    display: inline-block;
    color: var(--primary-hover);
    background: #fff;
    border-radius: 50%;
    font-size: .9rem;
    font-weight: 600;
    position: absolute;
    right: 50%;
    margin-right: -17px;
    text-align: center;
    bottom: -16px;
    padding: 4px 10px;
    content: attr(data-or);
}
.box-social .btn-social{
    font-size: .9rem;
    width: 100%;
    border-radius: var(--input-radius);
}


/* signUp */
#signUp .avatar{
    position: relative;
    --av-width: 104px;
    --radius: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#signUp p.small{
    margin-top: 35px;
}
#signUp p.small a{
    text-decoration: underline;
}

.back2signIn{
    --_mask: var(--txt-color);
}
.back2signIn:is(:hover, :focus){
    --_mask: var(--primary);
}


/* Verification form */
#form-verify .flex input {
    width: 45px;
    text-align: center;
    border-radius: 10px;
    height: 45px;
    font-size: 28px;
    flex-grow: 1;
}
#form-verify input[name="verifyCode"]{
    display: none;
}



/** Settings */
#settings-aside{
    width: 250px;
    background: var(--section-bg);
    box-shadow: var(--box-shadow);
    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(--box-shadow);
    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(--box-shadow);
}


/** 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;
}

.top-shape::after{    
    top: 2rem;
}
.bottom-shape::before{
    bottom: 1rem;
}