html {
    overflow: hidden;
    direction: rtl;
}
 @font-face {
     font-family: Somar;
     src: url('/com.sap.portal.resourcerepository/repo/zatca/font/Somar-Regular.woff2') format('woff2'), url('/com.sap.portal.resourcerepository/repo/zatca/font/Somar-Regular.woff') format('woff');
}
 .prtlBody,body {
     background-color: #ffffff;
     width: 100vw;
     height: 100vh;
}
h2.iamTitle {
    text-align: center;
    font-family: Somar;
    font-weight: normal;
    letter-spacing: normal; 
    line-height: 1.5;
    color: #fff;
    font-size: 18px;
    margin: 10px;
}
.iamClose,.iamClose1 {
    color: white;
    float: left;
    font-size:35px;
    font-weight:700;
	cursor: pointer;
}
.iamTitle-header{
padding: 2px 10px;
   background-image:linear-gradient(50deg,#19579d 6%,#1886c4 87%);
    font-family: Somar;
    font-weight: normal;
    letter-spacing: normal; 
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
}
/* Modal Background */
.modalMessPop {
	display: none; /* Hidden by default */
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.modalMessPop-content { 
	margin: 15% auto;
	padding: 20px;
	width: 50%;
	text-align: center;
	    border: none;
}
.iamTitleHeader {
    font-size: 16px;
    background-image: linear-gradient(50deg, #19579d 6%, #1886c4 87%);
    color: #ffff;
    padding: 4px;
    align-items: center;
    text-align: center;
    font-family: Somar;  
	border-top: 1px solid #888;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	    height: 45px;
} 
.iamBodyCls {
    padding: 16px;
    color: #737373;
    text-align: center; 
    background: #fff;  
	border-bottom: 1px solid #888;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
h2#headerText {
    font-size: 16px; 
    color: #ffff; 
	font-family: Somar;
}
p#messageText {
    text-align: right;
    font-size: 14px;
	font-family: Somar;
}
/* Close Button */
.messageClose {
	color: #0c3455;
	float: left;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	display: none;
}
 .iamBody {
    padding: 16px;
    color: #737373;
    text-align: center;
}
.iamCls,.iamCls1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 45vw;
    height: 60vh;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.iamCPhCls{
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    align-self: center;
    padding-top: 100px;
    /* margin: 25px; */
}
#btnNext:hover { 
    color: #fff;
    text-decoration: none;
    cursor: pointer;
	background: #19579d;
}
#btncln:hover { 
    color: #fff;
    text-decoration: none;
    cursor: pointer;
	background: #19579d;
}
label.lableName {
    float: right;
    font-family: Somar;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5;
    color: #575756;
    font-size: 16px;
    padding-bottom: 10px;
}
input.login-field {
    width: 100%;
    margin: 5px 0 5px 0;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #ccc;
    font-family: Somar;
    font-size: 16px;
    padding-right: 10px; 
}
.random-num {
    font-size: 30px;
    color: #042e66;
    border: 2px solid #042E66;
    border-radius: 50px;
    padding: 10px;
    margin: 10px 0;
    width: -moz-fit-content;
    width: fit-content;
    background: lightblue
}
.errorMsg {
    color: red!important;
    display: none;
	float: right!important;
}
 #loading-indicator {
     margin: auto;
     top: 45%;
     position: fixed;
     left: 48%;
	 z-index: 999;
	  display: none;
}
div#loading-indicator > img {
    width: 48px;
    height: 48px;
}
.btn-custom {
    background: #0996D4;
    color: #fff;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #ccc;
    font-family: Somar;
    font-size: 16px;
    padding-left: 10px;
    max-width: 180px;
	cursor: pointer;
}
@media screen and (max-width: 767px){ 
.iamCls, .iamCls1 {
	width: 75vw;
    height: 75vh;
}
}