@font-face {
	font-family: 'Engagement';
	src: url(fonts/Engagement-Regular.ttf);
}

@font-face {
	font-family: 'Kristi';
	src: url(fonts/Kristi-Regular.ttf);
}

@font-face {
	font-family: 'Zeyada';
	src: url(fonts/Zeyada.ttf);
}
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	font-family: Helvetica, Helvetica Neue, sans-serif;
	font-size: 14px;

}

h1, h2, h3 {
	font-family: Helvetica, Helvetica Neue, sans-serif;
	font-weight: 500;
}

p, label,.coverButton{
	font-size: 14px;
}

select, input[type="text"], input[type="password"],textarea {
	width: 100%;
	padding: 16px 20px;
	border: none;
	border-radius: 4px;
	background-color: var(--input-colour);
}

textarea{
	resize: vertical;
	max-height: 250px;
    font-family: Helvetica, sans-serif;
}

button:active,
button:focus {
	outline: none;
	border: none;
}

#help {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10.2%;
	left: 5%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: var(--default-blue);
	box-shadow: 0 6px 10px 0 #666;
	cursor: pointer;
	outline: none;
	border: none;
	z-index: 4;
	color: #fff;
}

#help:hover {
	border: none;
	outline: none;
	box-shadow: 0 8px 10px 0 #666;
}


@media (max-height: 461px) {

	#help {
		bottom: 23% !important;
	}

}

@media (max-height: 445px) {

	#help {
		bottom: 37% !important;
	}

}
@media (max-width: 600px) {

	#help {
		bottom: 18%;
	}

}


.button:hover:enabled{
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.button:disabled{
	cursor: default !important;
	background: var(--default-light) !important;
	color: #80888a !important;
}

.button.disabled{
	cursor: default !important;
	background: var(--default-light) !important;
	color: #80888a !important;
}

.buttonLink{
	background: transparent;
	text-decoration: underline;
	outline: none;
	border: none;
	cursor: pointer;
	display: block;
	margin: auto;
	margin-top: 15px;
}

.pin, .savePin, .editPin{
	padding: 10px !important;
	border: 1px solid #ddd !important;
	width: 50px !important;
	height: 50px !important;
	text-align: center !important;
	font-size: 30px !important;
}
.pinNumber, .savepinNumber, .editpinNumber{
	padding: 10px !important;
	border: 1px solid #ddd !important;
	height: 50px !important;
	font-size: 16pt !important;
	width: 100% !important;
}
.pinNumber input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
               -webkit-appearance: none;
                margin: 0;
}
 
.pinNumber input[type=number] {
	-moz-appearance: textfield;
}

#wrongPin{
	color: red;
}

#smallSpinner{
	margin: auto;
	margin-top: 20px
}

#answerMessage{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff
}

#rotateSpinner, #rotateSpinnerInit{
	margin: auto;
}


#inp, #initInp {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#inp + label, #initInp + label {
	background: #ddd;
	display: inline-block;
	color: black;
	font-size: 12pt;
	font-weight: 500;
	padding: 5px;
	margin:10px;
	-webkit-box-shadow: 0 2px 5px #7d7d7d;
	-moz-box-shadow: 0 2px 5px #7d7d7d;
	box-shadow: 0 2px 5px #7d7d7d;
}

#inp:focus + label,
#inp + label:hover,
#initInp:focus + label,
#initInp + label:hover
{
	background: var(--input-colour);
	cursor: pointer;
}

/* Style the header */
.header {
    background-color: var(--header-background);
    border-bottom: var(--header-border);
	padding: 10px;
	box-shadow: 0 5px 10px #aaa;
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Style left in the header */
.header #left {
	float: left;
	width: 50%;
}

/* Style right in the header */
.header #right {
	float: right;
	width: 50%;
}

#right .imp-btns{
	float: right;
}
/* Create main column */
.column {
	float: left;
	width: 100%;
	padding: 0;
}


.imp-btns .button {
	width: 120px;
	border: none;
	padding: 10px 20px;
	background-color: var(--header-button-background);
    color: var(--header-button-text);
    text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 2rem;
	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	-ms-transition: background-color 0.5s, color 0.5s;
	-o-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}

.imp-btns .button > svg{
	font-size: 11pt;
	margin-left: 3px;
	padding-top: 1px;
}

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

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	width: 120px;
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	z-index: 1;
	right: 5px;
	margin-top: -1px;
	cursor: pointer;
	background-color: var(--header-button-dropdown-background);
	border-radius: 7px 7px 7px 7px;
}

/* Links inside the dropdown */
.dropdown-content button {
	padding: 12px 16px;
	text-decoration: none;
	outline: none;
	border: none;
	display: block;
	width: 100%;
	background: var(--header-button-dropdown-background);
	color: var(--header-button-dropdown-text);
}

.dropdown-content button:disabled{
	cursor: default !important;
	background: var(--default-light) !important;
	color: #80888a !important;
}

.dropdown-content button.disabled{
	cursor: default !important;
	background: var(--default-light) !important;
	color: #80888a !important;
}

.dropdown-content button.disabled:hover{
	box-shadow: none;
}

/* Change color of dropdown links on hover */
.dropdown-content button:hover {
	background-color: var(--top-toolbar-dropdown-hover);;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4), 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.showDropdown{
	display: block !important;
}
/*!* Show the dropdown menu on hover *!*/
/*.dropdown:hover .dropdown-content {*/
/*	display: block;*/
/*}*/

#btnSignMobile{
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	cursor: pointer;
}

#btnSignMobile[disabled] {
	pointer-events:none
}

#btnSignMobile.noReject{
    /*Round bottom of accept button when no reject*/
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

#rejectDoc{
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	cursor: pointer;
}

#objDiv {
	height: 89vh;
	background-color: #c4c3c3;
}

.hidden#objDiv {
	user-select: none;
	touch-action: none;
	pointer-events: none !important;
	touch-action: none;
	-ms-touch-action: none;
	opacity: 0.4;
}

/* Display for pdf */
#pdfContainer {
	width: 100% !important;
	height: 100%;
	display: block;
}

.logo-lg img {
	width: var(--header-logo-width);
	height: var(--header-logo-height);
    margin-left: var(--header-logo-margin-left);
    margin-top: var(--header-logo-margin-top);
}

#typedSigDisplay, #typedInitialDisplay{
	font-weight: 500;
	font-size: 30pt;
	font-family: Kristi ,sans-serif;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.SigBox{
	margin: auto;
	margin-top: 35px;
	/*padding: 20px;*/
	width: 100%;
	border: 1px solid black;
}

.consentChecked{
	display: none;
}

.imp-btns-mobile{
	display: none;
}

.consentCheckedButtons{
	display: block;
}

.downCont{
	position: relative;
	display: none;
}

.down{
	background-color: rgba(60,141,188,0.9);
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	width:40px;
	height: 40px;
	border-radius: 50%;
	position: fixed;
	right: 10px;
	z-index: 1;
	bottom: 60px;
}

.icon {
	font-size: 55pt;
}



@media (max-width:800px) {
	.scribbleButtons{
		width: auto;
	}
}

#img{
	padding-top:10px;
	max-width: 150px;
	height: auto;
}

.com-counter {
	background: rgba(0, 0, 0, 0) url("../images/watch.png") repeat scroll 0 0;
	color: black;
	height: 80px;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
	width: 72px;
	margin: auto;
	margin-bottom: 10px;
}

.com-counter .cd-value {
	font-size: 18px;
	line-height: 0px;
	padding-top: 0px;
	color: black;
}

.com-counter .cd-value::after {
	content: "s";
	font-size: 22px;
}

.com-counter .cd-subtext {
	font-size: 10px;
	padding-top: 10px;
	color: black;
}

.com-hr {
	border-top: 1px solid #d0d0d0;
	margin: 10px 0;
}

.com-spacing {
	display: block;
}

.com-spacing.cn-v10px {
	height: 10px;
}

.com-spacing.cn-v15px {
	height: 15px;
}

.selection.modal-body {
	/*padding: 10px;*/
	cursor: pointer;
}

.selection h2 {
	font-weight: 500;
	font-size: 10pt;
}

.selection h2:hover {
	color: var(--default-blue);
}


#initialDiv {
	display: inline-block;
	vertical-align: middle;
}

#initialScribbleLbl{
	color: #000 !important;
	z-index: 20000;
}

.whatsappImg{
	width: 100px;
}


.smallLoader {
	border: 3px solid #cfcfcf;
	border-top: 3px solid var(--small-loader-colour);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	padding: 10px;
	/*margin: 20px auto;*/
}

.xsLoader{
	border: 2px solid #cfcfcf;
	border-top: 2px solid var(--default-blue);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	padding: 10px;
}

.spinnerContainer{
	text-align: center;
}

.savedLoader,
.savedLoader:before,
.savedLoader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.savedLoader {
	color: var(--saved-loader-colour);
	font-size: 6px;
	margin: auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.savedLoader:before,
.savedLoader:after {
	content: '';
	position: absolute;
	top: 0;
}
.savedLoader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.savedLoader:after {
	left: 3.5em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}


.saveSpinnerDiv{
	margin: auto;
	width: 100px;
	margin-top: 20px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


#savedimg{
	padding: 20px;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

#counter, #counterProfile{
	z-index: 999;
	position: relative;
}

#percentContainer, #profileCanvasCont{

	position: relative;
}

.canvas-container {
	width: 100% !important;
}

#counterPercent, #counterProfilePercent{
	font-weight: 400;
	position: absolute;
	top:22%;
	left:43.5%;
}

#signRotate, #signRotateInit{
	display: none;
	background: none;
	color: black;
	border: none;
	font-size: 16pt;
	margin:10px auto;
	cursor: pointer;
}

#signRotate:hover{
	color: grey;
}

#img, #imgInit{
	max-height: 150px;
	width: auto;
}

#rotationCanvas, #rotationCanvasInit{
	display: none;
}

#btnUSSDChallenge {
	display: none;
}

/*Font Selector*/

.custom-select, .custom-selectInit {
	position: relative;
	width: 100%;
	border: none;
	border-radius: 4px;
	background-color: var(--input-colour);
	/*padding: 16px 20px;*/
}

.custom-select select , .custom-selectInit select{
	display: none; /*hide original SELECT element:*/
}

.select-selected, .select-selectedI{
	background-color: var(--input-colour);
}

/*style the arrow inside the select element:*/
.select-selected:after, .select-selectedI:after {
	position: absolute;
	content: "";
	top: 22px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after, .select-selectedI.select-arrow-activeI:after {
	border-color: transparent transparent #000 transparent;
	top: 15px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected, .select-itemsI div,.select-selectedI {
	color: black;
	padding: 16px 20px;
	cursor: pointer;
	border-radius: 4px;
	text-align: left;
	font-size: 10pt;
}

.select-items div, .select-itemsI div{
	border-bottom: 1pt solid grey;
	font-size: 15pt;
}

/*style items (options):*/
.select-items, .select-itemsI {
	position: absolute;
	background-color: var(--input-colour);
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 16px 20px;
	text-align: left;
	font-family: Engagement sans-serif;
	font-size: 20pt;
}

/*hide the items when the select box is closed:*/
.select-hide, .select-hideI {
	display: none;
}

.select-items div:hover, .same-as-selected,.select-itemsI div:hover, .same-as-selectedI {
	background-color: rgba(0, 0, 0, 0.1);
}


/*OPTIONS MODAL*/
.optionsContent{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 95%;
	max-width: 780px;
	text-align: center;
    margin: 5vh auto auto;
    position: relative;
	z-index: 1;
	visibility: visible;
	box-shadow: 0 5px 10px #222;
	background-color: var(--default-tab-button-colour);
	border-radius: 40px;
}

.content{
	width: 80%;
	background-color: var(--default-light);
	border-radius: 0 40px 40px 0;
	border-left: 1px solid rgba(0,0,0,4%);
}

.optionsSidebar{
	width: 20%;
	background-color: #E4E4E4;
	border-radius: 40px 0 0 40px;
}

.tab {
	background-color: #E4E4E4;
	width: 100%;
	height: auto;
	border-radius: 40px 0 0 40px;
}

.tabIcon, .tabIconI{
	display: none;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: var(--default-tab-button-colour);
	color: var(--default-grey);
	padding: 17px 5px;
	width: 100%;
	border: none;
	outline: none;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	border-bottom: 1px solid rgba(0,0,0,4%);
	height: 100%;
}

/* Create an active/current "tab button" class */
.tab button.active {
	border-left: var(--tab-button-active-border);
	color: var(--tab-button-active-colour);
}

.buttonName{
	display: block;
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: normal;
}

.optionsIcon{
	font-size: 16pt;
	margin: 0 0 0 10px;
}

.closeOptions{
	float: right;
	background-color: transparent;
	color: black;
	font-size: 20pt;
	border: none;
	outline: none;
	text-align: center;
	cursor: pointer;
	padding:10px;
	position: relative;
	z-index: 1;
	right: 15px;
	top: 5px;
	width: 40px;
	height: 40px;
}

/* Style the tab content */
.tabcontent {
	padding-bottom: 12px;
	height: 680px;
	border-left: none;
	background: var(--tab-content-colour);
	position: relative;
	border-radius: 0 40px 40px 0;
	padding-top: 16px;
}

.tab-header{
	padding: 16px;
	text-align: center;
	width: 100%;
	border-radius: 0 40px 0 0;
	border-bottom: 1px solid rgba(0,0,0,4%);
}

.tab-header .header-circle
{
	background-color: var(--header-circle-background);
}

.tab-header .header-circle .icon{
	color: var(--header-circle-icon);
}

.promptDiv{
	display: block;
}

.promptDiv h1{
	font-size: 18px;
}

.button-group{
	margin-right: 10px;
}

.btnContainer{
	margin-top:20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btnContainer button.button{
	margin-bottom: 5px;
}

.btnContainer .button{
	border: 1px solid var(--options-modal-secondary-button) !important;
	background: transparent !important;
	color: var(--options-modal-secondary-button-text) !important;
}

.btnContainer .btnConfirm {
	color: var(--options-modal-primary-button-text) !important;
	background-color: var(--options-modal-primary-button) !important;
	border: none;
}

.biometric-status-info{
	padding-bottom: 10px;
    color: var(--default-blue) !important;
    font-size: 15px;
    font-weight: bold;
}

/*.btnConfirm:hover{*/
/*	background-color: #3cabda !important;*/
/*}*/


/*custom signature styles*/
#savedSignature{
	display: none;
}

#spinnerContainer, #profileSpinnerContainer{
	display: none;
}

/*Document Footer + copyright*/

#footer{
	position: fixed;
	bottom: 0;
	background: #45494A;
	height: 25px;
	width: 100%;
	color: white;
}

#footer > .links > a{
	color: white;
}



#footer > img{
	position: absolute;
	bottom:10px;
	right: 10px;
	width: 50px;
	top: 1px;
}

#footer > span{
	position: absolute;
	left: 10px;
	top: 5px;
	color: white;
	font-size: 9pt;
}

#footer > .links{
	position: absolute;
	right: 10px;
	left: auto;
	top: 5px;
}

#videoSignPrompt{
    display: none;
    position: fixed;
    top: 0;
    z-index: 1100;
    text-align: center;
    left: 46%;
    width: 547px;
    margin-left: -200px;
}

#videoSignPrompt > *{
    color: white;
    font-size: 16px;
    font-weight: normal;
}

#vsPrompt{
    font-style: italic;
}

.sybrin-biometrics-passive-modal-backdrop{
    background-color: rgba(0,0,0,0.9) !important;
}

.sybrin-biometrics-result-retry, .sybrin-biometrics-passive-start, .sybrin-biometrics-passive-gotit, .sybrin-biometrics-passive-cancel
{
    font-size: 10pt !important;
}

.sybrin-biometrics-card {

    box-sizing: content-box;
}

.sybrin-biometrics-passive-heading, .sybrin-biometrics-passive-subtitle{
    display: none;
}

.sybrin-biometrics-modal, .sybrin-biometrics-passive-modal
{
    top: 53% !important;
}

.outputVideo{
    display: none;
    width: 100%;
}

#video{
    min-height: 600px;
}
/*MEDIA QUERIES*/

@media (max-width: 860px) {
	#footer > span{
		position: relative;
		font-size: 6pt;
	}

	#footer > .links{
		position: relative;
		margin-left: 20px;
		font-size: 6pt;
	}
}

@media (max-width: 600px) and (max-height:680px) and (orientation: portrait) {

	.downCont{
		display: block;
	}

	.scribbleButtons, #scribBtnsIDown{
		padding-bottom: 50px;
	}
}

@media (max-width: 405px) and (max-height:557px) and (orientation: portrait) {
	.downCont{
		display: block;
	}

	.scribbleButtons{
		padding-bottom: 50px;
	}
}

@media (max-height: 450px) and (orientation: landscape) {
	.downCont{
		display: block;
	}

	.scribbleButtons{
		padding-bottom: 50px;
	}
}

@media (max-width: 700px) and (orientation: portrait) {

	.optionsContent{
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		max-width: none;
		min-height: 100vh !important;
		margin: 0 auto;
		box-shadow: none;
		border-radius: 0;
        background-color: var(--default-light);
	}

    .optionsSidebar{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

	.tab {
		margin: 0;
		padding: 0;
		width: 100%;
        border-radius: unset;
        display: flex;
	}

    .tab-header{
        display: none;
    }

	.tab button{
		width: var(--tab-button-width);
		padding: 25px 0;
		height:100%;
		border-radius: initial !important;
		justify-content: center;
        flex-direction: column;
        align-items: center;
	}

    .tab button.active{
        border-width: 2px !important;
    }

	.buttonName{
        font-size: 8pt;
        margin: 5px 0 0;
    }

    .optionsIcon{
        margin: 0;
    }

	.content{
		width: 100%;
		border-radius: initial;
        min-height: 50%;
	}

	.tabcontent {
		padding-bottom: 12px;
		height: 100%;
	}

	.idFpImage{
		height:500px;
	}

    .btnContainer{
        position: relative !important;
    }

	.closeOptions{
		font-size: 15pt;
	}

	.insidecontent h1{
		font-size: 16pt;
	}

	#intentModal .modal-content, #loadingModal .modal-content, #rejectDocModal .modal-content{
		width: 100vw !important;
		margin-top: 0;
		height: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		max-width: none;
	}

	#intentModal .modal-content{
		min-height: 667px;
	}

	#intentModal .modal-header, #loadingModal .modal-header, #rejectDocModal .modal-header{
		padding: 10px;
	}

	#intentModal .modal-body h1{
		font-size: 16pt;
	}

}

@media (max-width: 400px){
	#nextFieldBtn, #btnReturnMobile{
		width: 80px;
		padding: 10px 6px;
		margin-top: 10px;
	}

    .buttonName{
        font-size: 6pt;
    }

}

@media (max-height: 544px) and (orientation: portrait) {

	.tab button {
		font-size: 10pt;
	}
}

@media (max-height: 768px) and (orientation: landscape)
{
	.optionsContent{
		margin-top: 3vh;
	}

	.tab-header{
		padding: 10px;
	}

	.icon{
		font-size: 40pt;
	}

	.tabcontent{
		height: 500px;
	}

	.idFpImage{
		height: 250px;
	}

	.ImageViewer{
		height: 250px;
	}

	.tab button {
		padding: 15px 5px;
	}

	.canvas-container{
		height: 210px !important;
		overflow: hidden;
	}

	.SigBox{
		margin-top: 13px;
		max-height: 265px;
	}

	#savedimg{
		max-height: 260px;
	}

	.btnContainer{
		bottom: 8px;
	}
}

@media (max-height: 500px) and (orientation: landscape){

    #videoSignPrompt *{
        font-size: 12px;
    }

	.optionsContent{
		width: 100%;
		max-width: none;
		margin: 0 auto;
		box-shadow: none;
		border-radius: 0;
	}

	.tab-header{
		padding: 8px;
		display: none;
	}

	.closeOptions{
		display: none;
	}

	.closeOptions{
		display: none;
	}

	.promptDiv{
		display: none;
	}

	.tabcontent {
		height: 100%;
		min-height: 100vh;
        border-radius: unset;
	}

	.idFpImage{
		height: 250px;
	}
	.ImageViewer{
		height: 250px;
	}

	.insidecontent h1{
		font-size: 16pt;
	}

	.insidecontent input, .select-items div,.select-selected, .select-itemsI div,.select-selectedI, .select-items, .select-itemsI {
		padding: 12px 16px;
	}

	.tab button {
		padding: 20px 5px;
	}

	.optionsIcon{
		font-size: 13pt;
	}
}

@media (max-width: 500px) {
	.column {
		padding: 0;
	}

	#objDiv {
		height: 90vh;
	}

	.header #left {
		width: 20%;
	}

	.header #right {
		width: 80%;
	}

	.logo-lg img {
		padding-top: 5px;
	}

}

@media (max-width: 540px) and (orientation: portrait){

	#footer > .links{
		display: none;
	}

    .scribbleButtons{
        flex-direction: column-reverse;
    }
}

@media (max-height: 630px) and (orientation: portrait)
{
	.canvas-container{
		height: 210px !important;
		overflow: hidden;
	}
}

@media (max-width: 285px) and (orientation: portrait)
{

	.tab-header{
		display: none;
	}

	.canvas-container{
		height: 178px !important;
		overflow: hidden;
	}
}

@media (max-width: 380px) {

	.logo-lg img {
		padding-top: 8px;
		width: 100px;
	}

	.header #left {
		width: 20%;
	}

	.header #right {
		width: 80%;
		margin-top: -1vh;
	}

	.smallLoader {
		border: 3px solid #cfcfcf;
		border-top: 3px solid var(--small-loader-colour);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		padding: 7px;
		margin-top: 10px;
	}

	#counterPercent{
		left:40%;
	}


	#footer > span{
		font-size: 7pt;
		right: 0;
		left: 5px;
	}
}

@media (max-width: 340px) {

	.scribbleButtons{
		display: inline-block;
	}

}

@media (max-width: 310px) {

	.logo-lg img {
		padding-top: 8px;
		width: 75px;
	}

}

/*Landscape mobile*/
@media screen and (orientation: landscape) {
	.header {
		padding: 10px;
		height: 20vh;
	}

	.footer {
		display: none;
	}

	#objDiv {
		height: 88vh;
	}

}

/*Landscape Bigger than mobile screens*/

@media screen and (orientation: landscape) and (min-height: 450px) {
	.header {
		padding: 10px;
		height: 10vh;
	}

	.footer {
		display: block;
		height: 10vh;
	}

	#objDiv {
		height: 89vh;
	}

}


.resizeable{
	min-height: 18px;
	max-height: 90px;
	width: 80px;
}


.doneContainer{
	width: 100%;
	height: 100%;
	background-color: #45494A;
	margin: 0;
	color: white;
	position: fixed; /* Stay in place */
	z-index: 8; /* Sit on top */
	left: 0;
	top: 0;
	overflow: auto; /* Enable scroll if needed */
	display: none;
}

.doneContent{
	/*width: 732px;*/
	margin: auto;
	padding-top: 35vh;
}
.doneHeading
{
	text-align: center;
}

.buttonContainer{
	margin: auto;
	/*width: 520px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#appButtons{
	width: 170px;
}

.buttonDiv{
	/*display: inline-block;*/
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.multiDocDone{
	display: none;
}

.doneButton{
	width: 150px;
	height: 150px;
	outline: 0;
	border: none;
	padding: 10px;
	background-color: var(--done-button-background-colour);
	color: var(--done-button-text-colour);
	border-radius: 100%;
	cursor: pointer;
}

.doneButton:hover{
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
	outline: 0;
	border: none;
}


.doneButton:active{
	box-shadow: none;
	outline: 0;
	border: none;
}


.doneButton:focus{
	outline: 0;
	border: none;
}

#appButtons{
	display: none;
}

button:focus {outline:0;}


.buttonIcon{
	font-size: 40pt;
}

.buttonLabel{
	font-size: 12pt;
	display: block;
	text-align: center;
	padding-top: 15px;
	word-wrap: break-word;
}

#footer{
	z-index: 2;
}

@media (max-width: 750px) {
	.doneButton{
		width: 100px;
		height: 100px;
	}

	.doneHeading{
		font-size: 16pt;
	}

	.doneContent{
		width: 560px;
	}

	/*.buttonContainer{*/
	/*	width: 370px;*/
	/*}*/

	#appButtons{
		width: 120px;
	}
}


@media (max-width: 560px) {

	/*.buttonContainer{*/
	/*	width: 310px;*/
	/*}*/

	.doneButton{
		width: 80px;
		height: 80px;
	}

	.buttonIcon{
		font-size: 30pt;
	}

	.doneHeading{
		font-size: 16pt;
	}

	.doneContent{
		width: 90%;
	}

	#appButtons{
		width: 100px;
	}


}

@media (max-width: 320px) {
	/*.buttonContainer{*/
	/*	width: 204px;*/
	/*}*/

	.doneContent{
		padding-top: 15vh;
	}

}
