		@font-face {
			font-family: Vazir;
			src:url('https://tavafi.ir/listdiskpro/css/Vazir-Bold.eot');
			src:url('https://tavafi.ir/listdiskpro/css/Vazir-Bold.eot?#iefix');
			src:url('https://tavafi.ir/listdiskpro/css/Vazir-Bold.woff2');
			src:url('https://tavafi.ir/listdiskpro/css/Vazir-Bold.woff');
			src:url('https://tavafi.ir/listdiskpro/css/Vazir-Bold.ttf');
			font-weight: bold;
            font-display: swap;
		}
        * {
			font-family: Vazir;         
        }
        body {
			font-family: Vazir;
            background-image: url('body.png'), linear-gradient(to bottom right, #ffffff, #ffffff);
        }
        header {
            background-image: none;
            background-color: #448aff;
            color: #ffffff;
        }
        header .Padding img {
            box-shadow: 0 0 0 3px #ffffff22;
        }
        nav {
            background-color: #ffffff;
        }
        nav ul li a::before {
            background-color: #448aff;
        }
        nav ul li a, nav ul li a svg {
            color: #111111;
            fill: #448aff;			
        }
        nav ul li a:hover {
            background-color: #448aff;
			overflow: hidden;border-radius:20px;
        }
        nav ul li a:hover, nav ul li a:hover svg {
            color: #ffffff;
            fill: #ffffff;
        }
        .PostBoxWrap .PostBox {
            background-color: #ffffff;
            color: #111111;
        }
        .PostBox p a {
            color: #66aaff;
        }
        .PostBox .PostTitle a {
            color: #111111;
        }
        .PostBox .PostInfo {
            background-color: #448aff10;
            box-shadow: 0 0 0 1px #448aff33;
        }
        .PostContents a {
            color: #66aaff;
        }
        .PostBox a:hover {
            color: #448aff;
        }
        .PostBoxWrap .PostTag a {
            background-color: #66aaff22;
            border: 1px solid #66aaff;
        }
        .PostComment {
            color: #448aff;
            fill: #448aff;
        }
        .More a {
            color: #448aff;
            fill: #448aff;
        }
        .Pagination a {
            background-color: #448aff;
            color: #ffffff;
            fill: #ffffff;
        }
        .Sidebar .Shadow {
            background-color: #ffffff;
            color: #111111;
        }
        .SidebarBox h6 {
            color: #448aff;
            fill: #448aff;
        }
        .SidebarBox.linkList ul li::before {
            background: #448aff55;
        }
        .SidebarBox ul li a {
            color: #111111;
        }
        .SidebarBox ul li a:hover {
            color: #66aaff;
        }
        footer {
            background-color: #448aff;
        }
        footer h2 {
            color: #ffffff;
        }
        .PostCommentsFormSubmit input {
			font-family: Vazir;
            background-color: #448aff;
        }
        .PostCommentsReply {
            background-color: #448aff11;
            border: solid 1px #448aff44;
        }
/*************************/
html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    line-height: 1.15;
    margin: 0 0 90px;
    text-align: unset;
}
details,
main {
    
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: bold;
    line-height: unset;
}

h2 {
    font-weight: bold;
    line-height: unset;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
input,
optgroup,
select,
textarea {
    font-family: Vazir;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
	font-family: Vazir;
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    appearance: button;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted
}

figure {
    margin: 0;
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

img {
    max-width: 100%
}
* {
    box-sizing: border-box
}

body {
font-family: Vazir;
	background-color: #f3f3f3;
    line-height: 1.8;
    padding: 0;
    direction: rtl;
    font-size: 11pt;
    color: #111
}

a {
    text-decoration: none;
    color: inherit
}

header {
    padding-bottom: 50px;
    margin-bottom: -60px
}

header .Padding {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px
}

header .Padding * {
    padding: 0;
    margin: 0;
}

header .Padding img {
    height: 100px;
    width: 100px;
    border-radius: 25px;
    margin-left: 20px;
}

header .TitleBox {
    display: inline-block;
}

header h2 {
    font-size: 14pt;
    font-weight: 400
}

.Padding {
    padding: 20px
}

.Box {
    max-width: 1100px;
    margin: auto
}

nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 70px;
}

.Shadow {
    border-radius: 15px;
    box-shadow: 0 0 10px #00000011
}

nav {
    margin-bottom: 40px !important;
    display: block
}

nav ul li {
    width: 100%;
    padding: 0 5px
}

nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    transition: 0.2s ease;
}

nav ul li a:hover {
    box-shadow: 0 3px 10px #00000044;
    transform: scale(1.1);
}

nav ul li a:hover svg {
    margin-top: 5px;
    margin-bottom: 5px;
    transform: scale(1.2);
}

nav ul li a:hover::before {
    transition: 0.3s ease;
}

nav ul li a svg {
    display: block;
    margin-bottom: 10px;
    transition: .2s cubic-bezier(.215, .61, .355, 1)
}


.PartContent {
    width: 100%;
    max-width: 1110px;
    margin: auto;
}

.SetMargin {
    margin-left: -10px;
    margin-right: -10px
}

.SidebarSet {
    min-width: 33.333%;
    max-width: 33.333%;
    width: 100%
}

.PostList {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}

.PostList .PostBoxWrap {
    padding: 0 10px;
    min-width: 90%;
    max-width: 90%;
    margin-bottom: 20px;
}

.Partition .PartContent .PostList .PostBoxWrap {
    min-width: 100% !important;
    max-width: 100% !important
}

.Sidebar {
    min-width: 33.333%;
    max-width: 33.333%;
    display: none;
    padding: 0 10px
}

.Partition .Sidebar {
    display: block
}

.PostBoxWrap .PostBox {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.PostTitle {
    margin-bottom: 5px
}

.PostTitle h2 {
    margin: 0;
    padding: 0;
    font-size: 14pt;
    overflow-x: auto;
}

.PostTitle span {
    color: #999;
    font-size: 10pt;
    line-height: 1
}

.PostTitle .separator {
    display: none;
}

body.PageHome .PostTitle .separator, body.PagePost .PostTitle .separator {
    display: inline;
}

.PostBox .PostInfo {
    justify-content: space-between;    
    margin-top: 10px;
    width: 100%;
}

.PostComment {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.likeCount-0 {
    display: none;
}

.commentCount-0 {
    display: none;
}

.PostInfo a {
    transition: 0.2s;
}

.PostInfo a:hover {
    transform: scale(2);
}

.PostComment span a {
    display: block;
    color: #111
}

.PostComment i, .PostComment svg {
    margin-left: 5px;
    display: block;
}

.likeBtn svg.liked, .likeBtn.liked svg.notLiked {
    display: none;
}

.likeBtn.liked svg.liked {
    display: block;
}

.More a {
    display: block;
}

.More a svg, .PostComment.shareBtn svg {
    display: block;
    margin-right: 5px;
}


body:not(.PagePost) .PostComment.shareBtn {
    display: none;
}

.PostContent {
    overflow-x: auto;
    padding: 20px 20px 10px 20px;
}

.PostContent img {
    max-width: 100%;
    max-height: 500px;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: auto;
}

.PostContent video {
    max-width: 100%;
}

.PostContent p {
    overflow-wrap: break-word;
}

.PostBoxWrap .PostContent>div>ul, .PostBoxWrap .PostContent>div>div>ul {
    padding: 2px;
    margin-bottom: 10px;
}
.PostBoxWrap .PostContent ul>li {
    list-style: none;
    background-color: #00000007;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #0003;
    margin: 12px 0px 0px 0px;
    padding: 7px;
}

.PostBoxWrap .PostTag {
    margin-top: 10px;
}

.PostBoxWrap .PostTag a {
    display: inline-block;
    margin: 10px 0 0 10px;
    font-size: 80%;
    padding: 3px 10px;
    border-radius: 50rem;
}

.PostBoxWrap .PostCover {
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    max-height: 370px;
}

.PostBoxWrap .PostCover img {
    width: auto;
    max-width: 100%;
    max-height: 370px;
    margin: 0 auto;
}

.Sidebar .Shadow {
    color: #111
}

.SidebarBox:not(:last-child) {
    margin-bottom: 50px
}

.SidebarBox h6 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 12pt;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-weight: 400
}

.SidebarBox h6 svg {
    display: block;
    stroke-width: 2
}

.SidebarBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.SidebarBox.linkList .info {
    border: 1px solid #777;
    border-radius: 50rem;
    padding: 0 6px;
}

.SidebarBox.linkList ul {
    padding-right: 25px;
}

.SidebarBox.linkList ul li {
    transition: 0.2s;
    padding: 5px 0;
}

.SidebarBox.linkList ul li:hover {
    margin-right: 3px;
}


.SidebarBox.linkList ul li::before {
    content: "";
    position: absolute;
    margin-right: -25px;
    margin-top: 6px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

.SidebarBox .info {
    color: #777;
    font-size: 80%;
}

.SidebarBox .info.count {
    display: none;
}

footer {
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer h2 {
    font-size: 11pt;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center
}

.Pagination {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px
}

.Pagination a {
    padding: 10px 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.Pagination a:hover {
    transform: scale(1.05);
}

.Prevoius {
    float: right;
}

.Prevoius svg {
    margin-left: 5px;
}

.Next {
    float: left;
}

.Next svg {
    margin-right: 5px;
}

.Clear {
    clear: both
}

body {
    overflow-x: hidden
}

@media screen and (max-width:1140px) {
    .SetMargin {
        margin: 0
    }

    nav,
    .Pagination {
        margin-right: 10px !important;
        margin-left: 10px !important
    }
}

@media screen and (max-width:800px) {

    nav.Padding {
        padding: 15px;
        margin-bottom: 30px !important;
    }

    nav ul li a {
        padding: 15px 0;
    }
    
    nav ul li a svg {
        margin: 0;
        transform: scale(1.2);
    }

    nav ul li:hover a svg {
        margin: 0;
        transform: scale(1.3);
    }
    
    nav ul li a span {
        display: none;
    }

    .PartContent {
        width: 100%;
    }

    .RemoveElement {
        display: none
    }

    .Partition .SetMargin {
        flex-direction: column
    }

    .PostList .PostBoxWrap,
    .Sidebar {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important
    }

    .PostContent {
        max-height: unset
    }

    header .Padding {
        padding: 30px 15px 40px 15px;
    }
    
    header .Padding img {
        height: 50px;
        width: 50px;
        border-radius: 12.5px;
        margin-left: 15px;
    }

    header h1 {
        font-size: 16pt
    }

    header h2 {
        font-size: 10pt;
        font-weight: 400
    }
}

@media screen and (max-width:350px) {
    .RemoveElement2 {
        display: none;
    }
}

.PostBoxWrap .PostContent p {
    margin-block-start: 0;
    margin-block-end: 0
}

.SidebarBox.info, .SidebarBox.js {
    overflow-x: auto;
}

.SidebarBox.info img, .SidebarBox.info video, .SidebarBox.js img, .SidebarBox.js video {
    max-width: 100%;
}

.SidebarBox.info p {
    overflow-x: auto;
}

/*********************
    Sidebar CoverList
*********************/

.SidebarBox .CoverList li {
    display: block;
    height: 70px;
}
.SidebarBox .PostCover {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-left: 15px;
    object-fit: cover;
}
.SidebarBox .CoverList li {
    transition: 0.2s;
}
.SidebarBox .CoverList li:hover {
    margin-right: 5px;
}
.SidebarBox .PostCover[src=""] {
    display: none;
}
.oneline {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* SearchBar */

.searchBar {
    opacity: 0%;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    height: 70px;
    margin-top: -70px;
    transition: 0.3s;
}
.searchBar.open {
    opacity: 100%;
    height: 70px;
    margin-top: 0px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px #00000055;
    z-index: 10;
}
.searchBar .overlay {
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    height: 0vh;
    background-color: #00000077;
    opacity: 0%;
    transition: top 0.3s;
}
.searchBar.open .overlay {
    top: 70px;
    opacity: 100%;
    height: 100vh;
}
.searchBar form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchBar .close, .searchBar .submit {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: none;
    background-color: #ffffff;
    transition: 0s;
}
.searchBar .close svg, .searchBar .submit svg {
    width: 32px;
    height: 32px;
    fill: #000000aa;
    cursor: pointer;
}
.searchBar input {
	font-family: Vazir;
    width: 100%;
    height: 70px;
    border: 0;
    outline: none;
    padding: 10px;
    font-size: 16px;
}

/* PostCommentsBlock */

.PostCommentsBlock a {
    color: #448aff;
}
.PostComments {
    border-top: solid 1px #0001;
    text-align: right;
    overflow: auto;
}
.PostCommentsContent {
    padding: 10px;
}
.PostCommentsTop {
    width: 100%;
    overflow: auto;
}
.PostCommentsImages {
    width: 50px;
    overflow: hidden;
    float: right;
}
.PostCommentsImage {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    float: right;
}
.PostCommentsXp {
    height: 20px;
    width: 20px;
    margin-top: 20px;
    margin-right: -15px;
    float: right;
}
.PostCommentsXp[src=""] {
    display: none;
}
.PostCommentsUrl {
    display: block;
    font-size: 12px;
}
.PostCommentsUrl[href=""] {
    color: inherit;
}
.PostCommentsUrl[href=""]:hover {
    color: inherit;
    cursor: inherit;
}
.PostCommentsTime {
    font-size: 12px;
}
.PostCommentsReplyBtn {
    float: left;
    margin: 10px;
    cursor: pointer;
}
.PostCommentsText {
    padding: 10px 5px;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
}
.PostCommentsReply {
    margin: 10px;
    background-color: #0001;
    border: solid 1px #0001;
    border-radius: 10px;
}
.PostCommentsForm {
    padding: 10px;
    border-top: solid 1px #0001;
}
.PostCommentsFormFiled {
    margin: 10px 0;
}
.PostCommentsFormFiled input, .PostCommentsFormFiled textarea {
	font-family: Vazir;
    direction: rtl;
    width: 100%;
    display: block;
    background-color: #ffffff33;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 15px;
    line-height: 1.5;
    color: #212529;
    resize: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.PostCommentsFormFiled input:focus, .PostCommentsFormFiled textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #0d6efd40;
}
.PostCommentsFormSubmit {
    margin: 10px 0;
}
.PostCommentsFormSubmit input {
	font-family: Vazir;
    width: 150px;
    height: 50px;
    border-radius: 12px;
    background-color: #448aff;
    color: #ffffff;
    border: none;
    display: flex;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0px 3px 5px -1px #00000022, 0px 6px 10px 0px #00000015, 0px 1px 18px 0px #00000010;
    cursor: pointer;
    transition: 0.4s;
}
.PostCommentsFormAlertReply, .PostCommentsFormAlertGuest, .PostCommentsFormAlertUser, .PostCommentsFormAlertError, .PostCommentsFormAlertSuccess {
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
    text-align: center;
}
.PostCommentsFormAlertReply {
    display: none;
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.PostCommentsFormAlertReply svg {
    float: left;
    fill: #084298;
    cursor: pointer;
}
.PostCommentsFormAlertGuest {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.PostCommentsFormAlertUser {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.PostCommentsFormAlertSuccess {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    display: none;
}
.PostCommentsFormAlertError {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    display: none;
}
.PostCommentPagination {
    direction: ltr;
    display: flex;
    justify-content: space-between;
}
.PostCommentNextPage, .PostCommentPreviousPage {
    border: solid 1px #0001;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}
.PostCommentNextPage[href=""], .PostCommentPreviousPage[href=""] {
    display: none;
}