
:root {
    --main-color: #014a69;
    --main2-color: #001f2d;

    --body-background-color: #014a69;
    --header-background-color: var(--main2-color);
    --footer-background-color: var(--main2-color);

    --main-text-color: var(--main2-color);
    --main2-text-color: var(--main-color);
    --main3-text-color: #212121;




    --hint-text-color: #626262;
    --link-text-color: #ecebeb;



    --main-dark-color: #ffffff;
    --main2-dark-color: #d0d0d0;

    --body-background-dark-color: var(--main-dark-color);
    --header-background-dark-color: var(--main2-dark-color);
    --footer-background-dark-color: var(--main2-dark-color);

    --main-text-dark-color: var(--main2-dark-color);
    --main2-text-dark-color: var(--main-dark-color);
    --main3-text-dark-color: #c0c0c0;

}

@font-face {
    font-family: DroidKufi-Bold;
    src: url("../fonts/DroidKufi-Bold.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

html {
    overflow-y: scroll;
}


body {
    background: var(--body-background-color);
    font-family:  DroidKufi-Bold,sans-serif;
    margin: 0;
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: right;
    color: #ffffff;
}

body > .content {
    max-width: inherit;
    width: inherit;
    font-family:  DroidKufi-Bold,sans-serif;
    min-height: max-content;
    height: fit-content;
    padding-right: 2px;
    padding-left: 2px;
    margin: auto;
    background: var(--body-background-color);
    position: relative;
    color: #ffffff;
}

body > .content-max {
    max-width: fit-content;
    min-height: max-content;
    height: 2000px;
    padding-right: 2px;
    padding-left: 2px;
    margin: auto;
    background: var(--body-background-color);
    position: relative;
    color: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}



/*============================================================
	header
==============================================================*/
header {
    position: relative;
    top: 0;

    height: 40px;
    width: 100%;
    z-index: 4;
    background: var(--header-background-color);
    justify-content: space-between;
}

header div, header a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

header .logo {
    margin: 0 auto 0 auto;
}

header .menu-button {
    height: 20px;
    width: 20px;
}

header .menu-button img {
    position: relative;
    z-index: -1;
}

header .search {
    height: 20px;
    width: 20px;


}

header > img {
    display: none;
    cursor: pointer;
}

header .logo img {
    height: 20px;
}

header a  {
    padding-top: 5px;

    padding-right: 20px
}

header a img {
    padding-left: 10px;
}
.header {
    text-align: center;
    width: 100%;

}
.header p {
    margin-bottom: 30px;
    text-align: center;
}

/*============================================================
	Footer
==============================================================*/




footer {
    background: var(--footer-background-color);
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
}

footer .logo {
    display: block;
    text-align: center;
    flex: 1 100%;
    padding: 30px;
}

footer .logo img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(26%) saturate(212%) hue-rotate(147deg) brightness(87%) contrast(84%);
}

footer div {
    flex: 1 100%;
    text-align: center;
    margin: 10px;
}

@media (min-width: 767px) {
    footer div {
        flex: 1 30%;
    }
}

footer div > p {

    color: white;
    font-size: 14px;
    font-weight: inherit;
    padding-bottom: 10px;
    text-transform: uppercase;
}


footer div a, footer div div {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #EDF3F4;
    font-size: 14px;
    font-weight: inherit;

    padding: 5px;
    margin: 0;
    cursor: pointer;
}

footer div button#csconsentlink.ot-sdk-btn.ot-sdk-show-settings {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #EDF3F4;
    font-size: 14px;
    font-weight: inherit;
    border: 0;
    padding: 10px;
    background: transparent;
    text-rendering: geometricPrecision;
}

footer div button#csconsentlink.ot-sdk-btn.ot-sdk-show-settings:hover {
    font-family: geomanistregular, sans-serif;
    color: #EDF3F4;
    font-size: 14px;
    font-weight: inherit;
    background: transparent;
}

footer div .social {
    display: inline-flex;
    margin: 10px 0 10px;
    flex-wrap: wrap;
    justify-content: center;
}

footer div .social a {
    padding: 0 10px;

}



footer div .social img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(500deg) brightness(97%) contrast(103%);
    position: relative;
    top: 1px;
}


footer div .social img:hover {
    filter: brightness(70%) saturate(0%) invert(30%) sepia(70%) saturate(131%) hue-rotate(0deg) brightness(97%) contrast(103%);
    position: relative;
    top: 1px;

    background: transparent;
}


footer div .rights-developer-site a {
    font-weight: 700;




    color: var(--link-text-color);
    text-align: center;
}

footer div .rights-developer-site a:hover {

    color: #ffd64b;

}

footer div .rights-developer-site p {
    font-weight: 300;
    color: #b0fff3;
    text-align: center;
}

/*============================================================
	section
==============================================================*/


section {
    position: relative;
    overflow: hidden;
    padding:  10px 30px 10px 30px;
    font-family:  DroidKufi-Bold,sans-serif;
}



section .content {
    padding-top:  10px;
    clear: both;
    font-family:  DroidKufi-Bold,sans-serif;

}

section .title-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    color: #ffffff;

}

section .title {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #ffffff;

    font-size: 18px;
}


section .title-row + span {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px 0;
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
}

section .title + .more {
    padding: 0 10px 0;
}

section .title + .more img {
    line-height: 1;
    display: block;
}

/*============================================================
	Anthore
==============================================================*/





.hidden {
    display: none;
}


.nav-main, .shadow {
    transition: all .1s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.nav-main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -256px;
    width: 256px;
    height: auto;
    z-index: 5;
    background: white;
    overflow: auto;
    padding-top: 10px;
}





@media (min-width: 996px) {
    section .title-row {
        padding: 10px 20px 20px;
    }

    section .title {
        font-size: 18px;
    }

    section .content {
        padding: 0 20px 15px;
    }

    section .title-row + span {
        padding: 0 20px 10px;
    }


    header {
        max-width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        max-height: 40px;
        position: relative;
        height: 40px;
    }

    header .menu-button, header .search {
        width: 40px;
        height: 40px;

    }

    header .help {
        margin-left: 0;
        margin-right: 350px;
    }

    .select-platform {
        width: 80px;
        height: fit-content;
        background: white;
        position: absolute;
        z-index: 2;
        right: 100px;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.05);
        display: none;
    }

    .select-platform img {
        padding: 20px 30px;
        filter: brightness(0) saturate(100%) invert(58%) sepia(81%) saturate(3812%) hue-rotate(158deg) brightness(95%) contrast(101%);
    }

    .select-platform img:first-child {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(232deg) brightness(101%) contrast(102%);
        z-index: 1;
        padding: 30px;
    }

    .select-platform:after {
        content: '';
        width: 80px;
        height: 80px;
        background: #25774a;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .select-platform img:hover {
        box-shadow: inset 0 0 0 3px #25774a;
    }

    .select-platform img:first-child:hover {
        box-shadow: none;
    }

    .select-platform.show {
        display: grid;
        margin-left: 30px;
    }

    .change-platform {

        display: block;
        position: absolute;
        left: 95px;
        top: 20px;
        padding-top: 0;
    }

    header > img {
        display: block;
        filter: brightness(0) saturate(100%) invert(58%) sepia(81%) saturate(3812%) hue-rotate(158deg) brightness(95%) contrast(101%);
        padding: 10px;
        margin-left: 10px;
        margin-right: auto;
    }

    header .logo {
        transform: scale(1.5);
        margin-right: auto;

        height: 20px;
        padding-top: 2px;
    }

    .mybreadcrumb.father {
        padding-top: 10px;
        height: 30px;
        padding-right: 20px;
        margin-left: 0;

    }
    .detail {
        padding: 10px 20px 20px;

    }

    .app-tag {
        padding: 10px 20px 20px;

    }

    .detail > div {
        margin-bottom: 0;
    }

    .detail + .ad {
        min-height: 100px;
    }

    .detail .icon img {
        margin: 0;
    }

    .detail .info h1 {
        font-size: 36px;
        line-height: 32px;
    }

    .detail .info .version {
        font-size: 14px;
    }

    .detail .info .version span.beta {
        vertical-align: middle;
        margin: 0 5px 5px;
        top: 1px;
    }

    .detail .info .autor {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .detail h2 {
        font-size: 16px;
        margin: 5px 0;
        padding: 10px 0 10px;
    }

    .detail .stats {
        font-size: 14px;
        padding: 0;
        height: 20px;
        line-height: 20px;
    }

    .detail .stats div {
        padding: 0 20px;
    }

    .button.download, .button.last {
        min-width: 300px;
        display: inline-block;
    }

    .button.deactivate {
        min-width: 300px;
    }

    .button.secondary {
        display: inline-flex;
        max-width: none;
        min-width: 200px;
        margin: 20px 0 0 20px;
        vertical-align: top;
    }

    .button.deactivate + span {
        text-align: left;
        margin: -10px 20px 20px;
    }

    .button.secondary + .button.version {
        margin-bottom: 0;
        margin-left: 17px;
    }

    .button.version {
        margin-top: 46px;
    }

    article {
        padding: 20px;
        font-size: 16px;
    }

    article h2 {
        font-family:  DroidKufi-Bold,sans-serif;
        font-size: 18px;
    }

    .button.download.xapk {
        margin-bottom: 10px;
    }

    .xapk-notice {
        margin: 0 10px 10px 10px;
        width: 300px;
        box-sizing: border-box;
    }

    .detail .info span.onBoard, .button.badge {
        margin: 5px 5px 0 0;
    }

    .external-notice img {
        margin: 0 10px 0 20px;
    }

    .item-row {

        margin: 0 auto 0;

    }

    .item-row .content {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0 20px;

    }

    .item {
        margin-right: 22px;
    }

    .button-group {
        margin-left: 20px;
    }

    .detail .stats img {
        vertical-align: initial;
        margin-left: 5px;
        margin-right: 0;
    }

    .detail .stats .dwstat img {
        margin-top: 4px;
    }

    .button {
        margin: 20px 20px 20px 20px;
    }

    .ad.text {
        min-width: 360px;
        min-height: 250px;
        float: right;
        margin: 0 0 10px 20px;
    }

    .button.secondary {
        margin-right: 0;
        margin-top: 20px;
        margin-left: 10px;
    }

    .button.version {
        margin-top: 40px
    }

    .button.secondary + .button.version {
        margin-right: 5px;
    }
}





.panel {
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    background: var(--body-background-color);
    right: -100%;
    left: -520px;
}

.nav-main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;

    width: 256px;
    height: auto;
    z-index: 5;
    background: var(--body-background-color);
    overflow: auto;
}

.panel .header div div.left {
    float: right;
}

section .title + .more img {
    transform: rotate(0);
    height: fit-content;
}



@media (prefers-color-scheme: dark) {
    body {

        background: var(--body-background-color);
    }

    body > .content {
        background: var(--body-background-color);
    }

    header {
        background: var(--header-background-color);
    }

    header .logo img {
        filter: brightness(0) saturate(100%) invert(99%) sepia(28%) saturate(2142%) hue-rotate(165deg) brightness(83%) contrast(84%);
    }

    .select-platform {
        background: #333333;
    }

    section .title {
        color: white;
    }

    section .title-row + span {
        color: #ffffff;
    }

    .nav-main {
        background: #091a2a;
    }

    .ad .title {
        color: #ffffff;
    }

    section .title + span {
        color: #ccc;
    }

    .panel {
        background: #1F4E5A;
    }



    .mybreadcrumb > span:not(.path_separator) {
        color: var(--link-text-color);

    }

    .detail .icon img {
        color: #7F949A;
    }

    .detail .info h1, .detail h2 {
        color: white;
    }

    .detail .info .autor, .detail .stats {
        color: #7F949A;
    }

    .detail .info .version {
        color: #00AAD5;
    }

    .detail h2 {
        color: #7F949A;
    }

    .button.version {
        border: 1px solid white;
        color: white;
    }

    .button.badge {
        border: 1px solid white;
        color: white;
    }

    article {
        color: #7F949A;
    }

    .item div.name {
        color: #fff;
    }

    .item div.description {
        color: #7F949A;
    }

    .item figure img {
        color: white;
    }

    .item-row .more {
        color: white;
    }

}

.mainbar {
    padding-top: 3px;
    padding-right: 15px;
    font-family:  DroidKufi-Bold,sans-serif;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 2px;
    font-size: 13px;

    align-items: center;
    height: auto;
}
.mainbar.father::-webkit-scrollbar {
    display: none;


}

.mainbar a {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
}

.mainbar a img {
    width: 12px;
    height: 12px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;



}

.mainbar span {
    color: #ffffff;
    padding: 3px 0;
    font-size: 8px;
    text-transform: uppercase;
    margin: 1px;
}

.mybreadcrumb {
    font-family:  DroidKufi-Bold,sans-serif;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 2px;


}

.mybreadcrumb.father::-webkit-scrollbar {
    display: none;

}

.mybreadcrumb a {
    margin-bottom: 5px;
    display: inline-block;

}





.mybreadcrumb span {
    color: #ffffff;
    padding: 3px 0;
    font-size: 12px;
    text-transform: uppercase;
    margin: 1px;
}



.mybreadcrumb .path_separator {
    padding: 0 3px;
    line-height: 22px;

}

.mybreadcrumb > span:not(.path_separator) {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #ffffff;
    font-weight: 600;
}





.mybreadcrumb.father {
    height: 30px;
    padding: 3px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    background-color: var(--body-background-color);
}


.detail {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #333333;
    z-index: 1;
    position: relative;
    padding: 20px;
}

.detail > div {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 10px;
}

.detail + .ad {
    min-height: 261px;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-rows: 10px auto;
}

.detail .icon {
    min-width: 120px;
    height: 114px;
}

.detail .icon img {
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
    margin: 0 10px 10px;
    font-size: 12px;
    word-break: break-word;
    border-radius: 10px;
}

.detail .info h1 {
    font-family:  DroidKufi-Bold,sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    word-break: break-word;
    font-weight: initial;
    color: var(--main2-color);
}

.detail .info .version {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #0b637c;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    word-break: break-all;
}

.detail .info .version span.beta {
    color: #00AAD5;
    border: 1px solid #00AAD5;
    border-radius: 10px;
    padding: 2px 5px 2px;
    font-size: 8px;
    display: inline-flex;
    margin: 0 5px;
    top: -1px;
    position: relative;
}

.detail .info .autor {
    font-family:  DroidKufi-Bold,sans-serif;
    font-size: 12px;
    color: #003d4f;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 300;
}

.detail .info .autor a {
    padding: 5px 0;
}

.detail .info span.onBoard {
    color: var(--main-text-dark-color);
    background: var(--main2-color);
    border-radius: 10px;
    padding: 3px 10px 3px;
    font-weight: 400;
    font-size: 8px;
    display: inline-flex;
    text-transform: uppercase;
    float: left;
    margin-right: 5px;
    border: 1px solid #023c5e;
}

.detail .info > div {
    margin-top: 3px;
}

.detail .stats {
    font-family:  DroidKufi-Bold,sans-serif;
    display: flex;
    height: 15px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 10px 0;
    color: #1F4E5A;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    line-height: 15px;
}

.detail .stats div.dwstat img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(1%) saturate(0%) hue-rotate(205deg) brightness(92%) contrast(93%);
}

.detail .stats img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(159deg) brightness(97%) contrast(103%);
    position: relative;
    top: 1px;
}

.detail .stats .red {
    cursor: pointer;
}

.detail .stats .red:hover {
    color: #8d741e;
}

.detail h2 {
    font-family:  DroidKufi-Bold,sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
    color: #000405;
}

.button-group {
    display: block;

}







.button strong {
    text-align: left;
    margin-top: 0;
}

.button p {
    font-size: 10px;
    font-weight: 300;
    display: inline-flex;
    margin-right: 10px;
    text-transform: capitalize;
    font-family:  sans-serif;
    margin-top: 5px;
}

.button p.version, .button p.size {
    font-family:  sans-serif;
}






.button.deactivate {
    display: grid;
    margin-right: 10px;
    border: 1px dashed #28d9ae;
    color: #27e5b6;
    padding: 16px;
}

.button.deactivate b {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
}

.button.deactivate p {
    display: table-footer-group;
}

.button.deactivate span {
    font-weight: 600;
}

.button.deactivate strong {
    text-align: center;
}

.button.deactivate + span {
    font-size: 12px;
    display: block;
    margin: 0 10px 10px;
    color: #999;
    text-align: center;
}

.button.deactivate + span a {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    color: #0081A2;
}



.button.download {
    background: #115444;
    height: 60px;
}
.button.download p {



}


.button.download img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(2%) hue-rotate(14deg) brightness(118%) contrast(100%);

    vertical-align: middle;
}

.button.download.telegram {
    background: #06618c;
    height: 60px;

}



.button.download h3 {

    padding-top: -10px;
}

.button.download p {
    color: white;
    padding-top: 5px;
}






.button.version {
    font-family:  DroidKufi-Bold,sans-serif;
    border: 1px solid #00AAD5;
    min-width: max-content;
    margin-top: 0;
    color: #00AAD5;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px;
}

.button.badge {
        font-family:  DroidKufi-Bold,sans-serif;
    border: 1px solid #7F949A;
    color: #7F949A;
    border-radius: 10px;
    padding: 3px 10px 3px;
    font-weight: 400;
    font-size: 8px;
    display: inline-flex;
    text-transform: uppercase;
    float: left;
    box-sizing: border-box;
    margin: 0;
}

article {
    color: #ffffff;

        font-family:  DroidKufi-Bold,sans-serif;
    font-size: 14px;
    line-height: 2;
    clear: both;

}

article{
        font-family:  DroidKufi-Bold,sans-serif;
}

article b {
    font-family:  DroidKufi-Bold,sans-serif;
}

article h2 {
    font-family:  DroidKufi-Bold,sans-serif;
    font-size: 16px;
}

article h2{
    font-weight: 600;
        font-family:  DroidKufi-Bold,sans-serif;
}

article h2 span {
    font-family:  DroidKufi-Bold,sans-serif;
}

.item-row .content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: inline-flex;
    position: relative;
}

.item {
    min-width: 100px;
    width: 100px;
    height: 100%;
    position: relative;
    vertical-align: top;
    margin: 0 10px 10px 0;
    white-space: normal;
    line-height: 1.2;
}

.item figure {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.item figure img {
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
    border-radius: 10px;
}

.item div.name {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #1F4E5A;
    font-size: 12px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.item div.description {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #7F949A;
    font-size: 12px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.item > img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -1px;
    z-index: 1;
}

.item-row .more {
    padding: 0;
    -webkit-appearance: none;
    border: 0;
    z-index: 1;
    position: relative;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.item-row .more img {
    transform: rotate(180deg) scale(0.5);
}

.external-notice {
    color: #7F949A;
    font-size: 10px;
    font-weight: 300;
    position: relative;
    display: flex;
}

.external-notice img {
    margin: 0 10px;
}

.external-notice p {
    margin-top: 4px;
}




@media (min-width: 767px) {
    .panel {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 520px;
        height: auto;
    }
}


@media (max-width: 425px) {

    .button-group {
        display: block;
        float: left;
    }


    .button.deactivate + span {
        text-align: left;
        margin: 0 10px 10px;
    }

    section {
        clear: both;
    }

    .button.version {
        margin-top: 36px;
    }

    .xapk-notice {
        width: 322px;
        box-sizing: border-box;
        margin-right: 0;
    }

    .item-row {

        margin: 0 auto 0;

    }

    .button.last {
        margin: 10px;
        display: block;
    }



    .button-group {
        display: block;
        float: right;
        margin-left: 10px;

    }

    .button.secondary {
        margin-right: 10px;
        margin-left: 0;
        margin-top: 10px;
    }

    .button.secondary + .button.version {
        margin-right: 10px;
    }

    .button.version {
        margin-right: 0;
    }

}

.sticky_ad {
    display: none;
}

.detail .info {
    padding: 10px 10px 10px 10px;

}

.detail .info .autor a {
    margin-left: 5px;
}

.detail .info span.onBoard {
    float: right;
    margin: 5px 0 0 5px;
}

.detail .stats div {
    border-right: 1px solid #7F949A;
    padding: 0 10px;
}

.detail .stats .dwstat {
    direction: rtl;
}

.detail .stats .dwstat img {
    float: right;
    margin-top: 1px;
}

.detail .stats img {
    margin-left: 5px;
    vertical-align: initial;
}

.detail .stats div:first-child {
    border: 0;
    padding: 0 0 0 10px;
    cursor: pointer;
}

.button {
    padding: 0 20px ;
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 10px 10px 0;
    color: white;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.button:hover,
.button:focus,
.button:active,
.button.active,
.open>.dropdown-toggle.button {
    border: 2px solid seagreen;
    background: seagreen;
    color: #e0b921;
}

.button h3{
    font-size: 12px;
    margin: 5px 3px -8px;

}











.button.download.xapk p img {
    margin: 0 6px 0 3px;
}


.text-description  {
    color: #002033;
    font-family:  DroidKufi-Bold,sans-serif;
    line-height: 2;
    text-align: right;
    font-size: 14px;
}


.text-description  ul {

    list-style-type: none; /* تعديل نوع العلامة للتعداد */
    padding-top: 10px;
    font-family:  sans-serif;
    color: #000000;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
    padding-right: 30px;
}




.text-description  ul span {

    font-family:  sans-serif;

    color: #340030;
    font-weight: bold;

}

.text-description  p {


    padding-top: 10px;
    font-family:  sans-serif;
    color: #000000;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 350;
}

.text-description  p a {


    font-weight: 700;

    font-family:  sans-serif;

    border-bottom: 1px solid #000000;

    color: #000000;

}


.text-description img {

    max-inline-size: 100%;
    block-size: auto;
    margin:  auto;
    display: block
}

/* =========================================
    background selector
========================================= */

.light {
    clear: both;
    background-color: var(--body-background-dark-color);
    color: #023c5e;
}

.light h2{
    color: #001700;
    font-size: 20px;
    padding:  0 0 15px 0;
}

.light p{
    color: #054870;
    font-size: 14px;
    padding:  0 0 15px 0;
}


.dark {
    padding:  30px;
    clear: both;
    background-color: var(--body-background-color);

}

.dark h2{
    color: #ffffff;
    font-size: 20px;
    padding:  0 0 15px 0;
}

.dark h3{
    color: #ffffff;
    font-size: 18px;
    padding:  0 0 15px 0;
}

.dark p{
    color: #ffffff;
    font-size: 14px;
    padding:  0 0 15px 0;
    font-family:  sans-serif;
}

.dark ul{
    color: #ffffff;
    font-size: 14px;
    padding:  0 0 15px 0;
    line-height: 2.5;
    font-family:  sans-serif;
}



/* =========================================
    background
========================================= */


/* =========================================
    top preview
========================================= */

.top {
    background: url(../images/background.webp)  ;

    background-size: cover;





}





.top .content {
    color: #fff;

}
.top .button{

    color: #ffffff;

}

.top-head {
    margin-top: 40px;
    margin-bottom: 40px;


}

.top-head img {
    display: block;
    max-width:181px;
    max-height:355px;
    width: auto;
    height: auto;
}



.head-btn {
    margin-top: 40px;
    margin-bottom: 40px;


}
.top .content h1 {
    font-size: 46px;
text-align: center;

}



.top .content h2 {
    font-size: 27px;
    font-weight: 300;

    margin-bottom: 10px;
    line-height: 36px;
    color: #CACACA;
}

.top .content h3 {
    font-size: 24px;
    font-weight: 300;

    margin-bottom: 10px;
    line-height: 36px;
    color: #CACACA;
}
.top .content p {
    font-size: 18px;
    margin-bottom: 70px;
    letter-spacing: 1px;
}
.top .content .button a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
    padding: 12px 20px;

}
.top .content .button a i {
    margin-right: 20px;
}
.top .content .button a:hover {
    background-color: #fff;
    color: #222;
}
.top .content h1 strong {
    color: #e3b700 !important;
}



.top .list h1 {
    font-size: 36px;

    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-family:  DroidKufi-Bold,sans-serif;
}

.top .list h2 {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family:  DroidKufi-Bold,sans-serif;
}

.top .list h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 10px;
    text-align: justify;
    position: relative;
    text-transform: uppercase;
    font-family:  DroidKufi-Bold,sans-serif;
}


.top .list h1 strong {
    color: #e3b700 !important;
}







/* =========================================
   toolbar
========================================= */




.toolbar {
    font-family:  DroidKufi-Bold,sans-serif;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 2px;

}



.toolbar a {
    margin-bottom: 5px;
    display: inline-block;

}

.toolbar span {
    color: #ffffff;
    padding: 3px 0 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 1px;
}

.toolbar .path_separator {
    padding: 0 3px;
    line-height: 22px;

}

.toolbar > span:not(.path_separator) {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #00AAD5;
}





.toolbar.second {
    height: 30px;
    padding: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    background-color: var(--body-background-color);
}


.toolbar.second .navbar-brand {
    color: #009fa8;
    font-size: 10px;
    font-weight: 300;

    line-height: 35px;
}

/*=================================================================
	app-info
==================================================================*/

#app-info {

    padding: 20px;
    color: #fff;
}


#app-info  h2 {

    text-align: center;
    font-size: 22px;
    color: #f6f6f6;
    padding-right: 11px;

    padding-bottom: 2px;

}



#app-info .content tbody tr {
    word-break: break-word;

    font-size: 14px;
    margin-bottom: 30px;

}





#app-info .content {
    padding: 10px;
    width: 100%;
}



/*=================================================================
	app-about
==================================================================*/
/*=================================================================
	app-update-info
==================================================================*/

#app-update-info {
    background-color: #ffffff;

    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;

}



#app-update-info  h2 {
    border-bottom: 1px solid #0b72af;
    text-align: center;
    font-size: 22px;
    color: #00293a;


    padding-bottom: 10px;
    line-height: 40px;

}

#app-update-info  p {

    padding-top: 10px;
    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
}

#app-update-info p a {




    color: #0092e8;

}

/*=================================================================
	about
==================================================================*/


#main-about {

    padding: 0;
    color: #fff;
}

#main-about  h1 {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #02225e;

    padding-bottom: 20px;
    line-height: 40px;
}

#main-about  h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #c9c9c9;
}

#main-about  p {

    padding-top: 10px;
    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 350;
}

#main-about p a {

    font-weight: 700;


    color: #000f88;
    border-bottom: 1px solid #000000;
}

#main-about .content {




    color: #4c5657;

    text-align: right;
    font-size: 15px;
    margin-left: 5px;
}



#main-about .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#main-about .overlay {
    background-color: #ffffff;
    padding: 10px 40px 20px 40px;

}

/*=================================================================
	app-about
==================================================================*/


#app-about {

    padding: 0;
    color: #fff;
}

#app-about  h1 {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #002b83;

    padding-bottom: 20px;
    line-height: 40px;
}

#app-about  h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #c9c9c9;
}

#app-about  p {
    font-family:  sans-serif;
    padding-top: 10px;
    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 350;
}

#app-about p a {

    font-weight: 700;
    font-family:  sans-serif;

    color: #000f88;
    border-bottom: 1px solid #000000;
}

#app-about .content {




    color: #4c5657;

    text-align: right;
    font-size: 15px;
    margin-left: 5px;
}



#app-about .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#app-about .overlay {
    background-color: #ffffff;
    padding: 10px 40px 20px 40px;

}

.app-about-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%;

}

.app-about-item img {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: auto;
    max-width: 100px;
}




/* =========================================
   Questions
========================================= */

#app-questions {
    padding: 0;
    color: #fff;
}



#app-questions  h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #c9c9c9;
}

#app-questions p {


    padding-top: 10px;

    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
}

#app-questions p a {




    color: #0b72af;

}

/* =========================================
   Notes
========================================= */

#app-notes {
    padding: 5px 20px 5px 50px;
    color: #fff;
    background-color: #ffffff;
}



#app-notes  h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #c9c9c9;
    margin-right: 20px;
}

#app-notes p {


    padding-top: 10px;

    color: #4c5657;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
    padding-bottom: 30px;
}

#app-notes p a {




    color: #0b72af;

}

#app-notes ul {

    list-style-type: none; /* تعديل نوع العلامة للتعداد */
    padding-top: 10px;

    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
    padding-right: 30px;
}

#app-notes ul span {



    color: #340030;
    font-weight: bold;

}

/* =========================================
   5. Section Features
========================================= */





#features{
    padding: 20px 20px 20px 20px;
}
#features .featured-item-img {
    width: 230px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 50px;

}



#features h2 {
    font-size: 24px;
    margin-right: 10px;
    text-align: center;
}

#features h4 {
    font-size: 18px;
    margin-right: 10px;

}

#features h3 {
    font-size: 20px;
    padding: 10px;
    font-weight: 300;
    text-align: center;

}




#features .title-img {
    display: flex;
    align-items: center;


    color: #ffffff;
    line-height: 2px;
    background-color: #136077;
}

#features .title-img img {
    margin-right: 10px;
    vertical-align: middle;
}


#features .title-img h4 {
    display: flex;

}

#features ul {

    margin-right: 30px;
}

#features li {
    line-height: 2; /* تعيين ارتفاع السطر */
    font-size: 16px;
    padding-right: 5px;
    font-weight: 400;
    list-style-type: decimal; /* تعديل نوع العلامة للتعداد */
}
#features a {
    font-size: 14px;
    display: flex;
    align-items: center;

}


.row-feat {
    padding-top: 50px;
}
.feat-list {
    margin-top: 40px;
}
.feat-list i {
    font-size: 48px;
    float: left;
    width: 20%;
    color: #26AFF0;
    height: 100%;
    position: relative;
    opacity: 0.6;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    top: 10px;
}
.feat-list:hover i {
    color: #25D366;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#feature .inner {
    float: left;
    display: inline-block;
    width: 80%;
}
#feature-2 {
    padding: 100px 0 100px;
}
#feature-2 h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}
.feature-2-pic {
    margin-top: 20px;
}


.send-us img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(500deg) brightness(97%) contrast(103%);

    margin-left: 10px;

}


.send-us img:hover {
    filter: brightness(70%) saturate(0%) invert(30%) sepia(70%) saturate(131%) hue-rotate(0deg) brightness(97%) contrast(103%);


    background: transparent;
}

/* =========================================
   12. Section Download
========================================= */
#download {
    background: url(../images/background.webp)  ;
    background-size: cover;
}

.download .underline:before,
.download .underline:after {
    background-color: #ffffff;
}


.download .download-area {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.download .download-area img {
    width: 40px;
    height: 40px;


    margin-left: 10px;
    margin-right: 10px;

}


.download .download-area .download-btn {


    min-width: 250px;
    max-width: 250px;
    min-height: 45px;
    max-height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: rgba(2, 0, 20, 0.66);
    border: 2px solid #ffffff; /* لون الإطار الأزرق */
    display: flex;
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #ffffff; /* لون النص */
}



.download .download-area .download-btn:hover {
    background: -webkit-linear-gradient(right, #023c5e , #0b72af);

    border: 2px solid #01121c; /* لون الإطار الأزرق */
    color: #001018; /* لون النص */
}

.download .download-area .download-btn img {
    margin-right: 10px;
    order: -1;
}

.download .download-area .download-btn .app-download {

    align-content: center;
    text-align: center;
}

.download .download-area span {
    display: block;
    font-size: 16px;
    margin-left: 10px;
    align-content: center;
    text-align: center;
}

.download .download-area .app-download strong {

    font-size: 18px;
    align-content: center;
    text-align: center;
}

.download .download-area a i {
    float: right;

}

.download .download-area .app-download {
    margin-left: 20px;
    align-content: center;
    text-align: center;
    font-weight: 90;

}




/* =========================================
   header
========================================= */


/* =========================================
   12. New
========================================= */


.sec-title {
    margin-bottom: 10px;
    text-align: center;
}

.sec-title.white {
    color: #ffffff;
}

.sec-title h2 {
    font-size: 36px;

    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family:  DroidKufi-Bold,sans-serif;
}



.sec-title h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;
    left: 50%; /* تعديل قيمة الـ left */
    bottom: 0;
    position: absolute;
    width: 30%; /* تعديل عرض الخط */
    transform: translateX(-50%); /* تحريك الخط للوسط */
}


/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
    padding: 0 0 0 0;
}
.input-email-field {
    margin-bottom: 10px;
    padding: 0 52px 0 0;
}
.form-control {
    border: 1px solid #03484b;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
    color: #fff;

}

#submit:before {
    background-color: #03484b;
}

#submit.btn-effect:after {
    background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


/* =========================================
   btns
========================================= */



.custom-btn {
    background-color: transparent;
    color: #E9E9E9;
    border-radius: 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 5px;

}
.custom-btn:hover {
    background-color: #275227;
    color: #fff;
    border: 2px solid #FFFFFF;

}
.btn:active, .btn.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary {
    font-size: 17px;
    margin: 20px 10px 0 0;
    line-height: 20px;
    padding: 15px 35px;
    height: 18px;
    width: 170px;
    border: 2px solid #e0b921;
    background: #e0b921;

    color: rgb(18, 18, 22);
    border-radius: 100px;
    display: inline-flex;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    border: 2px solid #e0b921;
    background: transparent;
    color: #e0b921;
}

.btn-primary img {
    padding-left: 10px;
    vertical-align: middle;
}
/* ----------
   Btns from Botstrap
------------- */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-blue {
    background-color: #061c2d;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;



    border: 2px solid #061c2d;


    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
    color: #ffffff;
    background-color: #052c49;
    border: 2px solid #052c49;
}
/* =========================================
   underline
========================================= */


.underline {
    position: relative;
    font-size: 20px;
    max-width: 350px;
    margin: auto auto 80px;
    color: #ffffff;
}
.underline:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 0;
}
.underline:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    right: 0;
}







/* =========================================
   toolbar
========================================= */











/* =========================================
   toolbar
========================================= */










/* =========================================
   from bootstrap
========================================= */


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}


/* ----------
   input from Botstrap
------------- */





/* ----------
   form-control from Botstrap
------------- */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
    -o-transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}




.form-group {
    margin-bottom: 15px;
    padding-top: 15px
}





.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: 15px
}









/* ----------
   container from Botstrap
------------- */






/* =========================================
   send us
========================================= */

.send-us {
    display: list-item;
    margin: 10px;




    padding-bottom: 10px;

    text-transform: uppercase;
    font-family:  DroidKufi-Bold,sans-serif;
    list-style-type: none;
}

.send-us h2 {
    font-size: 16px;

    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-family:  DroidKufi-Bold,sans-serif;
}

.send-us h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;

    bottom: 0;
    position: absolute;
    width: 200px;
}


.send-us ul {
    list-style-type: none; /* تعديل نوع العلامة للتعداد */
    margin-right: -40px;
}

.send-us li {
    line-height: 3; /* تعيين ارتفاع السطر */
    margin-right: 5px;
}
.send-us a {
    font-size: 14px;
    display: flex;
    align-items: center;

}




.send-us img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(500deg) brightness(97%) contrast(103%);

    margin-left: 10px;

}


.send-us img:hover {
    filter: brightness(70%) saturate(0%) invert(30%) sepia(70%) saturate(131%) hue-rotate(0deg) brightness(97%) contrast(103%);


    background: transparent;
}



/* =========================================

========================================= */


.btn-telegram {
    font-size: 17px;
    margin: 20px 10px 0 0;
    line-height: 20px;
    padding: 15px 35px;
    height: 18px;
    width: 170px;

    border: 2px solid #229ED9;
    background: #229ED9;

    color: rgb(18, 18, 22);
    border-radius: 100px;
    display: inline-flex;
}
.btn-telegram:hover, .btn-telegram:focus, .btn-telegram:active{
    border: 2px solid #083448;
    background: transparent;
    color: #0d1a1e;
}

.btn-telegram img {
    padding-left: 10px;
    vertical-align: middle;
}










.site-name h2 {
    font-size: 46px;


}

.site-name strong {
    color: #e3b700 !important;
}


.app-tag {
    font-family:  sans-serif;
    color: #333333;
    padding-right: 6px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;

}

.app-tag p {
    font-family:  sans-serif;
    font-size: 14px;
    border: 1px solid black;
    padding: 5px;
    margin-bottom: -10px;
    color: #171717;
}






.app-more-info {
    font-family: geomanistregular, sans-serif;
    color: #1F4E5A;
    font-size: 14px;
    font-weight: inherit;
    clear: both;

}
.app-more-info .content {
    padding: 0 20px 0 ;
    width: 100%;

}



.app-more-info .content tbody {
    display: inline-list-item;

    grid-template-columns: 50% 50%;
}

.app-more-info .content tbody tr {
    word-break: break-word;

    font-size: 13px;
    margin-bottom: 30px;

}

.info {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #1F4E5A;
    font-size: 14px;
    font-weight: inherit;
    clear: both;

}



.info .content {
    padding: 30px;
    width: 100%;
}

@media (min-width: 996px) {
    .info .content {
        padding: 0 20px;
    }
}

.info .content tbody {
    display: grid;
    grid-template-columns: 50% 50%;
}

.info .content tbody tr {
    word-break: break-word;
    padding: 0;
    font-size: 12px;
    margin-bottom: 10px;
}

@media (prefers-color-scheme: dark) {
    .info .content tbody tr {
        color: #7F949A;
    }
}

@media (max-width: 360px) {
    .info .content tbody tr {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

.info .content tbody tr.full {
    grid-column-start: 1;
    grid-column-end: 3;
}

@media (min-width: 996px) {
    .info .content tbody tr.full {
        grid-column-start: auto;
        grid-column-end: auto;
    }
}

.info .content tbody tr td {
    vertical-align: middle;
    padding: 0 40px 0 8px;
    text-align: right;
    line-height: 1;
    color: white;
}

.info .content tbody tr td:first-child {
    width: 40px;
    float: right;
    padding: 0;
    display: table-row;
    margin: 0;
}

.info .content tbody tr td:nth-child(2) {
    font-family: 'geomanistmedium', sans-serif;
    display: block;
    margin: 10px 0 10px 0px;
    padding: 0;
    line-height: 1;
    text-align: right;
}



.info .content tbody tr td label {
    display: block;
    font-weight: 600;
}

.info .content tbody tr td a {
    color: #00AAD5;
    font-weight: 600;
    text-decoration: underline;
}

@media (prefers-color-scheme: dark) {
    .info .content tbody tr td a {
        color: white;
    }
}

.info .content tbody tr td img {
    width: 30px;
    height: 30px;
    margin: 0;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(131%) hue-rotate(1600deg) brightness(97%) contrast(103%);
}





.info .content tbody tr td div:last-child {
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

@media (prefers-color-scheme: dark) {
    .info .content tbody tr td div:last-child {
        color: white;
    }
}

.info .content .requirements-list {
    padding-left: 20px;
}

.info .content .requirements-list li {
    list-style: circle;
}

.info + .ad {
    margin: 20px auto;
}

@media (min-width: 996px) {
    .info + .ad {
        margin: 10px auto;
    }
}


.versions {
    font-family: geomanistregular, sans-serif;
    color: #1F4E5A;
    font-size: 14px;
    font-weight: inherit;
    margin-top: 40px;
}

.versions .title-row + span:empty {
    display: none;
}

@media (min-width: 996px) {
    .versions .content {
        display: grid;
        grid-template-columns: 50% 50%;
    }
}

.versions .content div {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 40px 110px 1fr;
    font-family: geomanistmedium, sans-serif;
    cursor: pointer;
    margin-bottom: 10px;
}

@media (prefers-color-scheme: dark) {
    .versions .content div {
        color: white;
    }
}

@media (min-width: 996px) {
    .versions .content div {
        margin-right: 10px;
    }
}

.versions .content div .version {
    font-family: geomanistmedium, sans-serif;
    color: #00AAD5;
    font-size: 12px;
    font-weight: inherit;
    margin: 0 10px;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 4;
    align-self: center;
}

.versions .content div span {
    font-weight: normal;
}
@media (min-width: 996px) {
    .versions .content div .version {
        word-break: break-all;
    }
}

.versions .content div .type {
    background: #ccc;
    width: 40px;
    height: 40px;
    font-size: 10px;
    color: white;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
    border-radius: 10px;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
    overflow: hidden;
}

.versions .content div .type.apk {
    background: #73C89A;
}

.versions .content div .type.xapk {
    background: #B79DC4;
}

.versions .content div .type.others {
    background: #71679E;
}

.versions .content div .date {
    font-size: 12px;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
    align-self: center;
    justify-self: start;
    margin: 0 10px;
    font-family: geomanistregular, sans-serif;
}

.versions .content div .sdkVersion {
    font-size: 12px;
    justify-self: end;
    align-self: center;
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
    font-family: geomanistregular, sans-serif;
}

.rate {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: inherit;
    margin-top: 0;
}

.rate .content {
    padding-bottom: 0;
    display: flex;
}

@media (min-width: 996px) {
    .rate .content {
        width: 50%;
    }
}

.rate .content .score {
    font-family: geomanistregular, sans-serif;
    color: #ffffff;
    font-size: 100px;
    font-weight: inherit;
    line-height: 85px;
}

@media (prefers-color-scheme: dark) {
    .rate .content .score {
        color: #ffffff;
    }
}

.rate .content .graph {
    padding-right: 20px;
    width: 100%;
}

.rate .content .graph div {
    display: block;
    width: 100%;
    position: relative;
}

.rate .content .graph div span {
    display: inline-flex;
    height: 10px;
    border-radius: 5px;
    margin: 0;
}

.rate .content .graph div span:first-child {
    position: absolute;
    left: -15px;
    font-size: 10px;
    line-height: 1.8;
    color: #fcfcfc;
}

@media (prefers-color-scheme: dark) {
    .rate .content .graph div span:first-child {
        color: #EDF3F4;
    }
}

.rate .content .graph div span:last-child {
    background: #ffffff;
}

.rate .stat-comments {
    font-family: geomanistregular, sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: inherit;
    line-height: 1;
    padding: 0 10px;
    margin-top: 10px;
}

@media (min-width: 996px) {
    .rate .stat-comments {
        padding: 0 20px;
    }
}

.rate .stat-comments span {
    color: #ffffff;

}

@media (prefers-color-scheme: dark) {
    .rate .stat-comments span {
        color: white;
    }
}

.rate .stat-comments img {
    vertical-align: middle;
}

.review {
    padding-top: 30px;
}

.review .content {
    display: table;
}

.review .content img {
    width: 50px;
    height: auto;
    display: table-cell;
    border-radius: 10px;
}

.review .content .rate {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.review .content .rate div {
    font-size: 12px;
    margin: 0 0 2px;
}

.review .content .rate div b {
    font-weight: 600;
    color: #ffffff;
}

.review .content .rate img {
    margin: 10px 2px;
    display: inline-flex;
    width: 30px;
}

@media (prefers-color-scheme: dark) {
    .review .content .rate img {
        filter: brightness(0) saturate(100%) invert(83%) sepia(7%) saturate(681%) hue-rotate(144deg) brightness(88%) contrast(94%);
    }
}

.review .content .rate img.active {
    filter: invert(35%) sepia(100%) saturate(336%) hue-rotate(160deg) brightness(92%) contrast(91%);
}

@media (prefers-color-scheme: dark) {
    .review .content .rate img.active {
        filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(1870%) hue-rotate(155deg) brightness(92%) contrast(101%);
    }
}

.review button.write-review {
    font-family: 'geomanistmedium', sans-serif;
    display: block;
    padding: 10px;
    margin: 0 10px 10px;
    background: #00AAD5;
    color: white;
    border-radius: 10px;
    text-align: center;
    float: none;
    border: 0;
}

@media (min-width: 996px) {
    .review button.write-review {
        margin: 0 20px 0;
    }
}

@media (prefers-color-scheme: dark) {
    .review button.write-review {
        color: white;
        border: 1px solid white;
        background: transparent;
    }
}


.comments {
    margin-top: 0;
}

.comments #user-comments-list .comment.main-comment > div .user {
    cursor: pointer;
}

.comment {
    font-family:  DroidKufi-Bold,sans-serif;
    color: #fafafa;
    font-size: 14px;
    font-weight: inherit;
    display: table;
    margin-bottom: 40px;
}

.comment.main-comment > div .user {
    cursor: auto;
}

.comment:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.comment img {
    width: 50px;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    font-size: 12px;
    word-wrap: anywhere;
    border-radius: 10px;
    color: #ffffff;
}

.comment p {
    margin: 10px 0;
    word-break: break-word;
    line-height: 20px;
}

@media (prefers-color-scheme: dark) {
    .comment p {
        color: #ffffff;

    }
}

.comment > div {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 10px;
}

.comment > div div {
    display: flex;
    margin-top: 3px;
}

.comment > div div img {
    width: 10px;
    margin-right: 3px;
}

.comment > div div img.active {
    filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(1870%) hue-rotate(155deg) brightness(92%) contrast(101%);
}

.comment > div .user {
    font-weight: 600;
    font-family: geomanistmedium, sans-serif;
    color: #00AAD5;
    font-size: 12px;
    font-weight: inherit;
    display: inline-flex;
    margin: 0 5px 0 0;
    cursor: pointer;
}

@media (prefers-color-scheme: dark) {
    .comment > div .user {
        color: white;
    }
}

.comment > div .user img {
    margin-left: 5px;
    margin-top: -3px;
    width: fit-content;
}

@media (prefers-color-scheme: dark) {
    .comment > div .user img {
        filter: brightness(7.5);
    }
}

.comment > div span {
    display: inline-flex;
    font-family: geomanistregular, sans-serif;
    color: #ffffff;
    font-size: 10px;
    font-weight: inherit;
    margin-top: 5px;
}

@media (prefers-color-scheme: dark) {
    .comment > div span {
        color: #ffffff;
    }
}

.comment .stats {
    margin-top: 10px;
    display: flex;
    font-family: geomanistregular, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.comment .stats > div {
    cursor: pointer;
    margin-right: 20px;
    line-height: 1;
}

.comment .stats > div.off {
    cursor: default;
}

.comment .stats > div span {
    padding-left: 2px;
    margin-top: 2px;
}

.comment .stats img {
    vertical-align: bottom;
    border-radius: 0;
    filter: brightness(0) saturate(100%) invert(61%) sepia(24%) saturate(220%) hue-rotate(147deg) brightness(90%) contrast(88%);
}

.comment.answer {
    padding-right: 20px;
    font-family: geomanistregular, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.comment.answer img {
    width: 40px;
}

.comment.answer .stats img {
    width: auto;
}

.answers {
    margin: 0 -10px -10px;
    background: #ffffff;
    padding: 20px 0 0px;
    box-sizing: border-box;
    overflow: hidden;
}

@media (prefers-color-scheme: dark) {
    .answers {
        background: transparent;
    }
}

.answers .form {
    display: flex;
    padding: 0 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.answers .form input {
    flex: 0 0 calc(100% - 50px);
    box-sizing: border-box;
    padding: 10px;
    margin-left: 10px;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.answers .form button {
    margin-top: 10px;
    flex: 0 0 100%;
    border-radius: 10px;
}

.answers .form img {
    width: 40px;
}

.answers .answer .user {
    cursor: auto;
}


.btn-telegram {
    font-size: 17px;
    margin: 20px 0 0px;
    margin-right: 10px;
    line-height: 20px;
    padding: 15px 35px;
    height: 20px;
    width: 170px;

    border: 2px solid #229ED9;
    background: #229ED9;
    transition: all 0.4s;
    color: rgb(18, 18, 22);
    border-radius: 100px;
    display: inline-flex;
}
.btn-telegram:hover, .btn-telegram:focus, .btn-telegram:active, .btn-telegram.active, .open > .dropdown-toggle.btn-telegram {
    border: 2px solid #083448;
    background: transparent;
    color: #0d1a1e;
}

.btn-telegram img {
    padding-left: 10px;
    vertical-align: middle;
}


@media (prefers-color-scheme: dark) {
    article {
        color: #7F949A;
    }
}

article .text-description {
    word-break: break-word;

}

article .text-description a {
    color: #ffffff;
    font-family:  DroidKufi-Bold,sans-serif;
    text-decoration: underline;
    font-weight: 600;
}





article .text-description p {
    margin-bottom: 20px;
}

@media (min-width: 996px) {
    article {
        font-size: 14px;
    }
}

article h2 {
    font-size: 16px;
    margin-top: 20px;
}

@media (min-width: 996px) {
    article h2 {
        font-size: 18px;
    }
}

@media (prefers-color-scheme: dark) {
    article h2 {
        color: white;
    }
}

article h3 {
    font-size: 14px;
    margin-top: 10px;
    font-family:  DroidKufi-Bold,sans-serif;
    font-weight: 600;
}

@media (min-width: 996px) {
    article h3 {
        font-size: 16px;
    }
}

@media (prefers-color-scheme: dark) {
    article h3 {
        color: white;
    }
}



article .article-content {
    margin: 40px 0;
}

@media (min-width: 996px) {
    article .article-content {
        overflow: hidden;
    }
}

article .article-content .title {
    font-family: geomanistregular, sans-serif;
    color: #1F4E5A;
    font-size: 16px;
    font-weight: inherit;
}

@media (prefers-color-scheme: dark) {
    article .article-content .title {
        color: white;
    }
}

article .question-content {
    margin: 10px 0;

}

article .question-content ul {

    list-style-type: none; /* تعديل نوع العلامة للتعداد */
    padding-top: 10px;

    color: #ffffff;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
    padding-right: 30px;
}




article .question-content ul span {



    color: #340030;
    font-weight: bold;

}

article .question-content p {


    padding-top: 10px;

    color: #fcfcfc;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 350;
}

article .question-content p a {


    font-weight: 700;



    border-bottom: 1px solid #f5f5f5;

    color: #ffffff;

}

@media (min-width: 996px) {
    article .question-content {
        overflow: hidden;
    }
}

article .question-content a {
    color: #ffffff;
    font-family: geomanistmedium, sans-serif;
    text-decoration: underline;
}

article .by {
    text-align: right;
    display: block;
    margin: 10px 0 40px;
    font-size: 12px;
}

article .by + .by {
    margin: -40px 0 40px;
}

article .by span {
    font-family: geomanistmedium, sans-serif;
}

article .by span a:hover {
    color: #00AAD5;
}

article .note {
    clear: both;
    padding: 10px;
    background: #EDF3F4;
    word-break: break-word;
    border-radius: 10px;
    margin-top: 5px;
}

@media (min-width: 996px) {
    article .note {
        padding: 20px;
    }
}

@media (prefers-color-scheme: dark) {
    article .note {
        background: #1F4E5A;
    }
}

article .note p {
    font-family: geomanistmedium, sans-serif;
}

article .note a {
    color: #00AAD5;
    font-family: geomanistmedium, sans-serif;
    text-decoration: underline;
}

article .notice {
    clear: both;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    word-break: break-word;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media (prefers-color-scheme: dark) {
    article .notice {
        background: #1F4E5A;
        border: 1px solid white;
        border-left: 5px solid white;
    }
}

article .notice img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(48%) saturate(5267%) hue-rotate(161deg) brightness(100%) contrast(101%);
    padding: 10px 20px 10px 10px;
}

.item-row {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--body-background-dark-color);
}

@media (min-width: 996px) {
    .item-row {

        margin: 0 auto 0px;
    }
}

.item-row .content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: inline-flex;
    position: relative;
}

@media (min-width: 996px) {
    .item-row .content {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0px 0px;
    }
}

@media (max-width: 996px) {
    .item-row .content::-webkit-scrollbar {
        display: none;
    }
}

.item-row .content .item:last-child {
    padding-right: 10px;
}

@media (min-width: 996px) {
    .item-row .content .item:last-child {
        padding-right: 0;
    }
}

.item-row .more {
    padding: 0;
    -webkit-appearance: none;
    border: 0;
    z-index: 1;
    position: relative;
    background: transparent;
    cursor: pointer;
}

@media (prefers-color-scheme: dark) {
    .item-row .more {
        color: white;
    }
}

@media (min-width: 996px) {
    .item-row.categories .content {
        flex-wrap: wrap;
        height: fit-content;
    }
}

.item-row.categories .content .item {
    min-width: fit-content;
    position: relative;
    vertical-align: top;
    margin: 10px 10px 10px 0;
    white-space: normal;
    line-height: 1.2;
}

@media (min-width: 996px) {
    .item-row.categories .content .item {
        margin: 0 10px 10px 0;
    }
}

.item-row.categories .content .item div.name {
    font-family: geomanistregular, sans-serif;
    color: white;
    font-size: 12px;
    font-weight: inherit;
    padding: 5px 10px 5px;
    text-align: center;
    word-break: break-word;
    background: #00AAD5;
    border-radius: 10px;
}

@media (prefers-color-scheme: dark) {
    .item-row.categories .content .item div.name {
        background: #696969;
    }
}

.item {
    min-width: 100px;
    width: 100px;
    height: 100%;
    position: relative;
    vertical-align: top;
    margin: 0 10px 10px 0;
    white-space: normal;
    line-height: 1.2;
}

@media (min-width: 996px) {
    .item {
        margin-right: 22px;
    }
}

.item > img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -1px;
    z-index: 1;
}

.item figure {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    margin-right: 0;
}

.item figure img {
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
    border-radius: 10px;
    font-size: 10px;
    word-break: break-word;
    text-align: center;
}

.item div.author {
    font-family: geomanistmedium, sans-serif;
    color: #4CAF50;
    font-size: 12px;
    font-weight: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item div.name {
    font-family: geomanistmedium, sans-serif;
    color: #023c5e;
    font-size: 12px;
    font-weight: inherit;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

@media (prefers-color-scheme: dark) {
    .item div.name {
        color: #023c5e;
    }
}

.item div.name img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 0;
    background: white;
    border-radius: 20%;
    border: 1px solid #7F949A;
    padding: 5px;
}

.item div.description {
    font-family: geomanistregular, sans-serif;
    color: #7F949A;
    font-size: 12px;
    font-weight: inherit;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

@media (prefers-color-scheme: dark) {
    .item div.description {
        color: #7F949A;
    }
}
