*{
	word-wrap:break-word;
	box-sizing:border-box;
}
img{
	max-width:100%;
	height:auto;
	width:auto;
}
html{
	font-size:20px;
}
body{
	overflow:hidden;
	width:100%;
}
p{
	margin:0;
}
a,.btn-link{
	text-decoration:none;
}
a:hover,.btn-link:hover{
	text-decoration:none;
}
/*-------- var -------*/
:root{
	--bs-body-bg:#f1f1f2;
	--bs-body-rgba:rgba(241,241,242,.8);

	--nvmd-module-body-bg:rgba(255,255,255,.9);
	--nvmd-primary:#0985f0;
	--nvmd-top-bg:#3D404A;
	--nvmd-menu-bg:#4c505d;
	--nvmd-border:#dee2e6;
	--iphonex-safe-area-inset-top-portrait:env(safe-area-inset-top, 0);
	--iphonex-safe-area-inset-right-portrait:0;
	--iphonex-safe-area-inset-bottom-portrait:env(safe-area-inset-bottom, 0);
	--iphonex-safe-area-inset-left-portrait:0;

	--iphonex-safe-area-inset-top-landscape:0;
	--iphonex-safe-area-inset-right-landscape:env(safe-area-inset-right, 0);
	--iphonex-safe-area-inset-bottom-landscape:env(safe-area-inset-bottom, 0);
	--iphonex-safe-area-inset-left-landscape:env(safe-area-inset-left, 0);
}
/*-------- style fix -------*/
/*.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
	line-height:1.1;
}*/
.h1,h1{
	font-size:2rem;
}
.h2,h2{
	font-size:1.75rem;
}
.h3,h3{
	font-size:1.5rem;
}
.h4,h4{
	font-size:1.2rem;
}
.h5,h5{
	font-size:1.1rem;
}
.fa-mx{font-size:1.5em}
.form-control,.page-link,.btn{
	padding:.2rem .3rem;
}
.form-select{
	padding-left:.3rem;
	padding-top:.2rem;
	padding-bottom:.2rem;
}
.btn{
	line-height:1.35;
}
.dropdown-item{
	padding:.25rem .75rem;
}
.underline{
	text-decoration:underline;
}
.line-through{
	text-decoration:line-through;
}
.bg-danger a{
	color:#ececec;
}
.bg-success a{
	color:#ffe100;
}
.bg-success .btn-success,.bg-success .bg-success{
	background-color:#218838;
}
.bg-success .text-success,.bg-danger .text-danger,
.bg-success a.btn-primary,.bg-danger a.btn-primary{
	color:#fff !important;
}
.bg-danger div.dropdown a,.bg-success div.dropdown a{
	color:#212529;
}
.bg-faded{
	color:#636c72 !important;
	background-color:#ccc !important;
}
td.text-white a{
	color:#fff;
}
td.text-dark a{
	color:#343a40;
}
.bg-nvmd2{
	background:var(--bs-teal) !important;
}
.border-nvmd2{
	border-color:var(--bs-teal) !important;
}
.text-nvmd2{
	color:var(--bs-teal) !important;
}
/*-------- forms -------*/
textarea{
	height:150px;
}
textarea.form-control{
	background-position:-webkit-calc(100% - 10px) .5rem;
	background-position:calc(100% - 10px) .5rem;
	height:150px;
}
textarea.tinymce{
	height:75vh;
	min-height:300px;
}
textarea.tinymce-sm{
	height:300px;
}


.col-form-label{
	padding-top:.1rem;
	padding-bottom:.2rem;
}
label{
	margin-bottom:.2rem;
}


label.req{
	font-weight:600;
}

label.req span.req-star{
	display:none;
}

.form-control,.form-select{
	line-height:1.35;
	height:auto;
}
.form-control:focus{
	box-shadow:0 0 6px #5cb3fd;
}


div.form-group{
	padding:.5rem 0;
	border-top:1px solid #eee;
}
div.form-group.border-top-0,div.form-group:first-child{
	border-top:0;
}
div.form-group.separator{
	background-color:var(--bs-dark);
	color:var(--bs-white);
	padding:.5rem 1rem;
	border:0;
	border-radius:.25rem;
}
div.form-group.separator>*{
	margin:0;
	line-height:1;
}
div.form-group.separator+div.form-group{
	border-top:0;
}
*>div.form-group.separator:first-child,*>div.module-links:first-child+div.form-group.separator{
	margin-top:.5rem;
}


div.form-group.submit>*{
	margin-left:.5rem;
}


div.autocompleteResults{
	padding-top:.5rem;
}
div.autocompleteResults>span{
	display:inline-block;
	position:relative;
	background:var(--bs-teal);
	max-width:100%;
	color:var(--bs-white);
	border-radius:.25rem;
	padding:.25rem;
	margin:.25rem .25rem .25rem 0;
}
div.autocompleteResults>span>a{
	color:var(--bs-white);
	vertical-align:middle;
}

div.b_submit input{
	font-size:1.5rem;
}
/*div.form-group.desc div.field div.col-sm-10{
	max-width:83.333333%;
}
div.form-group.desc div.field div.col-sm-2.desc{
	max-width:16.666667%;
	padding-left:10px;
}
div.form-group.desc div.field div.col-sm-9{
	max-width:75%;
}
div.form-group.desc div.field div.col-sm-3.desc{
	max-width:25%;
	padding-left:10px;
}
div.form-group.desc div.field div.col-sm-8{
	max-width:66.666667%;
}
div.form-group.desc div.field div.col-sm-4.desc{
	max-width:33.333333%;
	padding-left:10px;
}
div.form-group div.field.no-desc>div.row>div.col-sm-10,
div.form-group div.field.no-desc>div.row>div.col-sm-8,
div.form-group div.field.no-desc>div.row>div.col-sm-8{
	max-width:100%;
	width:100%;
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
}
div.form-group.desc div.field.no-desc>div.row>div.col-sm-2.desc,
div.form-group.desc div.field.no-desc>div.row>div.col-sm-3.desc,
div.form-group.desc div.field.no-desc>div.row>div.col-sm-4.desc{
	display:none;
}*/

div.row.phone+div.row.phone{
	padding-top:.5rem;
}
div.row.phone>div.main{
	padding:0 10px;
	width:calc(100% - 150px);
}
div.row.phone.multi>div.main{
	padding:0 10px;
	width:calc(100% - 200px);
}
div.row.phone>div.country,div.row.phone>div.extension{
	max-width:75px;
	width:75px;
}
div.row.phone>div.action{
	max-width:35px;
	width:35px;
	text-align:right;
}


div.form-check>input,div.form-check>label{
	cursor:pointer;
}
div.form-check:last-child{
	margin-bottom:0;
}
div.form-check.header{
	font-weight:bold;
	border-bottom:1px solid var(--nvmd-border);
	padding-bottom:2px;
	padding-left:0;
}
div.form-check:not(.check_text)>label{
	margin-bottom:0;
}
div.form-check.check_text{
	border-bottom:1px solid #eee;
}
div.form-check.check_text:last-child{
	border-bottom:0;
}
div.form-check.checkbox_param>label+div.form-group,
div.form-check.radio_param>label+div.form-group{
	margin-top:0;
	display:none;
}
div.form-check.button-color{
	padding-left:0;
	margin:.25rem 0;
}
div.form-check.button-color .btn{
	border:2px solid transparent;
}
div.form-check.button-color.color-dark .btn{
	color:var(--bs-dark);
}
div.form-check.button-color.color-white .btn{
	color:#fff;
}
div.form-check.button-color input:checked ~label.btn{
	border:2px solid var(--bs-dark);
	box-shadow:0 0 5px var(--bs-dark);
	transform:scale(1.1);
}
div.form-check .form-check-input.check-middle{
	float:none;
	vertical-align:middle;
	margin-top:-2px;
	margin-right:.5rem;
}


.form-switch .form-check-input{
	height:1.3em;
	width:3em;
	background-color:var(--bs-danger);
	border-color:var(--bs-danger);
}
.bg-danger .form-switch .form-check-input{
	background-color:var(--bs-warning);
	border-color:var(--bs-warning);
}
.form-switch .form-check-input:focus{
	box-shadow:0 0 0 .25em rgba(var(--bs-danger-rgb),.4);
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked{
	background-color:var(--bs-success);
	border-color:var(--bs-success);
}
.bg-success .form-switch .form-check-input:checked{
	background-color:var(--bs-primary);
	border-color:var(--bs-primary);
}
.form-switch .form-check-input:checked:focus{
	box-shadow:0 0 0 .25em rgba(var(--bs-success-rgb),.4);
}


div.form-group div.file-show a.file-show~button,
div.form-group div.file-show a.file-show~a{
	margin-left:5px;
}
div.form-group div.file-show a.file-show-image img{
	vertical-align:bottom;
	max-height:200px;
	max-width:200px;
}

input[type="color"]{
	height:38px;
}
input.form-control[type="file"]{
	overflow:hidden;
}
.form-control.clear-button[readonly]:not(:disabled){
	background-color:#fff;
	cursor:default;
}


.is-valid,.is-invalid{
	padding-right:2.25rem;
	background-repeat:no-repeat;
	background-position:center right .5625rem;
	-webkit-background-size:1.125rem 1.125rem;
	background-size:1.125rem 1.125rem;
}
.has-success .is-valid{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-danger .is-invalid{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.has-success .no-validate-icon.is-valid,.no-validate-icon .has-success .is-valid,
.has-danger .no-validate-icon.is-invalid,.no-validate-icon .has-danger .is-invalid{
	background-image:none;
}
.has-success .no-validate-icon.is-valid.no-clear-button,.no-validate-icon .has-success .is-valid.no-clear-button,
.has-danger .no-validate-icon.is-invalid.no-clear-button,.no-validate-icon .has-danger .is-invalid.no-clear-button{
	padding-right:.3rem;
}


div.row.select-add>div.option{
	/*max-width:35px;
	width:35px;
	text-align:right;*/
	padding-left:.75rem;
}


div.form-check.radio.d-inline-block{
	margin-right:1rem;
}
div.form-check.radio.d-inline-block:last-child{
	margin-right:0;
}

div.fileList div{
	background:var(--bs-teal);
	max-width:100%;
	color:var(--bs-white);
	border-radius:.25rem;
	display:inline-block;
	padding:.25rem;
	margin:.25rem .25rem .25rem 0;
}
/*
================= helpButton ================
*/
.help-button{
	font-size:.85rem;
	border-radius:50%;
	align-self:center;
	margin-left:.25rem;
	padding:2px 7px 2px 6px;
	cursor:pointer;
	color:var(--bs-white);
	background-color:var(--bs-teal);
}
/*
================= clearButton ================
*/
input.form-control.clear-button{
	padding-right:25px;
}
input.form-control+span.btn.clearButton{
	font-size:1rem;
	line-height:1;
	padding:2px 3px;
	position:absolute;
	right:4px;
	top:3px;
	opacity:0;
	visibility:hidden;
	-webkit-animation:jumpOut 0.5s;
	animation:jumpOut 0.5s;
	-webkit-transition:opacity 0s 0.4s,visibility 0s 0.4s;
	transition:opacity 0s 0.4s,visibility 0s 0.4s;
}
.table td.position-relative>span.btn.clearButton{
	top:7.5px;
	right:8.5px;
	right:calc(4px + .3rem);
	top:calc(3px + .3rem);
}
input.form-control+span.btn.clearButton.show{
	opacity:1;
	visibility:visible;
	-webkit-animation:jumpIn 0.5s;
	animation:jumpIn 0.5s;
	-webkit-transition:opacity 0s,visibility 0s;
	transition:opacity 0s,visibility 0s;
}
/*.input-group input.form-control+span.btn.clearButton.show{
	z-index:3;
}*/
/*
================= input-group ================
*/
.input-group-text{
	line-height:1.35;
	padding:.2rem .4rem;
}
.input-group>div.input-field{
	position:relative;
	flex:1 1 auto;
	width:1%;
	min-width:0;
	display:flex;
}
.input-group>div.input-field:not(:first-child)>.form-control,.input-group>div.input-field:not(:first-child)>..form-select{
	margin-left:-1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.input-group:not(.has-validation)>div.input-field:not(:last-child)>.form-control,.input-group:not(.has-validation)>div.input-field:not(:last-child)>.form-select{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
/*
================= error_info ================
*/
div.has-error-popover{
	position:relative;
}
div.error-popover{
	text-align:left;
	position:absolute;
	left:2%;
	top:105%;
	top:-webkit-calc(100% + 12px);
	top:calc(100% + 12px);
	border:2px solid #bd362f;
	background-color:#fff;
	max-width:275px;
	min-width:180px;
	border-radius:5px;
	z-index:4;
	line-height:1.4;
	color:#000;
	white-space:normal;
	/*overflow:hidden;*/
	-webkit-animation:jumpIn .5s;
	animation:jumpIn .5s;
}
div.error-popover div.error-popover-title{
	border-bottom:1px solid #ccc;
	padding:5px 10px;
	font-size:.9rem;
	font-weight:bold;
}
div.error-popover div.error-popover-body{
	padding:6px 10px;
	font-size:.8rem;
}
div.error-popover:before{
	content:"";
	position:absolute;
	/*left:50%;
	margin-left:-10px;*/
	left:10px;
	top:-10px;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #bd362f;
}
div.error-popover-top{
	top:-40px;
}
div.error-popover-top:before{
	top:100%;
	border-bottom:0;
	border-top:10px solid #bd362f;
}
/*-------- pleaseWait -------*/
.loading{
	position:relative;
	min-height:150px;
}
.loading:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	text-align:center;
	background:#fff url("/img/loading.gif") no-repeat center center;
	opacity:.7;
	z-index:99999999;
	box-sizing:border-box;
}
.loading-min:after{
	background-size: 25px;
}
#pleaseWait{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	text-align:center;
	background:#fff url("/img/loading.gif") no-repeat center center;
	opacity:.7;
	z-index:99999999;
	box-sizing:border-box;
}

#pleaseWait1{
	position:fixed;
	left:0;
	top:0;
	text-align:center;
	opacity:.7;
	z-index:99999999;
	box-sizing:border-box;
	right:0;
	bottom:0;
	background:#fff;
	box-sizing:content-box;
	color:#000;
}
#pleaseWait1 .postep{
	position:absolute;
	width:1em;
	height:1em;
	text-align:-webkit-match-parent;
	font-size:310px;
	cursor:default;
	margin-top:-155px;
	top:50%;
	left:50%;
	margin-left:-155px;
	box-sizing:content-box;
}
#pleaseWait1 .postep:before{
	content:'';
	display:block;
	position:absolute;
	width:1em;
	height:1em;
	border-radius:.5em;
	opacity:.5;
	z-index:0;
	background:yellow;
}
#pleaseWait1 .postep:after{
	content:'';
	display:block;
	position:absolute;
	top:.1em;
	left:.1em;
	width:.8em;
	height:.8em;
	border-radius:.5em;
	z-index:1;
}
#pleaseWait1 .postep>#pwCzekacz.gt50{
	clip:rect(auto,auto,auto,auto);
	box-sizing:content-box;
}
#pleaseWait1 .postep>#pwCzekacz{
	position:absolute;
	width:1em;
	height:1em;
	clip:rect(0px,1em,1em,.5em);
	box-sizing:content-box;
}
#pleaseWait1 .postep>#pwCzekacz>.pie{
	position:absolute;
	border:.1em solid green;
	width:.8em;
	height:.8em;
	clip:rect(0em,.5em,1em,0em);
	border-radius:.5em;
	box-sizing:content-box;
}
#pleaseWait1 .postep>#pwCzekacz>.pie.fill{
	-webkit-transform:rotate(180deg) !important;
	transform:rotate(180deg) !important;
	box-sizing:content-box;
}
#pleaseWait1 .procent{
	font-size:75px;
	position:absolute;
	text-align:center;
	padding:1em .5em 1em .3em;
	width:2.5em;
	top:.43em;
	left:.4em;
	background:rgb(245,245,245);
	border-radius:2.35em;
	font-weight:500;
	/*#width:176px;*/
	box-sizing:content-box;
	line-height:1;
	height:1.3em;
}
#pleaseWait1 .done{
	font-size:36px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border-radius:155px;
	font-weight:500;
	background:rgb(245,245,245);
	text-align:center;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	white-space:nowrap;
	padding:46px;
	line-height:1;
}
#pleaseWait1 .done>div{
	overflow:hidden;
	text-overflow:ellipsis;
}
/*-------- app -------*/
#preview{
	min-width:100%;
	min-height:100%;
	display:block;
	margin:0 auto;
	left:50%;
	position:absolute;
	top:50%;
}
#preview.scale{
	transform:translate(-50%, -50%) scaleX(-1) !important;
}
#preview.noScale{
	transform:translate(-50%, -50%) !important;
}
#preview.inactive{
	transform:scaleX(1) !important;
	padding-top:20vh;
	width:60vh;
	height:60vh;
	max-height:100%;
	max-width:100%;
	display:block;
	margin:0 auto;
	color:white;
	position:static;
	left:0;
	top:0;
	min-height:auto;
	min-width:auto;
}
div.toast{
	font-size:1.1rem;
	opacity:1 !important;
	max-width:96vw;
}
.toast-top-right{
	top:4px;
	top:var(--iphonex-safe-area-inset-top-portrait);
	top:max(4px, var(--iphonex-safe-area-inset-top-portrait));
}
div.ramka{
	overflow:hidden;
}
div.logo{
	width:0;
	height:250px;
	border-top:160px solid transparent;
	border-left:468px solid #003c97;
}
div.logo>img{
	position:absolute;
	max-width:220px;
	bottom:50px;
	left:50%;
	transform:translate(-50%)!important;
}
/*div.witaj{
	border-bottom: 2px solid white; 
}
div.godz{
	border-top: 2px solid white;
	font-size:37px;
}
div.o{
	border-top: 2px solid white;
	margin-bottom:30px;
	margin-top:30px;
}*/
.section{
	position:relative;
	width:100%;
	height:100vh;
	display:block;
	justify-content:center;
	overflow:hidden;
	z-index:-1;
	padding-top:var(--iphonex-safe-area-inset-top-portrait);
}

.section h1{
	position:relative;
	text-align:center;
	font-size:3rem;
	z-index:1;
	opacity:.5;
	width:100%;
	/*height:120px;*/
	background-color:#fff;
	margin:0;
}
.section h2{
	position:relative;
	text-align:center;
	font-size:1.5rem;
	padding:20px;
	z-index:1;
	opacity:.5;
	width:100%;
	/*height:120px;*/
	background-color:#fff;
	margin:0;
}
.section #qr{
	position:relative;
	text-align:center;
	font-size:1.5rem;
	z-index:1;
	opacity:.5;
	width:100%;
	background-color:#fff;
	padding:35px 20px 15px;
}
.video-container{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	bottom:0;
}

.btn{
	max-width:96%;
}
.form-group.submit .btn,.modal-footer .btn{
	padding:.2rem 1.5rem;
	width:300px;
}


.modal{
	/*top:var(--iphonex-safe-area-inset-top-portrait);*/
	padding-top:var(--iphonex-safe-area-inset-top-portrait);
	padding-bottom:calc(var(--iphonex-safe-area-inset-top-portrait) * 1.5);
}
.modal-title{
	font-size:1.1rem;
	line-height:1.3;
}
.modal-header{
	padding-top:.5rem;
	padding-bottom:.5rem;
}
.modal-body{
	overflow-x:auto;
}
.modal-footer{
	padding-top:.5rem;
	padding-bottom:.5rem;
	justify-content:center;
}

.modal .progress{
	height:.3rem;
	width:100%
}
.modal .progress>.progress-bar{
	animation:fill 6s linear 1;
	background-color:var(--bs-teal);
}
.modal .progress>.progress-bar-ext{
	animation:fill 30s linear 1;
	background-color:var(--bs-teal);
}

.modal .progress>.progress-bar-long{
	animation:fill 120s linear 1;
	background-color:var(--bs-teal);
}
.modal .text_s{
	font-size:.9rem;
}
@keyframes fill{
	0%{
		width:0%;
	}
	100%{
		width:100%;
	}
}

div.form-check.button-color{
	width:100%;
	text-align:center;
}
div.form-check.button-color .btn{
	width:80%;
}
div.form-group.separator>*{
	font-size:1rem;
}
.select{
	font-size:1.5rem;
}

.gpsLoad{
	position:absolute;
	top:49%;
	left:0;
	right:0;
	text-align:center;
}
.gpsLoad>div{
	background:#fff;
	display:inline-block;
	border-radius:10px;
	padding:.25rem .5rem;
}

div.changeJezyk img{
	width:40px;
	height:40px;
	width:calc(1rem + 20px);
	height:calc(1rem + 20px);
}
div.changeJezyk div.form-check{
	padding-left:0;
}
div.changeJezyk input.form-check-input{
	display:none;
	margin:0;
}
div.changeJezyk input+label>img{
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:-webkit-transform .3s;
	transition:transform .3s;
}
div.changeJezyk input:checked+label>img{
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
	display:inline-block;
}

@-webkit-keyframes registo-rotate0{
	0%{transform:rotate(0deg) scale(1) translate(0,0)}
	50%{transform:rotate(90deg) scale(1.2) translate(0,0)}
	100%{transform:rotate(180deg) scale(1) translate(0,0)}
}
@keyframes registo-rotate0{
	0%{transform:rotate(0deg) scale(1) translate(0,0)}
	50%{transform:rotate(90deg) scale(1.2) translate(0,0)}
	100%{transform:rotate(180deg) scale(1) translate(0,0)}
}

body>.btn{
	width:30px;
	width:calc(1rem + 10px);
	height:30px;
	height:calc(1rem + 10px);
	position:absolute;
	padding:0;
	line-height:1;
	font-size:1rem;
	border:0 !important;
	box-shadow:none !important;
	color:#002060 !important;
	top:4px;
	top:var(--iphonex-safe-area-inset-top-portrait);
	top:max(4px, var(--iphonex-safe-area-inset-top-portrait));
}

button.switchCam{
	right:4px;
}
button.switchCam.animate{
	-webkit-animation:registo-rotate0 .5s linear;
	animation:registo-rotate0 .5s linear;
}

button.config{
	right:4px;
}
button.config.animate{
	-webkit-animation:registo-rotate0 .5s linear;
	animation:registo-rotate0 .5s linear;
}
button.switchCam:not(.d-none)+button.config{
	right:34px;
	right:calc(1rem + 14px);
}
button.switchLang{
	right:4px;
}
button.switchLang.animate{
	-webkit-animation:registo-rotate0 .5s linear;
	animation:registo-rotate0 .5s linear;
}
button.switchCam:not(.d-none)+button.switchLang{
	right:34px;
	right:calc(1rem + 14px);
}

button.pin{
	left:4px;
}
input.pin-code{
	font-family: monospace;
	font-size: 2rem;
	border: 0 !important;
	outline: none;
	padding: 0 !important;
	width: calc(1.6ch* 6);
	background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.6ch) 0 100% / 100% 2px no-repeat !important;
	color: dimgrey;
	letter-spacing: .6ch;
	-webkit-text-security: disc;
	-moz-text-security: disc;
	box-shadow: none !important;
	margin: 0 auto;
	display: block;
}


div.desc-text{
	line-height:1.3;
}


button.fontSize{
	box-shadow:none !important;
}


@media all and (max-width:768px){
	div.toast{
		text-align:center;
	}
}

@media (min-width: 576px){
	.modal-dialog{
		max-width:96dvw;
		width:500px;
		width:calc(500px + (var(--bs-body-font-size) - 20px) * 20);
	}
}