@charset "utf-8";
@import url("webfonts/Shabnam/stylesheet.css");
@import url("webfonts/Shabnam_Bold/stylesheet.css");
/*@import url("font-awesome6\css/fontawesome.css");*/

@keyframes ref_anim {
          from {transform: rotate(0deg);}
          to { transform: rotate(360deg);}
}

:root {
  	--color1: #192B6C;	
	--color2: #FF5000;
	--color3: #FFFFFF;
	--color4: #808080;
	--color5: darkgreen;
	--color6: #d42f2f;
	
	--bgshadow1: #a0a0a0;
	--bgshadow2: #D3D3D3;

  	--bgcolor1: #FFFFFF;
	--bgcolor2: #F8F8F8;
	--bgcolor3: #192B6C;
	--bgcolor4: #FF5000;
	--bgcolor5: darkgreen;
	--bgcolor6: gold;
	--bgcolor7: #a0a0a0;
	--bgcolor8: #f2f2f2;
}
/* CSS Document */
* {
	border: dotted 0px #f2f2f2;
	box-sizing: border-box;
	direction: rtl;
	transition: 250ms ease-in-out 50ms;
	/*font-family: Shabnam;*/
}

html{
	/*width: 100%; height: 100%;*/
}

body{
	direction: rtl; padding-bottom: 10px;
}

#body{
	position: relative;
	top: 0px; right: 0px;
	width: 100%; height: max-content;
	margin: 0px;
	direction: rtl;
	font-family: Shabnam;
	font-size: medium;
	color: var(--color1);
	background-color: var(--bgcolor);
} 

a{text-decoration: none; color: var(--color1)} a:hover{color: var(--color2); cursor: pointer;}

p{font-family: Shabnam; color: var(--color1); font-size: medium;}

#banner_top {grid-area: banner_top; text-align: center; padding: 10px 0px; background-color: var(--bgcolor2); position: relative; z-index: 3;}
#header {grid-area: header; height: 80px; padding: 8px 0px; position: relative; box-shadow: 0px 1px 3px 1px lightgrey; z-index: 2; background-color: var(--bgcolor1);}
#menu_top {grid-area: menu_top; position: sticky; top: 0px; background-color: var(--bgcolor2); padding: 10px 15px; text-align: center; font-family: "Shabnam Bold"; font-size: 13px; box-shadow: 0px 1px 3px 1px lightgrey; z-index: 3; height: 39px; display: none;}
#main {grid-area: main; height: 100%; padding: 0%; min-height: 60vh;}
#footer {grid-area: footer; }
#search_bt {grid-area: search_bt; position: sticky; bottom: 80px; background-color: var(--bgcolor1); padding: 4px 0px 6px; text-align: center; box-shadow: 0px -1px 3px 1px lightgrey; z-index: 2; display: none;}
#menu_bt { grid-area: menu_bt; padding: 8px 0px; box-shadow: 0px -1px 3px 1px lightgrey; background-color: var(--bgcolor2); position: fixed; bottom: 0px; height: 80px; width: 100%; overflow-x: scroll; display: none; z-index: 2; overflow: visible;}

.grid-container {
  display: grid;
	direction: inherit;	
  grid-template-areas:
	'banner_top'  
    'header'
    'menu_top'
	'main' 
    'footer'	
	'search_bt'  
	'menu_bt';
  /*gap: 10px;
  background-color: #2196F3;
  padding: 10px;*/
}

#dash-aside { grid-area: dash-aside;  background-color: var(--bgcolor1);  text-align: center; font-family: "Shabnam"; font-size: 13px; width: 100%; margin-bottom: 25px; padding: 0px 5%; direction: rtl;}
#dash-main { grid-area: dash-main; height: 100%; max-width: 1140px; padding: 0%;}

.grid-container-dashboard {
  display: grid;
	margin: 0px auto;
	direction: inherit;
	width: 100%;
	max-width: 1280px;
grid-template-columns: 280px auto;		
  grid-template-areas:
	'dash-aside dash-main' ;
  /*gap: 10px;
  background-color: #2196F3;
  padding: 10px;*/
}

.grid-container-dashboard-mobile {
  display: grid;
	margin: 0px auto;
	direction: inherit;
	width: 100%;
	max-width: 1280px;
grid-template-columns: auto;		
  grid-template-areas:
	'dash-main' 
	'dash-aside' ;
  /*gap: 10px;
  background-color: #2196F3;
  padding: 10px;*/
}


img{
	vertical-align: middle;
}
.input{
	border-radius: 3px;
	margin: 3px 5px;
	height: 28px;
	font-family: inherit;
	font-size: small;
	color: var(--color1);
	padding: 2px 10px 1px;
	min-width: 100px;
	max-width: 850px;
	width: 99%;
	border: 1px solid var(--bgcolor7);
}

.section{
	display: none;
	padding: 0px 1%;
}

.divContiner{
	border: 1px solid var(--bgshadow2);
    max-width:460px;
    min-width:320px ; 
    margin: 35px auto; 
    padding: 5pt;
    background-color: var(--bgcolor2); 
    border-radius: 15px 50px;
}

.button{
	display: inline-block;
	margin: 10px auto;
	font-family: "Shabnam Bold";
	font-size: medium;
	color: var(--color1);
	background-color: var(--bgcolor1);
	line-height: 1.5em;
	height: 26px;
	border-radius: 5px;
	border: 1px solid var(--bgcolor3);
	width: 85px;
	text-align: center;
	cursor: pointer;
}

.buttonOR{
	color: var(--color2);
	background-color: var(--bgcolor1);
	border: 1px solid var(--color1);
}



.button:hover{
	color: var(--bgcolor1);
	background-color: var(--color1);
}

.buttonOR:hover{
	color: var(--bgcolor1);
	background-color: var(--color2);
}

.BUT{
	color: var(--color4);
	background-color: var(--bgcolor2);
	border: 1px solid var(--color4);
	display: inline-block;
	margin: 10px auto;
	font-family: "Shabnam Bold";
	font-size: medium;
	line-height: 1.5em;
	height: 26px;
	border-radius: 5px;
	width: max-content;
	min-width: 85px;
	text-align: center;
	cursor: pointer;
}

.BUT:hover{
	color: var(--bgcolor2);
	background-color: var(--color4);
}

.Inverse{
	background-color: var(--color1); 
	color: var(--bgcolor2);
}
.Inverse:hover{
	color: var(--color1);
	background-color: var(--bgcolor1);
	border: 1px solid var(--color1);
}

#f0{height: 50px; line-height: 0px; vertical-align: middle; background-color: #f2f2f2; padding: 0px; padding-bottom: 5px; margin-bottom: 0px; text-align: center; font-family: "Shabnam Bold"; color: #192B6C; font-size: larger;}
#f1{height: 50px; background-color: #5891bc}
#f2{height: 50px; line-height: 50px; vertical-align: middle; background-color: #f2f2f2; padding: 10px; padding-bottom: 8px; margin-bottom: 0px; margin-top: 20px;}
#f3{height: 30px; background-color: #192b6c; text-align: center;font-family: Shabnam; font-size: 12pt; font-weight: lighter; color: white;} #f3 a {color: #e2e2e2; text-decoration: none;} #f3 a:visited {color: #e2e2e2 ;text-decoration: none;} #f3 a:hover {color: #a3d7ed ;text-decoration: none;}
#f4{height: 1px; background-color: lightgrey;}
#f5{height: max-content; line-height: 1.1em; background-color: white; text-align: left; font-family: Shabnam; font-size: 11pt; font-weight: lighter; color: #ff5000;}

.fa{
          padding: 7px;
          font-size: 30px;
          width: auto;
          text-align: center;
          text-decoration: none;
          margin: 0px 3px;
          border-radius: 50%;
          color: white;
}

.fa:hover{
          opacity: 0.7;
}

.jMenu {
	font-size: 15px;
    direction: rtl;
    border: 1px solid #192b6c;
    height: 36px;
    vertical-align: middle;
    text-align: right;
    line-height: 15px;
    background-color: white;
    font-weight: bold;
    color: #192b6c;
    padding: 10px;
    margin-bottom: 7px;
    font-family: "Shabnam Bold";

}

.ItemDiv{
    border-bottom: dotted 1px #192B6C;
    border-top: dotted 1px #192B6C; 
    color: #192B6C;
    font-family: "Shabnam Bold"; 
    font-size: 11.5pt; 
    font-weight: normal;  
}

.ItemIcon{
    font-size: 20pt;
    margin-top: 0px; 
    vertical-align: baseline; 
    margin-left: 5px; 
    /*color: #192B6C; */
    float: left;
}
.ItemText{
    width: 95%; 
    border-radius: 15px 0px 0px 15px; 
    border: dotted 1px #192B6C; 
    padding: 20px;
	font-size: 11pt; 
    font-family: Shabnam;
    margin: 0px 0px 25px auto;
    line-height: 1.6em;
    white-space: pre-line;
}
.ItemResponse{
   font-size: 11pt; 
    font-family: Shabnam;
    background-color: #F0F0F0; 
    padding: 20px 20px 1px 20px; 
    border-radius: 0px 15px 15px 0px; 
    margin: 0px auto 20px 0px;
    /*text-indent: 1.5em;*/
    line-height: 1.6em;
    white-space: pre-line;
    color: #192B6C;
    width: 95%;
    white-space: pre-line;
    /*float: left;*/

}
.textarea{
    padding: 10px; 
    max-width: 99%; 
    width: 99%; 
    font-family: Shabnam;  
    resize: vertical; 
    scroll-behavior: auto; 
    margin: 5px auto 0px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    border-top: dotted 1px var(--bgshadow2);
    border-bottom: dotted 1px var(--bgshadow2);
    line-height: 1.6em;
}

.inputText{
    padding: 5px;
	border: 1px solid var(--bgcolor7);
	border-radius: 3px;
    font-family: Shabnam;
    font-size: 11pt;
    width: 99%;
    white-space: normal;
    resize: vertical;
    scroll-behavior: none;
	line-height: 1.6em;
	color: var(--color1);
}

select{
	color: inherit;
    padding: 3px 5px;
    width: 99%;
    margin: 5px 0px;
    height: 30px;
    font-size: small;
	border-radius: 3px;
	border: 1px solid var(--bgcolor7);
	line-height: 1.6em;
	font-family: 'Shabnam';
	max-width: 100%;
}

.rating {
	 color: gold;
	  width: 135px;
	 float: left;
	text-align: left;	
	 height: 25px;
	font-size: 24pt;	
      unicode-bidi: bidi-override;
      direction: rtl;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 0.8em;
  cursor: pointer;	
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}	

#close:hover{
		color: var(--bgcolor1);
		background-color: var(--color1);
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  max-width: 300px;	
  background-color: var(--color1);
  color: var(--bgcolor1);
  text-align: center;
  border-radius: 6px;
  padding: 15px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  box-shadow: var(--bgshadow2) 2px 2px 5px 1px;
  line-height: 1.8;
  font-size: 14.5px;	
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 73px;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: var(--color1) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
