/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cookieconsent-popup {
    right: 0px;
}


/* edit settings dialog */
.cookieconsent-overlay {
    position: fixed !important;
    z-index: 9999999 !important;
    opacity: 1 !important;
    height: 100%;
    width: 100%;
    top: 0px;

}



.cookieconsent-dialog {
    position: absolute;
    display: none;
    left: 0px;
    width: 100%;
    overflow: visible;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}

.cookieconsent-dialog-content {
    padding: 35px;
    width: 750px;
    font-size: 13px;
    position: relative;
    float: left;
    margin: 0px;
    top: 0px !important;
    height: auto;
    overflow: visible;
    overflow-x: visible;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    border-radius: 0px;
    background: #ffffff;
    min-height: 494px;
    text-align: center;
}

.cookieconsent-dialog-content h2 {
    float: left;
    width: 100%;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin: -6px 0 30px 0;
    padding: 0 0 0 0;
    text-align: left;
    text-transform: capitalize;
}

.cookieconsent-dialog-content p {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: -10px 0 21px 0;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}

.cookieconsent-dialog-close {
	position:absolute;
	top:5px;
	right:5px;
}
.cookieconsent-dialog-content h1 {
	font-size:23px;
	border-bottom:1px solid;
	border-color:inherit;
	margin:0 0 20px 0;
	line-height:1.6em;
}
.cookieconsent-dialog-content .cookieconsent-logo-link {
	position:absolute;
	bottom:3px;
	right:3px;
	background-color:#efefef;
	padding:0 5px;
	display:block;
}

.cookieconsent-button-wrap {
	margin:20px 0 5px;
	text-align:right;
}
.cookieconsent-button-wrap button {
	margin-left:3px;
}

.cookieconsent-level-changer {
	overflow:visible;
	margin:0 auto;
	text-align:center;
}
.cookieconsent-level-changer a {
	display:inline-block;
	height:150px;
	cursor:pointer;
	cursor:hand;
	position:relative;
	border:5px solid #b5b5b5;
	max-width:150px;
	text-decoration:none !important;
}
.cookieconsent-level-changer a:hover {
	filter: alpha(opacity=90);
	opacity:0.9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon {
	display:block;
	position:absolute;
	top:11px;
	left:10%;
	right:13%;
	height:75px;
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon div {
	display:block;
	background-color:#d1e0e9;
	position:absolute;
	bottom:0px;
	border:1px solid #fff;
}

.cookieconsent-level-changer a.activated {
	border-color:#66a0c5;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-title {
	background-color:#66a0c5;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-icon div.activated {
	background-color:#66a0c5;
}

.cookieconsent-permission-panels {
	overflow:hidden;
	clear:both;
	margin-top:10px;
	border-top:1px solid #b5b5b5;
	padding-top:10px;
}
.cookieconsent-permission-panel-disallowed {
	float:left;
	width:49%;
}
.cookieconsent-permission-panel-allowed {
	float:right;
	width:49%;
}
.cookieconsent-permission-panel-title {
	font-size:16px;
	padding:10px 15px;
	font-weight:normal;
	text-align:center;
}
.cookieconsent-permission-panels ul {
	padding:15px;
	margin:0;
	list-style:circle;
}
.cookieconsent-permission-panels ul li {
	padding:0 0 4px 0;
	margin:0 0 0 20px;
	font-size:14px;
}

/* cookies warning */
.cookieconsent-popup {
    position: fixed;
    z-index: 1999;
    right: 0px;
    bottom: 30px;
    width: 1120px;
    padding: 34px 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 9999999;
    border-radius: 0px;
    border: none;
    background: #ffffff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cookieconsent-popup .cookie-left {
    float: left;
    display: block;
    width: 90%;
    margin: -8px 0 0 0;
    line-height: 30px;
    font-weight: 300;
}

.cookieconsent-popup .cookie-left strong {
    color: #7ca33a;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    float: right;
    width: 8%;
    margin: 0px 0 0 0;
}

.cookieconsent-popup .cookieconsent-button-wrap button {
    width: 47% !important;
    border: none;
    position: relative;
    height: 30px !important;
    margin: 0 0 0px 0 !important;
    float: left;
    display: block;
    text-decoration: none !important;
    background: #e56700;
    padding: 10px 10px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.cookieconsent-popup .cookieconsent-button-wrap button:hover {
	background:#282625;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type {
    width: 50px !important;
    height: 50px !important;
}


.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type .ui-icon {
    display: block !important;
    width: 100%;
    height: 100%;
    background: none;
}


.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type .ui-icon:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 18px;
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    z-index: 3;
    position: relative;
    visibility: visible;
    height: 100%;
    padding: 17px 0;
    line-height: 0.8;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type span {
	display:none !important;
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
    margin: 7px 0 25px 0 !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap p.ui-state-highlight {
    border: none;
    background: none;
    padding: 0px !important;
    text-transform: none;
    margin-bottom: 23px !important;
    margin-top: 0px !important;
    text-align: left !important;
    line-height: 1.3;
    font-size: 17px;
    font-weight: 700;
    margin-top: -4px !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 34px 0;
    border: none;
}


.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type {
    position: absolute;
    left: 390px;
    bottom: 15px;
    width: auto !important;
    background: none;
    padding: 0px;
    border-radius: 0px !important;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type span.ui-button-text {
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    border-radius: 0px !important;
    transition: box-shadow 0.2s;
    font-weight: 700;
    font-size: 16px;
}



.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels {
    border: none;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px;
    margin: 0 0 0px 0;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all {
    float: left;
    width: 48%;
    border-radius: 0px;
    height: auto;
    margin-bottom: 30px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all .cookieconsent-permission-panel-title {
    border: none;
    text-transform: capitalize;
    background: none;
    margin-bottom: 19px;
    text-align: left;
    padding: 0px;
    line-height: 1.3;
    margin-top: 0px;
    font-size: 16px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul {
    float: left;
    width: 100%;
    border-radius: 0px;
    background: none;
    border: none;
    padding: 0px;
    list-style-type: none;
    margin: -7px 0 0 0;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul li {
    float: left;
    padding: 0 0px 0 23px;
    font-size: 16px;
    margin: 0 0 12px 0;
    line-height: 29px;
    text-align: left;
    position: relative;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 11px;
    border-radius: 0%;
}



.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all:last-of-type{
	float:right;
}

.cookieconsent-dialog-content a.ui-corner-all.cookieconsent-logo-link {
    display: none;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all {
    float: left;
    width: 47% !important;
    display: block;
    margin: 0px !important;
    border: none;
    height: auto;
    max-width: none !important;
    text-align: left;
    height: 40px;
    position: relative;
    /* padding-left: 64px; */
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:hover {
	opacity:0.6;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type {
	cursor:default;
	pointer-events:none;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type span.cookieconsent-level-button-icon {
    /* background: rgb(94 102 115 / 10%) !important; */
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type:after {
    color: #353c44 !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon:after {
    height: 26px;
    left: 0px;
    width: 26px;
    content: "";
    /* font-family: 'Font Awesome 5 Pro'; */
    background: white;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    top: 4px;
    position: absolute;
    font-weight: 400;
    visibility: visible;
    color: #5e6673;
    opacity: 0.4;
    border-radius: 100%;
    left: 5px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated span.cookieconsent-level-button-icon:after {
    color: #ffffff;
    opacity: 1;
	left: 29px !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type span.cookieconsent-level-button-icon:after {
    color: #5e6673;
    opacity: 0.4;
}

/*.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:hover:after {
    left: 29px;
}*/

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated:after {
    color: #ffffff;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 35px;
    width: 40px;
    border-radius: 0px;
    overflow: hidden;
    background: rgb(101 86 102 / 12%);
    right: initial;
    border-radius: 0px;
    padding-left: 75px;
}


.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon div {
    display: none !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:last-of-type {
	float:right;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-title {
    float: left;
    width: auto;
    background: none;
    display: block;
    text-transform: none;
    font-weight: 400;
    top: 0px;
    position: relative;
    padding: 9px 0 0 0;
    line-height: 14px;
    font-size: 16px;
    color: #5e6673;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    clear: both;
    float: none;
    width: auto;
    display: inline;
    margin: 0px;
    text-decoration: none !important;
    border-radius: 0px;
    text-transform: none;
    text-align: center;
    padding: 0px;
    line-height: 1;
    font-size: 16px;
}


.cookieconsent-popup a.cookieconsent-cookie-policy-link, .cookieconsent-popup a.cookieconsent-magic-button-related, .cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: -26px 10px 0 0;
    text-decoration: none !important;
    font-size: 10px;
    background: #e56700;
    padding: 10px 24px;
    border-radius: 100px;
    font-weight: 800;
    text-transform: uppercase;
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
	margin:0 0 0 0;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link:hover, .cookieconsent-popup a.cookieconsent-magic-button-related:hover, .cookieconsent-dialog-content a.cookieconsent-toggle-magic-button:hover {
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button span.ui-icon {
	display:none;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-button-text {
    float: left;
    width: 100%;
    display: block;
    padding: 0px;
    font-weight: 800;
    text-align: center;
    font-family: 'Mulish', sans-serif;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-icon {
    position: absolute;
    top: 0px;
    margin: 0px;
    background-image: none;
    background: #eeeeee;
    left: 0px;
    height: 30px;
    width: 60px;
    border-radius: 100px;
	display:none;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-icon:after {
    content: "";
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    left: 4px;
    background: #282625;
    border-radius: 100%;
    top: 3px;
}

.cookieconsent-popup .cookieconsent-button-wrap button:hover span.ui-icon:after {
	left: 31px;
}

.cookieconsent-popup a.cookieconsent-magic-button-related {
	clear:none;
}

.cookieconsent-popup a.cookieconsent-magic-button-related .ui-icon {
    display: none;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link:hover, .cookieconsent-popup a.cookieconsent-magic-button-related:hover {
}


.cookieconsent-dialog-content .cookieconsent-dialog-close span.ui-button-text {
    display: none;
}

.cookieconsent-dialog-content .cookieconsent-dialog-close span.ui-icon {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    -webkit-filter: brightness(10) grayscale(1);
    filter: brightness(10) grayscale(1);
    float: left;
    margin: -1px 0 0 7px;
    width: 15px;
}

.cookieconsent-dialog-content .cookieconsent-dialog-close {
    position: absolute;
    top: 21px;
    box-shadow: none;
    color: #ee3e3e;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 21px;
    opacity: 1;
    display: block;
    background: none !important;
}


.cookieconsent-dialog-content .cookieconsent-dialog-close:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    visibility: visible;
}

.cookieconsent-dialog-content .cookieconsent-dialog-close:hover {
	opacity:0.6;
}

/* magic button */
.cookieconsent-toggle-magic-button {
	display:block;
	float:right;
	margin:5px 0 10px;
	text-decoration:underline;
}
.cookieconsent-toggle-magic-button .ui-icon {
	float:left;
	margin: 4px 2px 0 0;
}
.cookieconsent-magic-button-wrap {
	display:none;
}
.cookieconsent-magic-button-wrap .ui-state-highlight {
	margin:0 0 15px;
	padding:15px;
}
.cookieconsent-magic-button-wrap iframe {
	height:137px;
	width:100%;
}

/* policy links */
.cookieconsent-popup .cookieconsent-cookie-policy-link {
	display:block;
	float:left;
	clear:both;
	margin:5px 0 10px;
	text-decoration:underline;
}
.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
}



/* style amends and overwrites */
.cookieconsent-popup a.cookieconsent-magic-button-related {
    display: none;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link {
    line-height: 1;
    background: none;
    margin: 21px 0 0px;
    padding: 0px;
    text-decoration: none !important;
    font-size: 16px;
	font-weight: 700;
    text-transform: none;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
	display:none;
}

/* plugin fixes after update */

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer {
    display: flex;
    flex-wrap: wrap-reverse;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels {
    margin-top: 22px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul li {
    text-align: left;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon {
    width: auto;
    position: relative;
    background: none !important;
    text-align: left;
    overflow: visible;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon:before {
    content: "";
    background: #d6e8f1;
    position: absolute;
    left: 0;
    width: 60px;
    height: 34px;
    border-radius: 50px;
    visibility: visible;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated span.cookieconsent-level-button-icon:before {
    background: #41ace4;
}

.cookieconsent-popup {
    padding-bottom: 55px !important;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-icon {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    background: none !important;
    border-radius: 0px;
    text-indent: 0px;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-icon:after {
    opacity: 0;
}