
:root {
    --primary: #2c333f;
    --secondary: #109bfc
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background-color: #fff;
    font-family: Yekan Bakh;
    overflow-x: hidden
}

a {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    color: var(--primary);
    font-weight: 500
}

h1 {
    font-size: 50px
}

h3 {
    font-size: 20px
}

p {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.wrapper {
    display: flex;
    direction: rtl;
    flex-direction: column;
    align-items: flex-start;
    margin: auto auto 40px
}

.article {
    color: #303030;
    width: 100%;
    padding: 0 20px;
    margin-top: 24px;
    background-color: #fff
}

.article h1,.article h2,.article h3,.article h4,.article h5,.article h6 {
    margin: 30px 0 10px
}

.article h1:first-child,.article h2:first-child,.article h3:first-child,.article h4:first-child,.article h5:first-child,.article h6:first-child {
    margin-top: 0
}

.article p {
    margin: .5em 0;
    font-size: .8rem;
    line-height: 1.8em
}

.article :last-child {
    margin-bottom: 0
}

.article a {
    color: var(--secondary);
    border-bottom: 1px dashed
}

.article a:hover {
    color: #1076bd
}

.article img {
    margin: 0 auto;
    display: block
}

.article img,.article video {
    max-width: 100%
}



.ltr {
    direction: ltr;
    text-align: left
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}


@media (max-width: 992px) {
    .platforms {
        justify-content:center;
        padding-top: 20px
    }
}

@media (min-width: 768px) {
    main {
        width:768px;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    main {
        width:992px;
        margin: 0 auto
    }
}

@media (min-width: 1200px) {
    main {
        width:1200px;
        margin: 0 auto
    }

    .wrapper {
        flex-direction: row;
        margin-top: 40px
    }
}

@media (min-width: 1400px) {
    main {
        width:1400px;
        margin: 0 auto;
        overflow: hidden
    }

    .article {
        width: 100%;
        border-radius: 12px;
        margin-bottom: 24px;
        padding-left: 30px
    }

    .article p {
        margin: 1em 0
    }

    .article ol,.article p,.article ul {
        font-size: 16px;
        line-height: 2em
    }

    code {
        font-size: 16px
    }
}

@media (min-width: 576px) {
    .menu-button {
        background-color:red
    }
}

@media (max-width: 576px) {
    h1 {
        font-size:2.3em
    }

    h2 {
        font-size: 1.8em
    }

    h3 {
        font-size: 1.3em
    }

    h4 {
        font-size: 1em
    }
    h5 {
        font-size: 0.7em
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1200px!important
    }
}




.notice {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.8em;
    padding: 10px;
    background-color: #eee;
    border-right: 2px solid #ccc
}

.dark-mode .notice {
    background-color: #cccccc33;
    border-right: 1px solid #ccc;
    color: #ccc;
    border-radius: 6px
}

.notice--info {
    background-color: #e7f3fe;
    border-right: 2px solid #218be5;
        text-align: center;
            font-size: 16px;
}

.notice--warning {
    background-color: #fff8bc;
    border-right: 2px solid #ffe826
}

.notice--danger {
    background-color: #ffc9d5;
    border-right: 2px solid #e5212b
}

.dark-mode .notice--info {
    border: 1px solid #28c1f5;
    background: #28c1f533;
    border-radius: 6px;
    color: #28c1f5
}

.dark-mode .notice--warning {
    border: 1px solid #fdea4f;
    background-color: #ffe82633;
    border-radius: 6px;
    color: #fdea4f
}

.dark-mode .notice--danger {
    background-color: #fa485133;
    border-right: 1px solid #fa4851;
    border-radius: 6px;
    color: #fa4851
}

.os-container a {
    color: #fff!important;
    border-bottom: none;
    background-color: #0070f3;
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 8px;
    white-space: nowrap;
    text-align: center;
    display: block;
    margin: 0 0 8px;
    min-width: 160px
}

.dark-mode .os-container a {
    color: #87fcc4!important;
    border: 1px solid #87fcc4;
    background: transparent
}

.dark-mode .os-container a img {
    opacity: .6
}

.dark-mode .os-container a:hover {
    background: #222
}


.dark-mode {
    background: #181818!important;
    transition: all .4s;
    position: relative
}

.dark-mode .bg-app svg {
    stroke: #fff
}

.dark-mode div.background-gradient-first {
    background: radial-gradient(87.68% 101.73% at 51.86% -.36%,rgba(32,106,190,.38) 0,rgba(13,30,51,0) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000px;
    z-index: 0
}



.dark-mode .header div:first-child a {
    color: #fff
}

.dark-mode .header div:first-child button.grad {
    color: #111
}


.dark-mode .header div:first-child span {
    display: block;
    text-align: center;
    background: linear-gradient(92deg,#87fcc4,#28c1f5 98.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 1
}



.dark-mode .article {
    position: relative;
    background: transparent
}

.dark-mode .article a.next-page {
    font-size: 14px;
    background: linear-gradient(92deg,#87fcc4,#28c1f5 98.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding: 10px 15px;
    border: 1px solid #87fcc4;
    border-radius: 8px;
    float: left
}


.dark-mode .sidebar nav span {
    color: #d7d8d9
}

.dark-mode .article h1,.dark-mode .article h2,.dark-mode .article h3,.dark-mode .article h4,.dark-mode .article h5,.dark-mode .article h6,.dark-mode .article li,.dark-mode .article p {
    color: #e3e3e3ef;
    text-align:center;
}







	input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
    background-color: #e6e6e6;
    cursor: default
}

[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=tel],[type=time],[type=url],[type=color],[type=number],[type=search],textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #8a8a8a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    border-radius: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}


[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="tel"], [type="time"], [type="url"], [type="color"], [type="number"], [type="search"], textarea {
  background: #fcfcfc none repeat scroll 0 0;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 0.464286em;
  box-shadow: none;
}

	.ashkan {
		width:100%;
		height:100%;
		border:1px solid;
		border-collapse:collapse;
		border-spacing:2px;
		padding:10px;
	}
	.ashkan th {
		border:1px solid;
		padding:10px;
		color:#ffffff;
	}
	.ashkan td {
		border:1px solid;
		text-align:center;
		padding:10px;
        color:#ffffff;
	}
	
	
	
.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    color: #abb2bf;
    background: #282c34
}

.hljs-tag{
    color: #3f9cd6;
}

.hljs-header{
    color: #dcdcaa;
}

.hljs-par1{
    color: #f1d700;
}

.hljs-link{
    color: #c3602d;
}

.hljs-url{
    color: #7cdcfe;
}

.hljs-sabz{
    color: #6a8a36;
}

.hljs-if{
    color: #ba5a58;
}


.hljs-imp{
    color: #c586c0;
}

.hljs-req{
    color: #4ec9a2;
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}

.page-icon {
    width: 100px;
    height: 70px;
}
.icon-container {
    float: right;
}
.list-item {
    cursor: pointer;
    color : yellow;
    padding: 10px;
    margin: 5px;
    font-size: 20px;
    border: none;
    text-align: center;
    background-color: transparent;
}

ashkan {
    color: white;
    font-size: 10px;

  }