html{
    min-height: 100%;
    position: relative;
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
*:not(input){
    -webkit-user-select: none !important;
}
textarea{
    -webkit-user-select: auto !important;
}
*:focus {
    outline: 0;
    border:none;
    color: rgba(0, 0, 0, 0);
}
#editor {

}
.pagecontainer {
    max-width: 1150px;
    width: 100%;
    margin: 125px auto 0 auto;
    padding-bottom: 50px;
}

.pinner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}
.cont {
    position: relative;
    width: 600px;
    margin: 35px auto 0 auto;
}
.profilehead {
    background-color: #434444;
    padding: 20px;
    margin-bottom: 0px;
}
.profileimage {
    width: 150px;
    margin: 0;
    position: absolute;
    top: -80px;
    right: 0;
    text-align: center;
    left: 0;
    margin: 0 auto;
    height: 150px;
}
.profileimage img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
}

.profileinfo {
    width: 100%;
    margin: 0;
    display: block;
    color: #fff;
    text-align: center;
    padding: 60px 0 0 0;
}
.profileinfo h1 {
    font-family: 'idlist';
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    white-space: nowrap;
    min-width: 50px;
    min-height: 21px;
    overflow-x: hidden;
    max-width: 580px;
}

.profileinfo h2 {
    font-size: 17px;
    font-family: 'idlist';
    margin: 0 0 15px 0;
    padding: 0;
    color: #fff;
    direction: ltr;
    display: inline-block;
    min-width: 50px;
    text-align: left;
}

.changeusername {
    position: relative;
    background: #f49dae;
    border: 4px solid #f59dae;
    font-size: 11px;
    color: darkred;
    margin-left: 20px;
    vertical-align: middle;
    display: block;
    width: 140px;
    margin: -4px auto 9px auto;
}
.changeusername:after, .changeusername:before {
    right: 50%;
    top: -25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.changeusername:before {
    border-color: rgba(245, 157, 174, 0);
    border-bottom-color: #f59dae;
    border-width: 12px;
    margin-right: -12px;
}

/*
span.changeusername:after {
    position: absolute;
    content: "یوزرنیم خود را تغییر دهید";
    width: 135px;
    /* height: 50px; * /
    background: #f2dedf;
    right: -149px;
    font-size: 11px;
    text-align: center;
    padding: 3px;
    top: -7px;
    color: #c53a34;
    border: 1px solid #da5b56;

}
*/
.profileinfo p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    min-width: 50px;
    min-height: 21px;
}
.useritem:hover {
    opacity: 0.8;
}
.useritem {
    background: #ffffff;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    color: #313131;
    margin: 0 0 7px 0;
    transition: all 0.3s ease-in;
    font-size: 14px;
    text-align: right;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    min-height: 45px;
}
.useritem:after{
    content: "";
    background-image: url("./img/go.png");
    background-repeat: no-repeat;
    position: absolute;
    left:10px;
    top:50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;

}
.useritem img{
    width: 24px;
    vertical-align: middle;
    float: right;
    margin-left: 10px;
}
.verified {
    display: inline-block;
    height: 24px;
    width: 18px;
    margin: -2px 5px 0 0px;
    vertical-align: middle;
    overflow: hidden;
}

.innerpageUsers {

}
.innerpageUsers *{
    -webkit-font-smoothing: antialiased;
}
.notFound{
    text-align: center;
    font-size: 32px;
    color: #555;
}
.tab {
    display: table-cell;
    text-align: center;
    width: 2%;
    background: #e7e7e8;
    padding: 10px;
    color: #999;
    cursor: pointer;

    font-size: 13px;
    white-space: nowrap;
    -webkit-transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tab.active,.tab:hover,#addtab {
    color: #1f6cb5;
    background: #fff;
    border-top: 3px solid #1f6cb5;
    -webkit-transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    border-bottom: 0;
}

.tabholder {
    display: table;
    width: 100%;
    color: #333;
    border-bottom: 0;
    /*box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);*/

}
.contentholder{
    margin-top: 10px;
}

.profileinner{
    display: none;
}
.tab.hide {
    display: none;
}
.tabholderParent {
    overflow: auto;
}

@media screen and (max-width: 650px) {
    .pinner {
        padding: 0 5px;
    }
    .cont {
        width: 100%;
    }
    .profileinfo h1 {
        max-width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .profileimage {
        width: 125px;
        height: 125px;
    }
    .profileinfo {
        padding: 40px 0 0 0;
    }
    #name,#username{
        font-size: 16px;
    }
    #bio{font-size: 13px}
}
.footer{
    text-align: center;
    width: 100%;
    height: 42px;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer img {
    height: 30px;
}

#menu img{width: 20px;height: 20px;cursor: pointer}
#menu{
    position: absolute;
    top:15px;
    right: 10px;
    z-index: 3;
}
#menu ul {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #333;
    font-size: 13px;
    width: 166px;
    padding: 10px;
    display: none;
    cursor: pointer;
    list-style: none;
}
#menuback{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    z-index: 2;
    display: none;
}
#shade{
    position: fixed;
    opacity: 0.9;
    background: black;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 11;
    display: none;
}
#reportpopup{
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    z-index: 12;
    background: rgba(255, 255, 255, 0.4); /* تغییر پس‌زمینه هنگام hover */
    border-color: rgba(255, 255, 255, 0.5); /* تغییر حاشیه هنگام hover */
    margin-top: -100px;
    display: none;
    backdrop-filter: blur(10px); /* افزودن افکت بلور برای شیشه‌ای بودن */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه برای عمق بیشتر */
}
#rpmsg{
    padding: 18px;
    font-size: 14px;
    line-height: 1.5;

}
#rpbtns{
    border-top: 1px solid #eee;
}
#rpbtns > div#reportbtn{
    border-left: 1px solid #eee;
}
#rpbtns > div{
    width: 50%;
    padding: 10px;
    text-align: center;
    /* display: inline-block; */
    box-sizing: border-box;
    float: right;
    cursor: pointer;
}
@font-face {
    font-family: 'id_list';
    src: url('font/IRANSansWeb_Light.eot');
    src: url('font/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
    url('font/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('font/IRANSansWeb_Light.woff2') format('woff2'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('font/IRANSansWeb_Light.ttf') format('truetype');
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    direction: rtl;
}
html {
    min-height: 100%;
    margin-bottom: 1px;
    overflow: -moz-scrollbars-vertical!important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
}
body {
    line-height: 1;
}
body {
    background-image: url('../asset/img/bg.jpg'); /* مسیر تصویر پس‌زمینه */
    background-size: cover; /* پوشش کامل صفحه */
    background-position: center; /* مرکز قرار دادن تصویر */
    background-repeat: no-repeat; /* جلوگیری از تکرار تصویر */
    font: 16px/1.8 'id_list';
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
img, audio, video, canvas {
    max-width: 100%;
}
a{
    text-decoration: none;
}


/* کاستوم CSS | شیشه ای */

/* اضافه کردن پس‌زمینه شیشه‌ای به منوها و دکمه‌ها */
#menu ul, #reportpopup, .useritem, .tab {
    background: rgba(255, 255, 255, 0.2); /* پس‌زمینه شفاف با رنگ سفید */
    backdrop-filter: blur(10px); /* افکت بلور برای ایجاد ظاهر شیشه‌ای */
    border-radius: 10px; /* گوشه‌های گرد */
    border: 1px solid rgba(255, 255, 255, 0.3); /* حاشیه نازک با شفافیت */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه برای عمق بیشتر */
	color: white !important;
}

/* تغییرات برای profilehead */
.profilehead {
    background: rgba(67, 68, 68, 0.8); /* حفظ رنگ اصلی با شفافیت کم */
    backdrop-filter: blur(10px); /* افکت بلور برای شیشه‌ای شدن */
    border-radius: 10px; /* گوشه‌های گرد */
    padding: 20px; /* افزایش فضای داخلی */
    border: 1px solid rgba(255, 255, 255, 0.3); /* حاشیه نازک شفاف */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه برای عمق بیشتر */
}

/* تغییرات برای دکمه‌ها */
.useritem:hover, .tab:hover {
    background: rgba(255, 255, 255, 0.4); /* تغییر پس‌زمینه هنگام hover */
    border-color: rgba(255, 255, 255, 0.5); /* تغییر حاشیه هنگام hover */
}

/* تغییرات برای منو */
#menu ul {
    padding: 10px;
    margin-top: 5px;
}

/* تغییرات برای پاپ‌آپ */
#reportpopup {
    padding: 20px;
    border-radius: 15px;
}

/* تغییرات برای تب‌ها */
.tab {
    border-radius: 5px; /* حذف گوشه‌های گرد از تب‌ها */
}
.tab.active, .tab:hover {
    background: rgba(255, 255, 255, 0.4);
    border-top: 3px solid rgba(31, 108, 181, 0.8); /* تغییر رنگ border-top */
}