.r3_counter_box {
    text-align: center;
    border: 1px solid var(--primaryColor);
    padding: 10px;
	margin-bottom: 20px;
}
.r3_counter_box .stats h5 {
    font-size: 2em;
    color: var(--secondaryColor);
}
.btn-primary {
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
	transition: background cubic-bezier(.87,.01,.65,.94) 2s;
	-moz-transition: background cubic-bezier(.87,.01,.65,.94) 2s; /* Firefox 4 */
    -webkit-transition: background cubic-bezier(.87,.01,.65,.94) 2s; /* Safari and Chrome */
    -o-transition: background cubic-bezier(.87,.01,.65,.94) 2s; /* Opera */
    -ms-transition: background cubic-bezier(.87,.01,.65,.94) 2s; /* Explorer 10 */
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: var(--primaryColor) linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    border-color: var(--primaryColor);
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
}
.text-primary {
	color: var(--primaryColor) !important;
}
.delete-times i {
	width: 14px;
	height: 14px;
	background-image: linear-gradient(red, #a22929);
	border-radius: 50%;
	color: white;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
	background-color: var(--primaryColor);
	color: #FFF;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.form-control:focus {
	border-color: var(--primaryColor);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px var(--primaryColor);
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
	background-color: var(--secondaryColor);
	color: #FFF;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
	text-transform: initial;
	font-size: 12px;
	font-weight: normal;
	text-shadow: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	min-height: 1em;
	-webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
	transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
	transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
	transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
	-webkit-tap-highlight-color: transparent;
	border: 0;
	background-image: none;
}