﻿:root {
  /*--main-color1: #00bcd4; 
  --main-color2: #0f4283; 
  --main-color3: #ff0000; 
  --main-head1: #9C27B0;
  --main-head2: #FF5722;  
  --main-grid1:#ffffff;
  --main-grid2: #fbb1b1;  
  --main-alinkline:#961dab;
  --main-alinktitle:#8a03a1;*/
  

  
  /*** defualt ****/
  --main-color1: #e20140;/*#ff4277; */
  --main-color2: #13e5e5; 
  --main-color3: #ff0000; 
  --main-head1: #9C27B0;
  --main-head2: #FF5722;  
  --main-grid1:#ffffff;
  --main-grid2: #fbb1b1;  
  --main-alinkline:#961dab;
  --main-alinktitle:#8a03a1;  
}

html {
	font-size:16px;
}
@media (max-device-width:768px){
	html {
		font-size:16px;
	}
}
@font-face {
    font-family: myFirstFont;
    src: url(fonts/DroidKufi-Regular.ttf);
    font-weight:normal;
}
body {
	font-family: "myFirstFont", "Segoe UI" , "Arial", "Helvetica";
	padding: 0px;
	margin: 0px;
	font-size: inherit;
	background-color:white;
}

table{
	margin:0;
}

a{
	font-size:inherit;
	text-decoration: none;
	color:black;
}
input{
	font-size: inherit;
    width: 300px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    font-size: inherit;
    border-style: groove;
}
/*input:focus{
    border-width: 3px;
    border-style: ridge;
    border-color: var(--main-color1);
}*/
inputEntry {
    width: 300px;
    /*border: 1px solid #ccc;*/
}
input.passwordEntry {
    width: 300px;
    /*border: 1px solid #ccc;*/
}
select{
    width: 300px;
    font-size:inherit;
    border-radius: 5px;
	font-size: inherit;
	/*border-style: groove;*/
}
select:focus{
    border-width: 5px;
    border-style: ridge;
    border-color: #3c64f7;
    padding: 5px 10px 5px 10px;
	border-color: var(--main-color1);
}
textarea{
	width: 300px;
    font-size: inherit;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}
textarea:focus{
    border-width: 5px;
    border-style: ridge;
    border-color: var(--main-color1);
}
input[type="radio" i] {
	width:auto;
}
input[type="file" i] {
	width:auto;
}

table {
	margin: auto;
	border-spacing: 3px;
	font-size: inherit;
}
th {
	border-width: 2px;
	border-style: solid;
	border-color: #0000FF;
	background-color: #00FFFF;
	font-weight: bold;
	text-align: center;
}
tr {
	margin: 4px;
	padding: 7px;
}
h1{
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--main-color1);
    padding: 5px;
    margin: 10px 0px 5px 0px;
    border-radius: 2px;
    overflow: hidden;
}

h2{
	font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: var(--main-color1);
    padding: 5px;
    margin: 15px 0px 5px 0px;
    border-radius: 2px;
    overflow: hidden;
    line-height: 1.3em;
    text-align:right;
    /*height: 2.3em;*/
}
h2 a{
	text-decoration:none;
}

h3{
	font-size: 1em;
    font-weight: bold;
    text-align: right;
	color:#0202a0 ;
    padding: 2px;
    margin: 5px 0px 3px 0px;
    border-radius: 3px;
	
}
h3 a{
	text-decoration:none;
}

.hovertable {
	border-collapse: collapse;
}
.hovertable thead {
	display: block;
	overflow: auto;
	text-align: center;
	font-weight: bolder;
}
.hovertable td {
	padding: 7px;
	border: #c6e5fd  1px solid;
}
.hovertable tr{
	/*background: #a9ff0059;*/
}
.hovertable tr:nth-of-type(odd) {
      background-color:#fdfde9;
}
.hovertable tr:hover {
      background-color:#ffff77a3;
}

.deletebutton {
	border-radius: 5px;
    margin: 2px 9px 2px 9px;
    background-color: #f8f8ff;
    color: #E91E63;
    font-weight: bold;
    width: auto;
    border-color: red;
}
.deletebutton:focus{
    border-width: 5px;
    border-style: ridge;
    border-color: #E91E63;
}
.remark {
	background-color: #ffffd9;
    padding: 10px;
    text-align: center;
    box-shadow: 1px 1px 2px 1px #e9e9e9;
}

.okbtn {
	padding: 2px 10px 2px 10px; 
    margin: 2px 9px 2px 9px;
    border-radius: 5px;
    border-style: groove;
    text-decoration: none;
    color: #ab0606;
    box-shadow: 0px 0px 0px 0px #dddddd;
   }
   


.card {
	padding: 3px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	border-radius: 5px; 
	margin:20px 0px;
	background-color: #ffffff;
}

.col-1{
	display:inline-block ;
	width: calc( 100% - 25px );
 	vertical-align:top ;
	text-align: center ;
	margin: 0px;
	padding:10px 10px 10px 10px;
}

.col-2{
	display:inline-block ;
	width:48%;
 	vertical-align:top ;
	text-align: center ;
	margin: 10px 2px 10px 2px;
}
@media (max-device-width:768px){
	.col-2{
		width:100%;
	}
}

.col-3{
	display:inline-block ;
	width:calc( 33% - 25px );
 	vertical-align:top ;
	text-align: center ;
	padding: 0px;
    margin: 10px;
}
@media (max-device-width:768px){
	.col-3{
		width:calc( 50% - 22px );
	}
}

.col-4{
	display:inline-block ;
	width:20%;
 	vertical-align:top ;
	text-align: center ;
	margin: 1%;	
	min-width:190px;
}
@media (max-device-width:768px){
	.col-4{
		width:45%;
		min-width:45%;
	}
}

.col-5{
	display:inline-block ;
	width:18%;
 	vertical-align:top ;
	text-align: center ;
	margin: 10px;	
}
@media (max-device-width:768px){
	.col-5{
		width:45%;
	}
}

.panel_tab{
    text-decoration: none;
	margin: 1%;
	background-color: white;
	/*width:calc(100% - 70px - 315px);*/
	width:63%;
	display:inline-block;
	padding: 1%;
	overflow: hidden;
}
@media (max-device-width:768px){
	.panel_tab{
		width:90%
		/*width:calc(100% - 50px);
		width:65%;
		margin: 10px;
		display:block;*/
		/*margin-left: 1%;*/
		/*padding:1%;*/
		}
}
.col-ads{
	direction: rtl;
	display: inline-block;	
    /*max-width: 300px;*/
    /*max-width:30%;*/
    width: 30%;
    vertical-align: top;
    margin: 1%;
    text-align: right; 
    background-color: #f8f8f8;
}
@media (max-device-width:768px){
.col-ads{
	/*width:calc( 100% - 30px);
	max-width: calc( 100% - 30px);
	display:none;*/
	margin:1px;
	width:90%;
	}
}


.bannerbar{
	position: fixed; 
	top: 0px;  
	left:0px;
	width:100%; 
	/*height:80px; 	*/
	box-shadow: 0px 0px 4px #807d7d; 
	/*padding:5px;*/
	z-index:1000;
	background-color: var(--main-color1);
}
@media (max-device-width:768px){
	.bannerbar{
		
	}
}

.banner_icon{
	width:150px;
	font-size:14px;
    float: right;
    position: relative;
    color: white;
    font-weight: 900;
    padding: 10px 5px 10px 5px;
    vertical-align:top;
    background-color:var(--main-color1);
    border-right: 1px solid rgba(255,255,255,0.4);
    margin-bottom:3px;
	text-align:right;
}
.banner_icon a{
	color: white; 
	text-decoration:none ;
}
.banner_icon img{
	height :35px; 
	padding:0; 
	border-style: none;
/*	border-radius: 20px;*/
}

@media (max-device-width:768px){
	.banner_icon{
		width:150px;
		text-align:right;
	}
}

.q_typesearch{
	/*background-color: #ffffff;*/
    font-size: small;
    border-radius: 2px;
    margin: 0px 3px 0px 3px;
    padding:1px;
    color: var(--main-color1);
    box-shadow: 0 0 1px 0px var(--main-color1);
	text-align:right;
	padding-right: 5px;
	overflow: hidden;
    white-space: nowrap;
}

.ratiokeep{
	border-radius: 5px 5px 0 0;
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}
.ratiokeep img{	
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}

.ratiokeep h1{
	margin:0px; 
	font-size:.8em;
}
.ratio25{
    padding-bottom: 25%;
}
.ratio75{
    padding-bottom: 75%;
}
.ratio100{
    padding-bottom: 100%;
}
.ratio141{
    padding-bottom: 141%;
}

.frame-con{
	text-align:center;
/*	max-width:1000px;*/
    margin: 0 auto !important;    
    direction:rtl;
}
.div_youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%; /* The height of the item will now be 56% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.div_youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.explaintext {
	font-size:  inherit;
}
.explaintext a{
	 text-decoration:underline;
}

.imgcover{
	width: calc( 100% - 3px);
    object-fit: cover;
    /*height: 225px;*/
	position: relative;
    object-position: top;
    margin-top: 2px;
    border-radius: 5px 5px 0px 0px;
	}

.menutog{
	/* display:inline-block;*/
	 /* background-color:white;*/
	 display:none;
	 width:180px;
	 position:absolute;
	 top:55px;
	 left:10px;
	 padding:5px;
}
@media (max-device-width:768px){
	.menutog{
	 display:none;
	 width:180px;
	 position:absolute;
	 top:55px;
	 left:10px;
	 padding:5px;

	}
}
.menu3bar{
	 /*display:none;*/
	 position:absolute;
	 top:5px;
	 left:10px;
	 padding:5px;
}
@media (max-device-width:768px){
	.menu3bar{
		 display:inline-block;
		 
		 width:auto;
	}
}


.posts-title {
    max-width: max-content;
    min-width: 140px;
    margin: 0 20px;
    display: block;
    border-radius: 8px 8px 0 0;
    padding-top: 5px;
    border-left: 1px solid rgba(32,33,36,0.28);
    border-right: 1px solid rgba(32,33,36,0.28);
    border-top: 1px solid rgba(32,33,36,0.28);
    position: relative;
    overflow: hidden;
    background: #fff;
	text-align:right;
}

.htap{	
	padding: 5px;
    text-decoration: none;
	background-color: #ffffff;
	max-width:1090px;
	margin:auto; 
	margin-bottom: -7px;
	text-align : right; 
	background-color:#e9e9e9;
}
@media (max-device-width:768px){
.htap{
	margin-bottom: -17px;
	}
}

.banner_icon_footer{
	font-size:14px;
    float: right;
    position: relative;
    color: white;
    font-weight: 900;
    padding: 10px 5px 10px 5px;
    vertical-align:top;
    background-color:var(--main-color1);
    border-radius: 0 0 5px 5px;
    border-right: 1px solid rgba(255,255,255,0.1);
    margin:2px;
}
.banner_icon_footer a{
	color: white; 
	text-decoration:none ;
}

.tagdiv{
	box-shadow: 0 0 1px 1px #b2b3b2;
    display: inline-block;
    margin: 5px;
    padding: 2px 10px;
    background-color: #f8f8ff;
    border-radius: 5px;
	
}

.taglabel {
    margin-top: -13px;
    font-size: 12px;
    position: absolute;
    margin-right: 20px;
    margin-left: 20px;
    max-width: 250px;
    line-height: 1.9em;
}

.taglabel a {
    color: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    padding: 5px 10px;
	background: var(--main-color1);
    border-radius: 3px;  
}

.col-2_3{
	display:inline-block ;
	width:calc( 60% + 10px );
 	vertical-align:top ;
	text-align: center ;
	padding: 0px;
    margin: 10px;
}
@media (max-device-width:768px){
	.col-2_3{
		width:calc( 100% - 22px );
	}
}

.title_category {
    color: white;
    direction: rtl;
    background-color: var(--main-color1);
    text-align: right;
    line-height: normal;
    margin: 10px 0px 0px 0px;
    padding: 0 10px;
    font-size: 30px;
    display: block;
    font-weight: bold;
}
@media (max-device-width:768px){
	.title_category{
	    font-size: 24px;	
	}
}
.imgcoversmall {
    object-position: top;
    width: 100%;
    height: 100%;
    max-width: 72px;
    max-height: 72px;
    object-fit: cover;
    border-radius: 5px;
}

.videotag{
	width: 30%;
    display: inline-block;
    background-color: var(--main-alinkline);    
    color: white;
    border-radius: 1em;
    min-width: 100px;
}

.titletrans{	
	color: white;
    max-height: 5.5em;
    overflow: hidden;
}


.tagcardpost{
	color: var(--main-head1);
    /*border-bottom: 3px solid var(--main-head1);*/
    line-height: 1em;
    font-weight: bold;
    font-size: 14px;
}
.titlecardpost{
	color: var(--main-head2);
	height: 70px;
	padding: 0px;
    margin: 0px;
    overflow:hidden;
}

.titlecardblackpost{
	font-size:0.9em;
	padding: 0px;
    overflow:hidden;
    margin: 10px 5px; 
    color:white; 
    background-image: linear-gradient(#adadadfa, #000000c2); 	position: absolute;
    bottom: -12px;
    left: -5px;
    width: calc( 100% - 10px );
    box-shadow: inset 0px 0px 5px 0px #9e9e9e; 
    padding: 10px 5px;
    max-height: 3em;
}


.titlecardline{
	width: 100%;
    font-size: 16px;
    color: var(--main-alinkline);
    font-weight: bolder;
}
.headcardline{
	color: var(--main-alinktitle);
}


.tagsearch{
	font-size:14px;
	display:inline-block; 
	color: #000000;    
    padding: 10px;
    vertical-align:top;
    background-color:#f8f8f8;
    /*border-right: 1px solid rgba(255,255,255,0.4);*/
    margin:0px;
}
.tagsearch a{
	color: #000000; 
	text-decoration:none ;
}

.seemore{	
	margin: 10px;
    padding: 0px 10px;
    border-radius: 5px;
    background-color: #e9e9e9;
    box-shadow: 1px 1px 1px #ccc;
    width:150px;
    direction: rtl;
    text-align: right;
    width: fit-content;
}

.col3{
	display:inline-block ;
	width:30%;
 	vertical-align:top ;
	text-align: center ;
	padding: 0px;
    margin: 0px;
}
@media (max-device-width:768px){
	.col3{
		display:inline-block ;
		width:45%;
	 	vertical-align:top ;
		text-align: center ;
		margin: 10px 2px 10px 2px;

	}
}

.col2{
	display:inline-block ;
	width:45%;
 	vertical-align:top ;
	text-align: center ;
	margin: 10px 2px 10px 2px;
	
}

.img_explain{
	max-width:500px; 
	max-width:90%; 
	border-radius:5px;
}