﻿/**********************************************************************
							Font 
**********************************************************************/
@font-face {
    font-family: 'Amlak';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansWeb_Medium.eot");
    src: url("../fonts/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/**********************************************************************
							BODY 
**********************************************************************/
body {
    color: #632000;
    overflow: hidden;
    font-family: Amlak;
    overflow: auto;
}
 /** Load Page **/
 .LoadPanel .TabBody {
    width: 100%;
    height: calc(100% - 220px);
    padding: 10px 5px 30px;
    overflow: auto;
}
.LoadPanel h2 {
    font-size: 14px;
    margin: 10px auto 15px;
    line-height: 22px;
    user-select: none;
}
.Load-OST {
    width: 90%;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 0 1px;
    direction: rtl;
    height: 80px;
    overflow: hidden;
    background: linear-gradient(35deg, #fff, #f7a81fc9 40%, #ffc766c9 42%,#ffff);
    color: #632000;
    user-select: none;
}
.Load-OST .Load-OSLogo {
    width: 70px;
    display: inline-block;
    font-size: 50px;
    line-height: 80px;
    vertical-align: top;
    box-shadow: 0 0 5px;
    background: #fff;
    position: relative;
    height: 100%;
    float: right;
    text-align: center;
}
.Load-OST .Load-OSLogo:before {
    top: calc(35% - 25px);
    position: absolute;
    width: 100%;
    line-height: 50px;
    left: 0;
}
.Load-OST .Load-OSLogo span {
    font-family: IranSans;
    font-size: 11px;
    position: absolute;
    line-height: 15px;
    left: 0;
    width: 70px;
    bottom: calc(40% - 25px);
}
.Load-OST .Load-OSBody {
    width: calc(100% - 78px);
    display: inline-block;
    text-align: center;
}
.Load-OST .Load-DlBtn:hover {
        box-shadow: 0 0 0 1px, inset 0 0 30px -10px;
    }
.Load-OST .Load-DlBtn {
    font-family: Amlak;
    cursor: pointer;
    user-select: none;
    font-size: 22px;
    line-height: 80px;
    vertical-align: top;
    position: relative;
}
    .Load-OST .Load-DlBtn:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        width: 40px;
        display: inline-block;
        vertical-align: top;
        line-height: 80px;
    }
 /** Android **/
/*.Load-OST.Android {
    height: 110px;
}*/
.Load-DlBtn.fa-cog:before {
    animation: NoConnection 3s linear infinite;
}
@keyframes NoConnection {
    100% {
        transform: rotate(360deg);
    }
}
 /** IOS Help **/
.InstallBody {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    padding: 25px 0;
}
.InstallBody .Text {
    position: relative;
    font-size: 15px;
    margin: 0 auto 6px;
    padding: 10px 0;
    text-align: center;
    line-height: 30px;
    width: 90%;
    box-shadow: 0 0 0 1px;
    border-radius: 5px;
    background: linear-gradient(35deg, #fff, #f7a81fc9 40%, #ffc766c9 42%,#ffff);
    animation: Append 0.5s forwards 1;
}
.InstallBody img {
    position: relative;
    margin: 0 auto;
    width: 90%;
    border-radius: 5px;
    box-shadow: 0 0 0 1px;
    border: 2px solid #909090;
    min-height: 200px;
    background: linear-gradient(35deg, #fff, #f7a81fc9 40%, #ffc766c9 42%,#ffff);
    animation: Append 0.5s forwards 1;
}
.InstallBody .Finger {
    font-size: 55px;
    position: fixed;
    bottom: 5px;
    color: #fff;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
    left: calc(50% - 15px);
    animation: example 1s linear infinite;
    z-index: 1002;
}
@keyframes example {
    0% {
        bottom: 5px;
        color: #fff;
    }

    65% {
        bottom: 70px;
        color: #ffa73a;
    }
}
@media all and (display-mode: standalone) {
  .HideStandalone .Load-OST.Android {
    display:none !important;
  }
}