.wcagbkplugin:root {
    --disabled-video-wording: "Animations are disabled!";
}
.wcagbkplugin {
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 9999;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wcagbkplugin h3 {
	color: #fff;
	font-size: 1.25rem;
	padding: 0rem;
	margin-bottom: 0rem;
	line-height: 1.85rem;
}

.wcagbkplugin-btn {
	background-color: #141414;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	position: fixed;
	bottom: 2rem;
	left: 2rem;
	height: 57px;
	width: 57px;
	border-radius: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	z-index: 9999;
}

.wcagbkplugin-header {
	position: relative;
	margin-bottom: .75rem;
}

.wcagbkplugin-close {
	background-color: #141414;
	padding: .1rem 0rem;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
	text-align: center;
}

.wcagbkplugin-hide {
	float: left;
	overflow: hidden;
}

.wcagbkplugin-options {
	background-color: #141414;
	padding: 1rem;
	max-width: 500px;
	min-width: 400px;
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.08);
}

.wcagbkplugin-options {
	margin-right: -500px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.wcagbkplugin-options.show {
	margin-right: 0px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.wcagbkplugin-options ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.wcagbkplugin-options ul li {
	flex-basis: calc(33.333% - .67rem);
}

.wcagbkplugin-options ul li:last-child {
	flex-basis: 100%;
}

.wcagbkplugin-options ul li .btn-link {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 1rem;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
	border: 1px solid rgba(255,255,255,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.wcagbkplugin-options ul li .btn-link:hover {
	background-color: rgba(255,255,255,0.75);
	color: #141414;
}

.wcagbkplugin-options ul li .btn-link i {
	font-size: 1.5rem;
}

/* Buttons */

.wcagbkplugin-high-contrast .wcagbkplugin-high-contrast-btn,
.wcagbkplugin-negative-contrast .wcagbkplugin-negative-contrast-btn,
.wcagbkplugin-grayscale .wcagbkplugin-grayscale-btn,
.wcagbkplugin-links-underline .wcagbkplugin-links-underline-btn,
.wcagbkplugin-disable-animations .wcagbkplugin-disable-animations-btn,
.wcagbkplugin-high-saturation .wcagbkplugin-high-saturation-btn,
.wcagbkplugin-low-saturation .wcagbkplugin-low-saturation-btn {
	background-color: #fff;
	color: #141414 !important;
}

/* Grayscale */

.wcagbkplugin-grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

/* High Contrast */

.wcagbkplugin-high-contrast h1,
.wcagbkplugin-high-contrast .h1,
.wcagbkplugin-high-contrast h2,
.wcagbkplugin-high-contrast .h2,
.wcagbkplugin-high-contrast h3,
.wcagbkplugin-high-contrast .h3,
.wcagbkplugin-high-contrast h4,
.wcagbkplugin-high-contrast .h4,
.wcagbkplugin-high-contrast a,
.wcagbkplugin-high-contrast body,
.wcagbkplugin-high-contrast .site-footer a,
.wcagbkplugin-high-contrast .carousel-control-next, 
.wcagbkplugin-high-contrast .carousel-control-prev {
	color: #141414;
}

.wcagbkplugin-high-contrast .carousel-caption .wp-block-button__link {
	background-color: #141414;
	color: #fff;
}

.wcagbkplugin-high-contrast .navbar-brand img,
.wcagbkplugin-high-contrast .bekatec-logo {
	filter: grayscale(1) contrast(90);
	-webkit-filter: grayscale(1) contrast(90);
}

.wcagbkplugin-high-contrast .btn-primary {
--bs-btn-bg: #141414;
--bs-btn-border-color: #141414;
--bs-btn-hover-bg: #141414;
--bs-btn-hover-border-color: #141414;
--bs-btn-active-bg: #141414;
--bs-btn-active-border-color: #141414;
--bs-btn-disabled-bg: #141414;
--bs-btn-disabled-border-color: #141414;
}

.wcagbkplugin-high-contrast .btn-outline-primary {
	--bs-btn-color: #141414;
	--bs-btn-border-color: #141414;
	--bs-btn-hover-bg: #141414;
	--bs-btn-hover-border-color: #141414;
	--bs-btn-active-bg: #141414;
	--bs-btn-active-border-color: #141414;
	--bs-btn-disabled-color: #141414;
	--bs-btn-disabled-border-color: #141414;
}

/* Negative Contrast */

.wcagbkplugin-negative-contrast body {
	background-color: #141414;
}

.wcagbkplugin-negative-contrast h1,
.wcagbkplugin-negative-contrast .h1,
.wcagbkplugin-negative-contrast h2,
.wcagbkplugin-negative-contrast .h2,
.wcagbkplugin-negative-contrast h3,
.wcagbkplugin-negative-contrast .h3,
.wcagbkplugin-negative-contrast h4,
.wcagbkplugin-negative-contrast .h4,
.wcagbkplugin-negative-contrast a,
.wcagbkplugin-negative-contrast body,
.wcagbkplugin-negative-contrast .site-footer a,
.wcagbkplugin-negative-contrast .carousel-control-next, 
.wcagbkplugin-negative-contrast .carousel-control-prev,
.wcagbkplugin-negative-contrast .listing dt,
.wcagbkplugin-negative-contrast .single-listing .listing-costs-wrapper dd,
.wcagbkplugin-negative-contrast .single-listing .listing-info-wrapper dt,
.wcagbkplugin-negative-contrast .listing-address-icon,
.wcagbkplugin-negative-contrast .text-black {
	color: #fff !important;
}

.wcagbkplugin-negative-contrast .single-listing .listing-info-wrapper dl:first-child {
	border-top: 1px solid rgba(225,255,255,.1);
}

.wcagbkplugin-negative-contrast .single-listing .listing-info-wrapper dl {
	border-bottom: 1px solid rgba(225,255,255,.1);
}

.wcagbkplugin-negative-contrast .carousel-caption .wp-block-button__link {
	background-color: #fff;
}

.wcagbkplugin-negative-contrast .navbar-brand img,
.wcagbkplugin-negative-contrast .bekatec-logo {
	filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(212deg) brightness(104%) contrast(104%);
	-webkit-filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(212deg) brightness(104%) contrast(104%);
}

.wcagbkplugin-negative-contrast .btn-primary {
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #fff;
	--bs-btn-hover-bg: #fff;
	--bs-btn-hover-border-color: #fff;
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: #fff;
	--bs-btn-disabled-bg: #fff;
	--bs-btn-disabled-border-color: #fff;
	color: #141414 !important;
}

.wcagbkplugin-negative-contrast .btn-outline-primary {
	--bs-btn-color: #fff;
	--bs-btn-border-color: #fff;
	--bs-btn-hover-bg: #141414;
	--bs-btn-hover-border-color: #fff;
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: #fff;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-border-color: #fff;
}

.wcagbkplugin-negative-contrast .site-header {
	background-color: #141414;
}

.wcagbkplugin-negative-contrast .carousel-item:after {
	background-color: rgba(0,0,0,.75) !important;
}

.wcagbkplugin-negative-contrast .carousel-caption .carousel-title {
	color: #fff;
}

.wcagbkplugin-negative-contrast .carousel-caption {
	color: #fff;
}

.wcagbkplugin-negative-contrast .listings .listing,
.wcagbkplugin-negative-contrast .listing-author-box {
	border: 1px solid #fff !important;
}

.wcagbkplugin-negative-contrast .site-header {
	border-bottom: 1px solid #fff !important;
}

.wcagbkplugin-negative-contrast .site-footer {
	border-top: 1px solid #fff !important;
}

.wcagbkplugin-negative-contrast .my-listings .row {
	background-color: rgba(255,255,255,.15) !important;
}

.wcagbkplugin-negative-contrast .wcagbkplugin-btn {
	background-color: #fff;
	color: #141414 !important;
}

/* High Saturation */

.wcagbkplugin-high-saturation {
    filter: saturate(2);
    -webkit-filter: saturate(2);
}

/* Low Saturation */

.wcagbkplugin-low-saturation {
    filter: saturate(20%);
    -webkit-filter: saturate(20%);
}

/* Links Underline */

.wcagbkplugin-links-underline a,
.wcagbkplugin-links-underline button {
    text-decoration: underline !important;
}

/* Hide Video */

.wcagbkplugin-disable-animations body *,
.wcagbkplugin-disable-animations body *::before,
.wcagbkplugin-disable-animations body *::after {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    -ms-transition: none !important;
}

@media (max-width: 767px) {
	.wcagbkplugin {
		margin-top: 5rem;
	}
}
