* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#wpadminbar .custom-admin-logo > a{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0 8px;
}

#wpadminbar .custom-admin-logo .ab-icon{
	margin:0;
}

#wpadminbar .custom-admin-logo .ab-icon:before{
	font-family: 'icomoon';
	content: "\e900";
	line-height:1;
}

#adminmenu .toplevel_page_jbp-verified-registrations .wp-menu-image,
#adminmenu .toplevel_page_jbp-unverified-registrations .wp-menu-image {
	background:none !important;
}

#adminmenu .toplevel_page_jbp-verified-registrations .wp-menu-image:before {
	content:"\f007" !important;
	font-family:'Font Awesome 5 Pro' !important;
	font-weight: 300;
	font-size:17px !important;
	padding-top: 10px;
}

#adminmenu .toplevel_page_jbp-unverified-registrations .wp-menu-image:before {
	content:"\f506" !important;
	font-family:'Font Awesome 5 Pro' !important;
	font-size:17px !important;
	padding-top: 10px;
}

.unselectable,
.jbp-checkbox {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}

html {
	height: 100%;
}

body.page-template-reg-scan {
	background: #eeeeee;
	height: 100%;
}

.jbp-scanner,
.jbp-results {
	width: 100%;
	min-height: 100%;
	display: flex;
	padding: 25px 0;
	justify-content: center;
	align-items: center;
}

@media all and (max-height: 500px) {
	.jbp-results {
		display: block;
		height: auto;
		width: 90%;
		margin: 5% auto;
	}
}

@media all and (max-width: 800px) {
	.jbp-scanner .cc,
	.jbp-results .cc {
		min-width: 90%;
	}
}

.jbp-scanner .cc .scanner-error {
	text-align: center;
	font-size: 90%;
	padding-top: 10px;
	color: #bd0000;
	display: none;
}

.jbp-scanner .cc {
	width: 100%;
}

.jbp-scanner .cc .scanner-input {
	text-align: center;
	width: 100%;
}

.jbp-scanner .cc .scanner-input input.regsearch-scanner {
	width: 100%;
	padding: 30px 0;
	border: 0;
	text-transform: uppercase;
	background: none;
	border-radius: 15px;
	line-height: 1.2;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	@media all and (max-width: 800px) {
		width: 90%;
	}
}

.jbp-scanner input.regsearch-scanner::-webkit-input-placeholder {
	font-weight: 300;
	color: #ccc;
	text-transform: none;
}

.jbp-regrisk-player {
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

.jbp-regrisk-player .waiter {
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	z-index: 1003;
	left: 50%;
	top: 50%;
	margin: -25px;
}

.jbp-regrisk-player .waiter::before {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 50px;
	content: '\f3f4';
	color: #ffffff;
	text-shadow: 0 0 25px #000000;
	animation: jbpriskwaiterspinner 1s linear infinite;
}

@keyframes jbpriskwaiterspinner {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.jbp-regrisk-player .controllers {
	position: absolute;
	z-index: 1002;
	top: 25px;
	left: 15px;
	display: flex;
	flex-direction: column;
	@media (orientation: portrait) {
		flex-direction: row;
	}
}

.jbp-regrisk-player .controllers .control {
	padding: 5px 10px;
}

.jbp-regrisk-player .controllers .control::after {
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	cursor: pointer;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0 0 5px #000000;
}

.jbp-regrisk-player .controllers .control.playpause.paused::after { content: '\f04b'; }
.jbp-regrisk-player .controllers .control.playpause.playing::after { content: '\f04c'; }

.jbp-regrisk-player .controllers .control.fullscreen::after { content: '\f065'; }

.jbp-regrisk-player .video {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
}

#jbpaofconfirmationholder {
	padding-top: 25px;
	@media all and (max-width: 800px) {
		padding-top: 15px;
	}
	@media all and (max-width: 700px) {
		padding-top: 5px;
	}
	@media all and (max-width: 500px) {
		padding-top: 0;
	}
	text-align:center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}

#jbpaofconfirmationdom {
	display: inline-block;
	text-align: left;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.sign-contract-error-handler {
	background: #fff0f0;
	padding: 13px 15px;
	line-height: 1;
	color: #ab3939;
	display: none;
	font-size: 90%;
	margin-bottom: 10px;
}

.jbp-aofconfirmation {
	position: relative;
}

.jbp-aofconfirmation .CloseReceipt {
	background: #fff;
	box-shadow: 0 0 5px #888;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: -15px;
	right: -15px;
}

.jbp-aofconfirmation .CloseReceipt i {
	font-size: 18px;
	color: #000;
}

.jbp-aofconfirmation .jbp-close {
	padding-top: 15px;
}

.jbp-aofconfirmation .jbp-close a {
	color: #333333;
}

.jbp-aofconfirmation .StyledReceipt {
	position: relative;
	min-width: 600px;
	@media all and (max-width: 650px) {
		min-width: 500px;
	}
	@media all and (max-width: 550px) {
		min-width: 400px;
	}
	@media all and (max-width: 450px) {
		min-width: 320px;
	}
}

.jbp-aofconfirmation .StyledReceipt .conf-head {
	display: flex;
	align-center: center;
}

.jbp-aofconfirmation .StyledReceipt .conf-head .receipt-logo {
	flex: 1;
}

.jbp-aofconfirmation .StyledReceipt .conf-head .receipt-helmets {
	text-align: right;
	font-size: 18px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows.eb {
	padding-bottom: 15px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row-not-valid {
	background: #ffeaea;
	color: #333333;
	padding: 10px 15px;
	font-size: 90%;
	font-weight: 700;
	margin-bottom: 20px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row-not-valid::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f00d';
	padding-right: 0.55rem;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row-pre-approved {
	background: #fffcea;
	color: #333333;
	padding: 10px 15px;
	font-size: 90%;
	font-weight: 700;
	margin-bottom: 20px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-reginfo {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-reginfo .qr-code {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-reginfo .qr-code img {
	width: 100px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-reginfo .reginfo {
	flex: 1;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row-valid {
	background: #eaffee;
	color: #333333;
	padding: 10px 15px;
	font-size: 90%;
	font-weight: 700;
	margin-bottom: 10px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row-valid::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f543';
	padding-right: 0.55rem;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows.notvalidated .conf-row p {
	opacity: 0.2;
	text-decoration: line-through;
	font-weight: 400;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .signed-with-bankid {
	background: #ecf6fa;
	padding: 13px 16px 13px 16px;
	margin-bottom: 15px;
	border-radius: 10px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .extra-participants-box {
	background: #faf9e6;
	padding: 13px 16px 1px 16px;
	margin-bottom: 15px;
	border-radius: 10px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row {
	display: flex;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row.eb {
	margin-bottom: 15px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row .signature-image {
	padding-top: 10px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row .signature-image img {
	height: 40px;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row .descr {
	flex: 1;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row .value {
	font-weight: 700;
	text-align: right;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row .value a {
	font-weight: 500;
	text-decoration: none;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row .value span {
	font-weight: 400;
}

.jbp-aofconfirmation .StyledReceipt .conf-rows .conf-row .value.l {
	text-align: left;
}

.jbp-aofconfirmation .StyledReceipt .receipt-logo img {
	height: 30px;
	margin-bottom: 20px;
}

.jbp-aofconfirmation .StyledReceipt p {
	padding: 0;
	margin: 0;
	font-size: 90%;
}

.jbp-aofconfirmation .StyledReceipt {
	max-width: 500px;
	margin: 0 auto;
	padding: 25px 25px 10px 25px;
	filter: drop-shadow(0 0 .2rem #aaa);
	position: relative;
	z-index: 0;
	@media all and (max-width: 500px) {
		padding: 20px 20px 10px 20px;
	}
}

.jbp-aofconfirmation .StyledReceipt .conf-qr {
	padding: 35px 25px 25px 25px;
	@media all and (max-width: 800px) {
		padding: 30px 20px 20px 20px;
	}
	@media all and (max-width: 500px) {
		padding: 25px 15px 15px 15px;
	}
}

.jbp-aofconfirmation .StyledReceipt::after {
	display: block;
	height: 10px;
	content: '';
}

.jbp-aofconfirmation .StyledReceipt::before {
	content:"";
	position:absolute;
	z-index:-1;
	inset:0;
	background: linear-gradient(45deg,#ffffff,#ffffff);
}

.jbp-aofconfirmation .StyledReceipt:not(.Easy)::before {
	--mask: conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50%/15px 100%;
	-webkit-mask: var(--mask);
	mask: var(--mask);
}

.jbp-watchregrisk-video-container {
	display: block;
}

.jbp-watchedregrisk-video-container {
	display: none;
}

.jbp-watchregrisk-video-container .rest-buttons {
	padding-top: 15px;
}

.jbp-watchregrisk-video-container .watchtitle {
	font-weight: 700;
}

.jbp-watchedregrisk-video-container .thankstitle {
	color: green;
	font-weight: 700;
	font-size: 110%;
	margin-bottom: 0;
}

.jbp-watchedregrisk-video-container hr.thankstitle-hr {
	height: 1px;
	border: 0;
	border-top: 3px solid green;
	width: 50px;
	margin: 15px 0 25px 0;
}

.jbp-regrisk-player video {
	max-height: 95%;
	max-width: 95%;
	border-radius: 5px;
}

.jbp-regrisk-videoplayer .ghost {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.jbp-regrisk-videoplayer .ghost img {
	width: 100%;
	height: 100%;
}

.jbp-regrisk-videoplayer .watch .playposter {
	cursor: pointer;
	z-index: 2;
	position: relative;
}

.jbp-regrisk-videoplayer .watch .playposter img {
	border-radius: 10px;
}

.jbp-regrisk-videoplayer .watch .playposter::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	z-index: 1;
	background: url(/wp-content/uploads/2025/07/playbutton-filled3.png) no-repeat;
	background-size: 100%;
	margin: -40px;
	width: 80px;
	height: 80px;
	@media all and (max-width: 800px) {
		margin: -30px;
		width: 60px;
		height: 60px;
	}
	@media all and (max-width: 500px) {
		margin: -25px;
		width: 50px;
		height: 50px;
	}
}

.jbp-divider {
	border-top: 1px dashed #cccccc;
	height: 1px;
	margin-top: 5%;
	margin-bottom: 5%;
	@media all and (max-width: 700px) {
		margin-top: 7%;
		margin-bottom: 7%;
	}
	@media all and (max-width: 500px) {
		margin-top: 9%;
		margin-bottom: 9%;
	}
}

form.regrisk-form .mydetails .rs {
	margin-bottom: 25px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}

form.regrisk-form .mydetails .r {
	background: #fafafa;
	padding: 13px 15px;
	margin-bottom: 5px;
}

form.regrisk-form .mydetails .r-gender {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
}

form.regrisk-form .mydetails .r.children {
	display: none;
}

form.regrisk-form .mydetails .r p.title {
	font-weight: 400;
	font-size: 85%;
	line-height: 1;
	margin: 0 0 3px 0;
	padding: 0;
}

form.regrisk-form .mydetails .r p.value {
	font-weight: 700;
	font-size: 85%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

form.regrisk-form .row.hidden {
	display: none;
}

form.regrisk-form .row.form-error .col {
	color: #bd0000;
}

form.regrisk-form .row.flex {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

form.regrisk-form .row {
	margin-bottom: 25px;
}

form.regrisk-form .row.sbm {
	margin-bottom: 10px;
}

form.regrisk-form .rev-buttons {
	display: flex;
	gap: 5px;
	flex-direction: row-reverse;
}

form.regrisk-form .row.er {
	padding-bottom: 4%;
	margin-bottom: 4%;
	border-bottom: 1px solid #eeeeee;
	@media all and (max-width: 700px) {
		padding-bottom: 6%;
		margin-bottom: 6%;
	}
	@media all and (max-width: 500px) {
		padding-bottom: 8%;
		margin-bottom: 8%;
	}
}

form.regrisk-form .row .col {
	position: relative;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms {
	padding-top: 15px;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms .jbp-addchild-ft {
	display: flex;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms .jbp-addchild-ft .d {
	color: #bd0000;
	cursor: pointer;
	font-size: 80%;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms .jbp-addchild-ft .t {
	flex: 1;
	font-weight: 700;
	font-size: 85%;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms .jbp-addchild-fh {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms .jbp-addchild-fh:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms .jbp-addchild-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 5px;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms .jbp-addchild-form input {
	flex: 1;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 13px 15px 14px 15px;
	line-height: 1.3;
	background: #ffffff;
	min-width: 150px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	font-weight: 600;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms {
	display: none;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms.block {
	display: block;
}

form.regrisk-form .row .col.regrisk-col-addchild .jbp-addchild-forms .jbp-addchild-form input::placeholder {
	font-weight: 300;
	color: #bbbbbb;
}

form.regrisk-form .row .col .ib {
	display: inline-block;
}

form.regrisk-form .row.fill {
	width: 100%;
}

form.regrisk-form .row.fill .col {
	flex: 1;
}

form.regrisk-form .row.flex .col.title-fill {
	flex: 0 0 100%;
	width: 100%;
}

form.regrisk-form .row.flex .col.title-fill p {
	padding-bottom: 3px;
}

@media all and (max-width: 600px) {
	form.regrisk-form .row {
		width: 100%;
	}
}

form.regrisk-form .row .col p {
	padding: 0 0 10px 0;
	font-weight: 700;
	margin: 0;
}

form.regrisk-form .row .col p {
	display: flex;
	align-items: center;
}

form.regrisk-form .row .col p span.icon {
	margin: 0 7px 0 1px;
}

form.regrisk-form .row .col .jbp-errorbox-holder {
	display: none;
}

form.regrisk-form .row .col .jbp-errorbox-holder.into {
	margin-top: 3px;
}

form.regrisk-form .row .col .jbp-errorbox {
	background: #dc8686;
	color: #fff;
	padding: 11px;
	line-height: 1;
	font-size: 80%;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	position: relative;
}

form.regrisk-form .row .col .jbp-errorbox.mw {
	min-width: 250px;
}

form.regrisk-form .row .col .jbp-errorbox:after {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 246, 246, 0);
	border-bottom-color: #dc8686;
	border-width: 5px;
	margin-left: -5px;
}

form.regrisk-form .row .col .jbp-checkboxes {
	display: flex;
	gap: 20px;
}

form.regrisk-form .row .col .focus-placeholder {
	display: none;
	background: #ffffff;
	padding: 2px 6px;
	font-weight: 400;
	font-size: 80%;
	position: absolute;
	top: -9px;
	left: 8px;
	transition: all 0.2s;
}

form.regrisk-form .row .col.is-focus .focus-placeholder {
	display: block;
}

form.regrisk-form .row .col input.text-input,
form.regrisk-form .row .col select.text-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 13px 15px 14px 15px;
	line-height: 1.3;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	min-width: 200px;
	font-weight: 600;
}

form.regrisk-form .row .col select.text-input {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 24px 24px;
}

form.regrisk-form .row .col input.text-input.jbp-datepicker {
	background-image: url("data:image/svg+xml,%3Csvg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zM7 11h5v5H7z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px 20px;
}

form.regrisk-form .row .col input.text-input.jbp-datepicker:focus {
	background-position: right 9px center;
}

@media all and (max-width: 500px) {
	form.regrisk-form .row .col input.text-input.jbp-datepicker {
		min-width: 100%;
	}
}

form.regrisk-form .row.fill .col input.text-input,
form.regrisk-form .row.fill .col select.text-input {
	width: 100%;
}

@media all and (max-width: 600px) {
	form.regrisk-form .row .col input.text-input,
	form.regrisk-form .row .col select.text-input {
		width: 100%;
	}
}

form.regrisk-form .row .col input.text-input::placeholder,
form.regrisk-form .row .col select.text-input::placeholder {
	font-weight: 300;
	color: #bbbbbb;
}

form.regrisk-form .row .col input.text-input:focus,
form.regrisk-form .row .col select.text-input:focus {
	border: 2px solid #f7d100;
	padding: 12px 14px 13px 14px;
}

form.regrisk-form .row .col input.text-input.is-error,
form.regrisk-form .row .col input.text-input.is-error:focus,
form.regrisk-form .row .col select.text-input.is-error,
form.regrisk-form .row .col select.text-input.is-error:focus {
	background: #fff6f6;
	border-color: #dc8686;
}

svg.productpagewave {
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
	height: 150px;
}

svg.productpagewave.tiny {
	height: 50px;
	@media all and (max-width: 700px) {
		height: 30px;
	}
}

.page-template-reg-risk .registration-risk-waiver {
	margin-top: 6%;
	padding-bottom: 1%;
	@media all and (max-width: 1200px) {
		margin-top: 3%;
	}
	@media all and (max-width: 700px) {
		margin-top: 2%;
	}
}

.page-template-reg-risk .regrisk-viewer-signaturecompleted {
	display: none;
}

.page-template-reg-risk .registration-risk-waiver .regrisk-viewer {
	display: none;
	margin-bottom: 5%;
	@media all and (max-width: 550px) {
		padding-top: 0;
	}
}

.page-template-reg-risk .registration-risk-waiver .regrisk-viewer ul {
	margin-bottom: 25px;
}

.page-template-reg-risk .registration-risk-waiver .regrisk-viewer.current {
	display: block;
}

.page-template-reg-risk h1 {
	font-weight: 900;
	margin-bottom: 4%;
}

.page-template-reg-risk h1.with-subtitle {
	margin-bottom: 5px;
}

.page-template-reg-risk h2.is-subtitle {
	margin-bottom: 4%;
}

.page-template-reg-risk p {
	margin-bottom: 2%;
	line-height: 1.5;
	@media all and (max-width: 700px) {
		margin-bottom: 3%;
	}
	@media all and (max-width: 500px) {
		margin-bottom: 5%;
	}
}

.page-template-reg-risk p.intro-title {
	font-size: 120%;
	line-height: 1;
	margin: 10px 0;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.page-template-reg-risk p.intro-title .title-icon {
	font-size: 30px;
	margin-right: 10px;
}

.jbp-sign {
	display: none;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.jbp-sign .jbp-tbl {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.jbp-sign .jbp-container {
	z-index: 0;
	background: #fff;
	position: relative;
	height: 90%;
	width: 95%;
	max-width: 1000px;
	max-height: 600px;
	border-radius: 20px;
	@media all and (max-width: 1100px) {
		border-radius: 15px;
	}
}

.jbp-sign .jbp-container .sign-waiter {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	border-radius: 20px;
	background: rgba(255,255,255,0.8);
}

.jbp-sign .jbp-container .sign-waiter .spin-tbl {
	width: 100%;
	height: 100%;
	color: #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jbp-sign .jbp-container .sign-waiter .spin-tbl i {
	font-size: 25px;
}

.jbp-sign .jbp-container .sign-tbl {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.jbp-sign .jbp-container .sign-tbl .sign-head {
	padding: 20px 25px;
}

.jbp-sign .jbp-container .sign-tbl .sign-body {
	padding: 25px;
}

.jbp-sign .jbp-container .sign-tbl .sign-head {
	padding-bottom: 15px;
}

.jbp-sign .jbp-container .sign-tbl .sign-head {
	display: flex;
	flex-direction: row;
}

.jbp-sign .jbp-container .sign-tbl .sign-head .logo {
	flex: 1;
	padding-top: 5px;
}

.jbp-sign .jbp-container .sign-tbl .sign-head .cancel {

}

.jbp-sign .jbp-container .sign-tbl .sign-head img.logo {
	height: 35px;
}

.jbp-sign .jbp-container .sign-tbl .sign-body {
	flex: 1;
	display: flex;
	gap: 20px;
	height: 100%;
	flex-direction: column;
	padding-top: 0;
}

.jbp-sign .jbp-container .sign-tbl .sign-body .sign-area {
	flex: 1;
	position: relative;
}

.jbp-sign .jbp-container .sign-tbl .sign-body .sign-area canvas {
	display: block;
	background: #f5f5f5;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.jbp-sign .jbp-container .sign-tbl .sign-body .introtext {
	font-weight: 700;
}

.jbp-wrapper {
	max-width: 1320px;
	padding: 0 20px;
	margin: 0 auto;
}

.jbp-wrapper.full {
	max-width: 100%;
}

.jbp-wrapper.small {
	max-width: 920px;
}

#wp-admin-bar-custom-user-separator{
	height:1px;
	margin:6px 0;
	background:rgba(255,255,255,.15);
	pointer-events:none;
}
#wp-admin-bar-custom-user-separator > a{
	display:none;
}

.jbp-header {
	background-image: url(/wp-content/uploads/2025/07/jbp-forest-background.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 30px 0 0 0;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	@media all and (max-width: 700px) {
		padding: 20px 0 0 0;
	}
}

.jbp-header .hdt {
	display: flex;
	padding: 0 10px;
	align-items: center;
	@media all and (max-width: 700px) {
		padding: 0;
	}
}

.jbp-header .hdt .logo {
	flex: 1;
}

.jbp-header .hdt .lang .lang-dropdown {
	position:relative;
	display:inline-block;
}

.jbp-header .hdt .lang .lang-current {
	display:flex;
	align-items:center;
	gap:6px;
	padding:6px 10px;
	border:1px solid #ccc;
	border-radius:6px;
	background:#fff;
	cursor:pointer;
	font-size:14px;
}

.jbp-header .hdt .lang .lang-current img {
	width:20px;
	height:20px;
}

.jbp-header .hdt .lang .lang-menu {
	position:absolute;
	top:100%;
	right:0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:6px;
	margin-top:6px;
	min-width:140px;
	box-shadow:0 4px 10px rgba(0,0,0,0.1);
	display:none;
	z-index:50;
}

.jbp-header .hdt .lang .lang-menu a {
	display:flex;
	align-items:center;
	gap:8px;
	padding:8px 12px;
	font-size:14px;
	color:#222;
	text-decoration:none;
}

.jbp-header .hdt .lang .lang-menu a:first-child {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.jbp-header .hdt .lang .lang-menu a:last-child {
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}

.jbp-header .hdt .lang .lang-menu a img {
	width:20px;
	height:20px;
}

.jbp-header .hdt .lang .lang-menu a:hover {
	background:#f3f3f3;
}

.jbp-header .hdt .lang .lang-menu a.active {
	font-weight:600;
	background:#e8f2ff;
	border-left:3px solid #006cff;
}

.jbp-header .menu i {
	color: #fff;
	font-size: 28px;
	@media all and (max-width: 700px) {
		font-size: 22px;
	}
	@media all and (max-width: 500px) {
		font-size: 18px;
	}
}

.jbp-ghost-header {
	position: relative;
	height: 115px;
	@media all and (max-width: 700px) {
		height: 80px;
	}
}

.jbp-header img.header-logo {
	height: 35px;
	width: auto;
	@media all and (max-width: 700px) {
		height: 25px;
	}
}

.jbp-body {
	padding: 4% 0;
}

.jbp-btn {
	display: inline-block;
	font-weight: 600;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: rgb(33, 37, 41);
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: #333333;
	color: #ffffff;
	cursor: pointer;
	line-height: 1.5;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-image: initial;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.jbp-btn:hover {
	background-color: #000000;
}

.jbp-btn.yellow { background-color: #ffd802; color: #000000; }
.jbp-btn.yellow:hover { background-color: #f7d100; }

.jbp-btn.small { font-size: 80%; }

.jbp-btn.bankid {
	background: #183e4f;
	border-color: #183e4f;
	color: #ffffff;
}

.bankid-verify-text {
	display: flex;
	justify-content: center;
}

.bankid-verify-text:before {
	font-family: 'icomoon';
	content: "\e930";
	font-weight: 300;
	margin-right: 7px;
}

.jbp-btn.bankid:before {
	font-family: 'icomoon';
	content: "\e930";
	font-weight: 300;
	margin-right: 10px;
}

.jbp-btn.sign {
	background: #ffd802;
	border-color: #ffd802;
	color: #000;
}

.jbp-btn.white { border-color: #dddddd; background-color: #ffffff; color: #333333; }
.jbp-btn.white:hover { background-color: #ffffff; }

.jbp-btn.gray { background-color: #dddddd; color: #222222; }
.jbp-btn.gray:hover { background-color: #d5d5d5; }

.jbp-btn[disabled],
.jbp-btn[disabled]:hover {
	color: #888888;
	background: #eeeeee;
	border-color: #eeeeee;
	opacity: 0.8;
	cursor: default;
}

.jbp-btn.download::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f019';
	padding-right: 0.55rem;
}

.jbp-btn.plus::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f067';
	padding-right: 0.55rem;
}

.jbp-btn.plus.notext::before {
	padding-right: 0;
}

.jbp-btn.arrow-right::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f105';
	padding-left: 0.55rem;
}

.jbp-btn.play::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f04b';
	padding-right: 0.55rem;
}

.jbp-btn.arrow-left::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f104';
	padding-right: 0.55rem;
}

.jbp-checkbox {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.jbp-checkbox.tiny {
	margin-bottom: 5px;
}

.jbp-checkbox .cb {
	margin-right: 10px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	.jbp-checkbox input[type=checkbox],
	.jbp-checkbox input[type=radio] {
		--active: #275EFE;
		--active-inner: #fff;
		--focus: 2px rgba(39, 94, 254, .3);
		--border: #BBC1E1;
		--border-hover: #275EFE;
		--background: #fff;
		--disabled: #F6F8FF;
		--disabled-inner: #E1E6F9;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 21px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0;
		cursor: pointer;
		border: 1px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
	}
	.jbp-checkbox input[type=checkbox]:after,
	.jbp-checkbox input[type=radio]:after {
		content: "";
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
	}
	.jbp-checkbox input[type=checkbox]:checked,
	.jbp-checkbox input[type=radio]:checked {
		--b: var(--active);
		--bc: var(--active);
		--d-o: .3s;
		--d-t: .6s;
		--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
	}
	.jbp-checkbox input[type=checkbox]:disabled,
	.jbp-checkbox input[type=radio]:disabled {
		--b: var(--disabled);
		cursor: not-allowed;
		opacity: 0.9;
	}
	.jbp-checkbox input[type=checkbox]:disabled:checked,
	.jbp-checkbox input[type=radio]:disabled:checked {
		--b: var(--disabled-inner);
		--bc: var(--border);
	}
	.jbp-checkbox input[type=checkbox]:disabled + label,
	.jbp-checkbox input[type=radio]:disabled + label {
		cursor: not-allowed;
	}
	.jbp-checkbox input[type=checkbox]:hover:not(:checked):not(:disabled),
	.jbp-checkbox input[type=radio]:hover:not(:checked):not(:disabled) {
		--bc: var(--border-hover);
	}
	.jbp-checkbox input[type=checkbox]:focus,
	.jbp-checkbox input[type=radio]:focus {
		box-shadow: 0 0 0 var(--focus);
	}
	.jbp-checkbox input[type=checkbox]:not(.switch),
	.jbp-checkbox input[type=radio]:not(.switch) {
		width: 21px;
	}
	.jbp-checkbox input[type=checkbox]:not(.switch):after,
	.jbp-checkbox input[type=radio]:not(.switch):after {
		opacity: var(--o, 0);
	}
	.jbp-checkbox input[type=checkbox]:not(.switch):checked,
	.jbp-checkbox input[type=radio]:not(.switch):checked {
		--o: 1;
	}
	.jbp-checkbox input[type=checkbox] + label,
	.jbp-checkbox input[type=radio] + label {
		display: inline-block;
		cursor: pointer;
		margin-left: 12px;
	}
	.jbp-checkbox input[type=checkbox]:not(.switch),
	.jbp-checkbox input[type=radio]:not(.switch) {
		border-radius: 7px;
	}
	.jbp-checkbox input[type=checkbox]:not(.switch):after,
	.jbp-checkbox input[type=radio]:not(.switch):after {
		width: 5px;
		height: 9px;
		border: 2px solid var(--active-inner);
		border-top: 0;
		border-left: 0;
		left: 7px;
		top: 4px;
		transform: rotate(var(--r, 20deg));
	}
	.jbp-checkbox input[type=checkbox]:not(.switch):checked,
	.jbp-checkbox input[type=radio]:not(.switch):checked {
		--r: 43deg;
	}
}

.jbp-checkbox * {
	box-sizing: inherit;
}
.jbp-checkbox *:before,
.jbp-checkbox *:after {
	box-sizing: inherit;
}