.bf_browser_update{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	gap:24px;
	margin:24px;
}
#bfwarn_appends{
	position:fixed;
	width:100%;
	height:100%;
	z-index:1200;
	display:flex;
	justify-content: center;
	align-items: center;
}
#bfwarn_blocker{
	width:100%;
	height:100%;
	position:absolute;
	content:"";
	background-color:rgba(0,0,0,.40);
	z-index:1200;
	top:0;
	left:0;
}
#bfwarn_popup{
	background-color:#fff;
	width:500px;
	min-height:300px;
	border-radius: 5px;
	padding:20px;
	box-sizing: border-box;
	z-index:1201;
	max-height:100vh;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
#bfwarn_popup_content{
	overflow-y:auto;
	flex-grow:1;
}
#bfwarn_popup_header{
	width:100%;
	display:flex;
	justify-content: space-between;
	margin-bottom:12px;
	padding-bottom:8px;
	border-bottom:1px solid #ddd;
}
#bfwarn_popup_header #bfwarn_popup_header_title{
	font-size:20px;
}
#bfwarn_popup_header #bfwarn_popup_header_title .h2{
	margin-bottom:12px;
}
#bfwarn_popup_header #bfwarn_popup_header_close i{
	cursor:pointer;
}
#bfwarn_popup_header #bfwarn_popup_header_close i:hover{
	color:#000;
}
.bf_browser_update button{
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid #0d6efd;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-transform: none;
	color: #fff;
	background-color: #0d6efd;
	margin: .25rem .125rem;
}
.bf_browser_update button:focus{
	background-color: #FF9600;
	border-color:#FF9600;
}
