
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/woff2/KalamehWebFaNum-Thin.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/KalamehWebFaNum-Thin.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/woff2/KalamehWebFaNum-ExtraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/KalamehWebFaNum-ExtraLight.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/woff2/KalamehWebFaNum-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/KalamehWebFaNum-Light.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/woff2/KalamehWebFaNum-Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/KalamehWebFaNum-Medium.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/woff2/KalamehWebFaNum-SemiBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/KalamehWebFaNum-SemiBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/woff2/KalamehWebFaNum-ExtraBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/KalamehWebFaNum-ExtraBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/woff2/KalamehWebFaNum-Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/KalamehWebFaNum-Black.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/woff2/KalamehWebFaNum-Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/KalamehWebFaNum-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: KalamehWebFaNum;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/woff2/KalamehWebFaNum-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/KalamehWebFaNum-Regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}


*{
    box-sizing: border-box;
    font-family: KalamehWebFaNum;

}

body{
    background-color: #E1E1E1;
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.wraper {
	max-width: 850px;
	min-height: 500px;
	height: 500px;
	background: #EAEAEA;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	min-width: 850px;
	display: flex;
	flex-direction: row-reverse;
	overflow: hidden;
	flex-wrap: wrap;
	border-bottom: 1px solid #fff;
}

header{
    width: 100%;
	position: relative;
}

.header-top {
	min-height: 50px;
	background: #fff;
}

.header-logo-box {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	font-size: 11px;
}


.timer {
	position: absolute;
	left: 10px;
	top: 33px;
	z-index: 100;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	height: 50px;
	width: 7 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	font-size: 11px;
}
#second{
	width: 20px;
	margin-right: 5px;
}

.header-logo-box img{
	width: 80px;
	height: 50px;
	object-fit: contain;
}

.steps {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: linear-gradient(#fff 50%,#eaeaea 50%);
}

.steps::after {
	content: " ";
	width: 100%;
	height: 2px;
	background-color: #aaa;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 0;
}

.steps > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	margin: 0 20px;
	background-color: #fff;
	border-radius: 12px;
	border: 2px solid #9b9b9b;
	position: relative;
	z-index: 10;
	filter: grayscale;
	color: #848484;
}

.steps .active
{
    border: 2px solid #f29104;
background: #fff9f0;
box-shadow: 0 0 10px #f29104;
color: #333 !important;
font-weight: bold;
}



.steps img {
	width: 40px;
	height: 40px;
	object-fit: contain;
    opacity: 0.7;
}
.steps .active img{
    opacity: 1;
}
.right-side{
    background: #EAEAEA;
border-radius: 0px 15px 15px 0px;
width: 50%;
display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 30px;
    text-align: center;
    font-weight: normal;
}

.left-side{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;

}

.left-side h1{
	font-size: 20px;
}

.left-side img {
	width: 175px;
	height: auto;
}

.btn {
	width: max-content;
	height: 54px;
	border: unset;
	border-bottom: 1px solid #E1E1E1;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 13px;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 14px;
}

.btn-orange{
background: #F29104;

}

.btn-success{
    background: #008D0E;
}

.btn-info{
    background-color: #048EF2;
}

.camera{
    width: 227px;
height: 176px;

background: #D9D9D9;
border-radius: 13px;
margin-bottom: 30px;
}

/* .sign canvas{
    width: 100% !important;
    height: 100% !important;
} */
.deactive {
	pointer-events: none;
	opacity: 0.5;
	filter: grayscale(1);
}

.btn-box{
    display: flex;
}

.btn-box .btn{
    width: max-content;
    min-width: 80px;
    margin: 5px;
}

.w-100{
    width: 100%;
}
.video-box {
	max-width: 350px;
	min-width: 100%;
	height: 250px;
	background-color: #fff;
	border-radius: 15px;
	padding: 25px 0px;
}

#countdown {
	position: relative;
	margin: auto;
	/* margin-top: 100px; */
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0 7px;
}
  
  #countdown-number {
	color: #f39200;
	display: inline-block;
	line-height: 40px;
	font-weight: bold;
}
  
  .timer svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	transform: rotateY(-180deg) rotateZ(-90deg);
  }
  
  .timer svg circle {
	stroke-dasharray: 113px;
	stroke-dashoffset: 0px;
	stroke-linecap: round;
	stroke-width: 4px;
	stroke: #f39200;
	fill: none;
	animation: countdown 420s linear infinite forwards;
}
  
  @keyframes countdown {
	from {
	  stroke-dashoffset: 0px;
	}
	to {
	  stroke-dashoffset: 113px;
	}
  }


  .modal-footer{
	flex-wrap: nowrap;
  }

  .sigNav {
	height: 65px;
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	background: #f39200;
	display: flex !important;
	padding: 10px;
	border-radius: 13px 13px 0 0;
	justify-content: space-around;
	align-items: flex-start;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	display: none !important;
}

.sigWrapper {
	clear: both;
	height: 300px;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
}

.sigPad {
	width: 100%;
}

#sign-box{
	width: 100%;
}

.sigWrapper {
	position: relative;
	margin-top: -13px;
}

.pad {
	position: relative;
	cursor: url("../assets/pen.cur"), crosshair;
	cursor: url("pen.cur") 16 16, crosshair;
	-ms-touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.video-box {
	position: relative;
	height: 240px !important;
	background: #3c3c3c;
	padding-top: 0;
	overflow: hidden;
}
.face-mask {
	position: absolute;
	top: 34px;
	right: 30%;
	z-index: 100;
	width: 40% !important;
}

.circle{
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: red;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 10;

	animation: signal 1s infinite;
}

@keyframes signal{
	from{
		opacity:1;

	}
	to{
		opacity: 0;
	}
}

.sigNav li {
	display: block;
	float: unset;
	margin: 0;
	padding: 0;
	width: 49%;
}


.sigNav a {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	color: #333 !important;
	text-decoration: unset !important;
	line-height: 30px !important;
	border-radius: 10px !important;
	overflow: hidden;
	text-align: center;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 46px;
	bottom: unset !important;
}

.sigNav .clearButton {
	bottom: unset;
}

.w-45{
	width: 45%;
}


pre {
	position: relative;
	overflow: hidden;
}

@media (max-width: 991px){
    .wraper{
        flex-direction: column;
        max-width: 90%;
        min-width: 90%;
        height: auto;
            font-size: 12px;
            line-height: 26px;
        
    }
    .left-side img {
        width: 160px;
        height: auto;
    }

    .left-side h1{
        font-size: 12px;
    }


    .wraper > div{
        width: 100%;
        border-radius: 0;
        height: auto;
        padding: 15px;
    }

    .steps img{
        width: 27px;
    }

    .steps span{
        font-size: 12px;
    }
	
	.steps > div {
		flex-direction: column;
		align-items: center;
		padding: 10px;
		height: 100px;
		font-size: 10px;
		min-width: 100px;
		margin: 5px;
		width: 100px;
		border-radius: 50%;
		justify-content: center;
		text-align: center;
	}

	.header-top {
		min-height: 100px;
	}
}

#drawIt{
	display: none !important;
}

#iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: #3c3c3c;
	border-radius: 15px;
	z-index: 1000;
	height: 261px;
	display: none;
}

#videoRes{
	background: red;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
@media(min-width: 991px){
	#sign-box{
		width: 300px;
	}

	.right-side {
		justify-content: center;
	}
}

.restartrec {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 10000;
	background: orange;
	border: 0;
	color: #fff;
	border-radius: 5px;
}


/*============ style for id and date box=============== */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.id_inp{
	outline: none;
	width: 240px;
	max-width:100%;
	height: 45px;
	border: 2px solid #9b9b9b;
	border-radius: 15px;

}
#date-id-box p{
	text-align: start;
}
.date{
	outline: none;
	border: 2px solid #9b9b9b;
	border-radius: 10px;
	width: 70px;
	height: 40px;
	max-width: 100%;
}