:root {
	--bs-link-color: #47853d;
	--bs-link-hover-color: #2b6e20;
}
::selection {
	background-color: #82f06e; 
}

body {
	overflow-x: hidden;
}

.overflow-y-auto { overflow-y: auto }

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #63bd53;
	--bs-btn-border-color: #5cad4d;
	--bs-btn-hover-color: #fefefe;
	--bs-btn-hover-bg: #69d954;
	--bs-btn-hover-border-color: #58a849;
	--bs-btn-focus-shadow-rgb: 123,230,104;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #58a849;
	--bs-btn-active-border-color: #40a52e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #63bd53;
	--bs-btn-disabled-border-color: #63bd53;
}
.btn-outline-primary {
	--bs-btn-color: #3f7a34;
	--bs-btn-border-color: #62b853;
	--bs-btn-hover-color: #111;
	--bs-btn-hover-bg: #82f06e;
	--bs-btn-hover-border-color: #62b853;
	--bs-btn-focus-shadow-rgb: 123,230,104;
	--bs-btn-active-color: #111;
	--bs-btn-active-bg: #82f06e;
	--bs-btn-active-border-color: #62b853;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #82f06e;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #82f06e;
	--bs-gradient: none;
}
.btn-link {
	--bs-btn-focus-shadow-rgb: 123,230,104;
}

.form-check-input:checked {
	background-color: #63bd53;
	border-color: #5cad4d;
}
.btn-check:focus+.btn, .btn:focus {
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.form-check-input:focus,
.form-control:focus,
.form-select:focus {
	border-color: #96e488;
	box-shadow: 0 0 0 0.25rem rgb(123 230 104 / 25%);
}

.form_check_btn {
	border: 1px solid #62b853;
	margin-right: .5em;
	margin-bottom: .5em;
	border-radius: .25rem;
	cursor: pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form_check_btn:hover {
	background-color: #82f06e;
}
.form_check_btn input {
	margin-left: 0 !important;
	margin-right: .25em;
	cursor: pointer;
}
.form_check_btn label {
	position: relative;
	padding: .25em .5em;
	margin-left: -1.5em;
	cursor: pointer;
}

.pagination {
	--bs-pagination-active-bg: #63bd53;
	--bs-pagination-active-border-color: #5cad4d;
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgb(123 230 104 / 25%);
	--bs-pagination-active-color: #fff;
}

.btn_icon { border:0; padding:2px; margin:-2px 0; border-radius:0.25rem }

.form-check>* { cursor: pointer }
.filter_container {
	display: flex;
	flex-direction: column;
	max-height: 300px;
}
.filter_container .badge {
	padding: 2px 3px;
	color: #888;
	font-size: .7em;
	margin-right: -3px;
}
.filter_container .badges { display: inline-block }
.filter_container .filtered_count {
	color: #5cad4d;
	min-width: 15px;
	padding: 2px 0;
}
.filter_container .form-check { margin: .125rem .30rem 0 }

#filter_size {
	min-width: 170px;
}

#filter_brand {
	min-width: 220px;
}

.index_page .filter_container { max-height: 400px }

.checkbox_divider_text {
	font-size: .75em;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #666;
}

table#res { line-height: 1 }
table.table { vertical-align: middle }
table.monospace_font_body tbody { font-family: monospace }
table.dataTable { line-height: 1 }
div.dataTables_wrapper div.dataTables_filter label { font-weight: 600; width: 100%; display: flex; align-items: center }
div.dataTables_wrapper div.dataTables_filter input { width: 100%; margin-right: .5rem }

div.dataTables_wrapper div.dataTables_filter { text-align: left }
div.dataTables_wrapper div.dataTables_info { padding: 0 }

img.icon { margin: -.125rem }
.popover_img .popover-body { padding: 0 }
.popover_img .popover-body img { border-radius: 0.5rem }

.popover {
	--bs-popover-max-width: 320px;
}

.menu_card>div {
	min-height: 60px;
}
.menu_card a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1.2;
}

#selectColVisMode { cursor: pointer }
.btn-collapseColVisible { border-color: #ced4da }

.page-item .page-link { border-radius: 0 }
.page-item:first-child .page-link { border-radius: var(--bs-pagination-border-radius) 0 0 var(--bs-pagination-border-radius) }
.page-item:last-child .page-link { border-radius: 0 var(--bs-pagination-border-radius) var(--bs-pagination-border-radius) 0 }


.bar_container {
	position: relative;
	height: 50vw;
	min-height: 400px;
	max-height: 500px;
}
.bar_container2 {
	position: relative;
	height: 50vw;
	min-height: 300px;
	max-height: 400px;
}
.bar_chart_ticks_container {
	margin-bottom: 2rem;
	max-width: 30%;
	line-height: 1;
}
.bar_chart_ticks_container a { text-align: end; min-height: 2rem; display: flex; align-items: center; justify-content: flex-end; }
#bar_chart_container_wrap { font-size: .9rem }
#bar_chart_container_wrap ul { display: flex; flex-flow: row wrap; justify-content: center; margin: 0; padding: 0 }
#bar_chart_container_wrap ul li { align-items: center; cursor: pointer; display: flex; flex-direction: row; margin-left: 9px }
#bar_chart_container_wrap ul li div { display: inline-block; height: 15px; margin-right: 9px; width: 40px }
a[data-fancybox=gallery_test] { transition: .1s }
a[data-fancybox=gallery_test]:hover { transform: scale(1.01) }

.card_related_review img {
	margin: -10% 0;
}

.card_related_review .card_review_img_wrap {
	overflow: hidden;
	border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
}

.card_review .card-text {
	max-height: 75px;
	overflow: hidden;
	position: relative;
}
.card_review .card-text:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 1.5em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 100%);
	pointer-events: none;
}