﻿html,body,form,div,span,a,ul,li,table,td,tr,img,h1,h2,h3,h4,h5,h6,p
{
	margin:0;
	padding:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

@font-face {
    font-family: vazir;
    src: url('../fonts/vazir.ttf') format('truetype');
}

@font-face {
    font-family: vazir-Thin;
    src: url('../fonts/Vazir-Thin.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Black;
    src: url('../fonts/Vazir-Black.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Bold;
    src: url('../fonts/Vazir-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Light;
    src: url('../fonts/Vazir-Light.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Medium;
    src: url('../fonts/Vazir-Medium.ttf') format('truetype');
}

html, body
{
	width:100%;
	height:100%;
}
html {scroll-behavior: smooth;}

body
{
	font-family:vazir,Tahoma;
	font-size:1em;
	line-height:1.2em;
	direction:rtl;
	margin:0;
	padding:0;
	
}


h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:Vazir-Bold}

h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif; font-weight:400;margin:10px 0}
.w3-wide{letter-spacing:4px}

hr{border:0;border-top:1px solid #eee;margin:20px 0}

ol,ul
{
	list-style:none;
}
a
{
	text-decoration:none;
	color:#0ea4f0;
	vborder:0;
}

a:hover {
	text-decoration: underline;
}


input,select,textarea
{
	margin-top:3px;
    border-radius:8px;
}

.dvAppNotInstaled {
	background: rgba(100,100,100,0.90);
	padding: 0;
	position: fixed;
	top:0;
	left:0;
	text-align:center;
	width: 100%;
	height: 100vh;
	display: none;
	z-index:101;
}
.dvAppNotInstaled>div{
	padding:80px 10px;
}

.dvAppNotInstaled_ttl {
	font-weight: bold;
	font-size: 1.3em;
	padding: 8px;
	color: orangered;
}

.dvAppNotInstaled_cntnt{
	line-height:2.2em;
}
.dvAppNotInstaled_cntnt p {
	line-height: 2.0em;
	font-size:0.8em;
}

.btnAppNotInstall, .btnAppNotInstall_cancel {
	display: block;
	margin: 25px auto;
	background: orange;
	border-radius: 3px;
	border:0;
	font-family:Vazir;
	padding:4px 18px;
}

.btnAppNotInstall_cancel {
	background: lightblue;
}

.dvAppNotInstaled_logo {
	background: url('../../../included/img/logo_144.png') no-repeat;
	width: 144px;
	height: 190px;
	margin: 50px auto;
}

#top, .bottom {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 10;
	background:#eee;
}

#body
{
	background:linear-gradient(to bottom, #bde1f1, #ecd3ab);
	background:#eee;
	height:100%;
	width:100%;
	padding-top:60px;
	padding-bottom:50px;
	display:inline-table;
	
}


#contentFixer
{
	width:100%;
	height:60px;
	float:left;
	background:transparent;
}
#content
{
	margin:0 5px;
	font-family:Vazir;
	font-size:14px;
	line-height:27px;
	
}

#content p {
	text-align:justify;
	direction:rtl;
}

#content img {
	max-width: 98%;
	margin: 10px 0;
}	
	
#content h2
{
	color:#000;
	font-size:16px;
	font-family:Vazir-Black;
}

	#content h2 a {
		text-decoration:underline;
		color:#000;
	}

#top
{
	height:50px;
	width:100%;
	top:0;
	background:#eee;
	mbackground:rgba(210, 200, 170, 0.9);
}

.logo
{
	background:url(../img/logoSmall.png) no-repeat;
	width:61px;
	height:40px;
	
	position:fixed;
	top:10px;
	left:10px;
	
}
.bottom
{
	height:40px;
	width:100%;
	bottom:0;
	background:#eee;
	text-align:center;
	color:#000;
}

.bottom span
{
	margin-top:10px;
	text-align:center;
	width:100%;
}
	.bottom > a {
		display: block;
		width: 30px;
		height: 30px;
		top: 5px;
		background-size: contain;
		position: absolute;
	}

	.bottom div {
		position:fixed;
		bottom:40px;
		width:100%;
		background:#eee;
		display:none;
	}


		.bottom div a.aItm {
			display: block;
			padding: 8px 5px;
			width: 100%;
			border-bottom: solid 1px #999;
			text-align: right;
			text-indent: 10px;
			color: #333;
		}

		.bottom div a span{
			background:#666;
			border-radius:8px 8px 0 0;
			padding-top:4px;
			background:url(../img/arrow_down.png) no-repeat center center;
			width:100%;
			height:19px;
			display:flex;
			margin:0 auto;
			border-color:#999;
			border-width:2px 0 0 0;
			border-style:solid;
			
		}

		.bottom div a.aArrowDown {
			text-align: center;
			width: 100%;
			background: transparent;
		}

.bottomProfile:hover ~ .dvProfile, .dvProfile:hover {
	display: block;
}

.bottomWallet:hover ~ .dvWallet, .dvWallet:hover {
	display: block;
}

.dvWallet > span{
	display:block;
	padding:8px 0 15px;
	font-size:1.1em;
	color:#000;
}
.bottomHome {
	background: url(../img/icn_home.png);
	left: 16px;
}

.bottomWallet {
	background: url(../img/icn_wallet.png);
	left: calc(33% - 35px);
}

.bottomShop {
	background: url(../img/icn_busket.png);
	left: calc(50% - 15px);
}

.bottomExcercise {
	background: url(../img/icn_program.png);
	right: calc(33% - 35px);
}

.bottomProfile {
	background: url(../img/icn_profile.png);
	right:16px;
}

div:has(.aArrowDown:hover) {
	display: none;
	transition: 0.3s;
}


.pageTitle {
	display: block;
	font-family: Vazir-Bold;
	font-size: 1.3em;
	color: #dddcd7;
	margin: 4px auto;
	width: 200px;
	text-align: center;
	padding-top: 10px;
}
.menuLnk {
    
    font-size:30px;
    padding-top:15px;
    margin-right:10px;
    font-weight:bold;
    width:500px;
    height:30px;
    color:#333;
}

.menuLnk a
{
	margin:0 10px;
	color:#333;
	font-size:14px;
	float:right;
	font-family:Vazir-Medium;
	font-weight:normal;
	z-index:100;
}

a.aMenuLnk{
	color:#333;
}
.menuLnk a:hover {
	color: #000;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: -3px;
    background-color: rgba(238,238,238,0.90);
	
    fbackground:linear-gradient(to bottom, #bde1f1, #ecd3ab);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-left:1px solid #666;
	
}

.sidenav .menuTop
{
	position: absolute;
    top: 0;
    right: 0px;
    height:50px;
    background:#aaaaaa;
    border:0;
    width:100%;
}

.sidenav .menuBottom
{
	position: absolute;
    left: 0px;
    bottom:60px;
    height:40px;
    background-color:#aaaaaa;
    width:100%;
    font-size:12px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family:Vazir-Medium;
    font-size: 16px;
    color: #333;
    display: block;
    transition: 0.3s;
    cbackground:#333;
    margin:2px 0;
    cborder-bottom:solid #818181 1px;
}

.sidenav a:hover {
    color:#ff7d01;
}

.menuBottom a
{
	color:#81d5fa;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 36px;
    margin-left: 0px;
    text-align:left;
    color:red;
    background:none;
    padding:10px;
    color:#red;
    border:0;
}

.sidenavLogo {
	position: absolute;
	bottom: 65px;
	left: 5px;
	background: url(../img/logoSmall_dark.png);
	width: 61px;
	height: 32px;
}



.alertBox {
	position: fixed;
	padding: 10px;
	background-color: #f44336;
	color: white;
	opacity: 1;
	transition: opacity 0.6s;
	top: 45px;
	left: 15px;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
}


	.alertBox.success {
		background-color: #4CAF50;
	}

	.alertBox.info {
		background-color: #2196F3;
	}

	.alertBox.warning {
		background-color: #ff9800;
	}

	.alertBox.error {
		background-color: #f44336;
	}

.alertBoxClosebtn {
	margin-right: 15px;
	color: white;
	font-weight: bold;
	float: left;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

	.alertBoxClosebtn:hover {
		color: black;
	}


	
.tablet, .mobile{display:none;}

@media only screen and (min-width: 768px) {
    .menuLnk
    {
    	width:700px;
        font-size:12px;
    }
}

@media only screen and (max-width: 1000px) {
    
}

@media only screen and (max-width: 768px) {

	.notTablet{
		display:none;
	}

	.tablet{
		display:block;
	}
    
}

@media only screen and (max-width: 481px) {

	.notMobile {
		display: none;
	}

	.mobile {
		display:block;
	}

	
}
