.br_right {text-align:right!important}
.br_center {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px;}
.br_float_right {float: right;}
.pt15 {padding-top:15px;}
.h160 {height: 160px}
.mb10 {margin-bottom:10px;}
.br_form-title {margin:0 0 20px 0}


	.notice-holder {
		font-family: "arial";
		display: none;
		position: fixed;
		background: rgba(0, 0, 0, 0.9);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
                color: #000;
	}
	.notice-holder .block-notice {
		background: #fff;
		padding: 20px;
		position: absolute;
		top: 250px;
		width: 100%;
		max-width: 500px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		border-radius: 3px;
	}
	.notice-holder .text {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.notice-holder .message {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 20px;
		font-weight: 700;
	}
	.notice-holder .btn-action {
		display: inline-block;
		vertical-align: top;
		padding: 6px 16px;
		background: #333;
		border-radius: 3px;
		color: #fff;
		opacity: 0.9;
		font-size: 20px;
		line-height: 24px;
		cursor: pointer;
	}
	.notice-holder .btn-action:hover {
		opacity: 1;
	}
	.notice-holder .btn-action.confirm {
		background: #1bbd56;
	}
	.notice-holder .btn-action.refuse {
		background: #ef4646;
	}
	@media screen and (max-width: 768px) {
		.notice-holder .block-notice {
			padding: 15px;
		}
		.notice-holder .text {
			font-size: 16px;
			line-height: 20px;
		}
		.notice-holder .message {
			font-size: 20px;
			line-height: 24px;
		}
	}