body{
	/* background-color:#F1F7FC; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:white;
	background-size: 100%;
	background-repeat: no-repeat; 
	background-color:#81C8E4;
    /*position:absolute;*/
    overflow:hidden;
}
.border {
	margin:3% 25%;
	color: #16213D;
	background-color: white;
	font-family: Rubik, san-serif;
	border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(33, 37, 41, 0.10);
}
.header {
	font-size:20px; 
	padding:2px 4px;
	text-align:center;
	margin:7px 0 38px 0;
	height:80px;
	vertical-align:middle
}
.PriorityLogo{
	height:156px;
	width:371px;
	margin: auto  auto 35px -24px;
}

.contentsHeb {
	text-align:left;
	overflow:hidden;
	padding: 36px;
}
.logoWrraper {
	margin: 20px 20px 40px;
}
.f16Eng {
	font-size:1.2em;
	font-weight:bold;
}
.instTitle {
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 8px;
}
.EnglishBut{
	float:right;
	display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid black;
    cursor: pointer;
}

.EnglishBut span {
	font-size: 14px;
}

.contentContainer {
	direction:rtl;
	text-align:right; 
}

.contentContainer .instNote {
	font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.contentContainer ol {
	margin-inline-start: 20px;
	font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
    margin-bottom: 8px;
}
.Instalation {
	background-color:#64B9D5;
	color:black;
	padding:2px 10px;
	margin-top:10px;
}        
.ul1{
	    font-size:9pt;
	    line-height:19pt;
	    list-style:square;
}
.ul2 {
	    list-style:decimal;
	    line-height:13pt;
}
.root {
	color:#0075C7;
	font-weight:bold;
}
a {
    color: #fff;
}
a:hover {
color: #353F48;
    text-decoration: underline
}
.link1 {
    color: #3B37E6;
	text-decoration: none
}
.link1:hover {
	color: #3B37E6;
    text-decoration: underline
}
ul {
	list-style:square;
}
.Btn {
	/* -moz-box-shadow:inset 0px 1px 0px 0px #008deb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #008deb;
	box-shadow:inset 0px 1px 0px 0px #008deb;
		text-shadow:1px 1px 0px #00385e;
*/
	background-color:#7DBDEA;
	text-indent:0;
	border:2px solid #AAD9F5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:.9em;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:90px;
	text-decoration:none;
	text-align:center;
}
.Btn:hover {
	background-color:#6DA5CC;
}.Btn:active {
	position:relative;
	top:1px;
}
