.j2p-consent-banner {
position: fixed;
bottom: -250px;
left: 0;
right: 0;
max-width: 100%;
background: #fff;
color: #000;
padding: 20px;
box-shadow: 0 1px 5px 0 #1591df;
z-index: 1000;
transition: bottom 0.5s ease-in-out;
}
#j2p-necessary-cookie, #j2p-necessary-phpsessid, #j2p-necessary-wpemoji, #j2p-preferences-planguage, #j2p-marketing-google {
font-weight: bold;
margin-bottom: 0;
}
.j2p-consent-status-modal {
display: none;
position: fixed;
z-index: 1002;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}
.j2p-consent-status-content {
background-color: #fefefe;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 20px;
border: 1px solid #888;
max-width: 90%;
max-height: 90%;
width: 400px;
border-radius: 6px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.j2p-close-status {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}
.j2p-close-status:hover,
.j2p-close-status:focus {
color: #1591df;
text-decoration: none;
cursor: pointer;
}
.j2p-consent-status-buttons {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.j2p-status-icon {
font-weight: bold;
}
.j2p-consent-banner-show {
bottom: 0;
}
.j2p-consent-banner-hide {
bottom: -500px;
}
.j2p-modal-scrollable-content {
overflow-y: auto;
font-size: 14px;
padding: 2%;
}
.j2p-logo {
max-width: 90px; height: auto;
}
.j2p-powered-by {
font-size: 12px;
text-align: center; }
.j2p-consent-info {
flex: 2;
padding: 2%;
margin-bottom: 2px;
font-size: 14px;
}
.j2p-logos {
align-items: center;
align-self: stretch;
border: none;
padding: 0;
width: 150px;
height: 150px;
gap: 15%;
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: nowrap;
align-content: stretch;
}
.j2p-consent-controls {
max-width: 150px;
flex: auto; margin-right: 2%;
}
.j2p-consent-options {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 2px;
}
.j2p-consent-option {
display: flex;
align-items: center;
justify-content: space-between;
}
.j2p-consent-option label {
margin-right: 10px;
}
.j2p-switch {
position: relative;
display: inline-block;
width: 50px;
height: 24px;
background-color: #ccc;
border-radius: 12px;
transition: background-color 0.3s;
}
.j2p-switch::after {
content: '';
position: absolute;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: white;
top: 2px;
left: 2px;
transition: 0.3s;
}
input[type="checkbox"]:checked + .j2p-switch {
background-color: #1591df;
}
input[type="checkbox"]:checked + .j2p-switch::after {
left: 28px;
}
.j2p-consent-buttons {
display: flex;
justify-content: space-evenly;
gap: 0px; align-content: center;
flex-direction: column;
}
@media (max-width: 768px) {
.j2p-consent-banner-content {
flex-direction: column;
align-items: stretch;
}
.j2p-consent-logo, .j2p-consent-controls {
margin-bottom: 1%;
max-width: 100%;
}
}
.j2p-consent-logo {
display: flex;
margin-left: 2%;
max-width: 100%;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.j2p-consent-banner-content {
max-width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-left: 2%;
margin-right: 2%;
}
.j2p-consent-button {
background-color: white;
color: #1591df;
border: 1px solid;
border-color: #1591df;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
cursor: pointer;
border-radius: 6px;
transition: background-color 0.3s;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.j2p-consent-button:hover {
background-color: #1591df;
color: white;
border-color: #1591df;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.j2p-consent-preferences-modal {
display: none;
position: fixed;
z-index: 1001;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}
.j2p-consent-preferences-modal-content {
background-color: #fefefe;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 23px;
border: 1px solid #888;
max-width: 90%;
max-height: 90%;
width: 600px;
border-radius: 6px;
display: flex;
flex-direction: column;
}
.j2p-modal-header {
position: relative;
padding-bottom: 0px;
}
.j2p-modal--content {
overflow-y: auto;
flex-grow: 1;
padding: 2%;
}
.j2p-modal-footer {
padding-top: 0px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.j2p-close-modal {
color: #aaa;
float: right;
font-size: 20px;
font-weight: bold;
cursor: pointer;
}
@media (max-width: 768px) {
.j2p-consent-preferences-modal-content {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
border-radius: 0;
padding: 15px;
}
.j2p-logos {
align-self: stretch;
border: none;
padding: 0;
width: 100%;
height: 50px;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: center;
align-items: flex-start;
}
.j2p-modal-header {
margin-bottom: 0;
}
.j2p-modal-scrollable-content {
max-height: calc(100% - 100px); overflow-y: auto;
padding: 2%;
}
.j2p-modal-footer {
bottom: 5px;
display: flex;
flex-direction: row;
margin-top: 23px;
}
j2p-close-modal {
position: absolute;
top: 0;
right: 3%;
color: #aaa;
float: right;
font-size: 23px;
font-weight: bold;
cursor: pointer;
}
}
.j2p-close-modal:hover,
.j2p-close-modal:focus {
color: #1591df;
text-decoration: none;
cursor: pointer;
}
#j2p-reopen-consent-banner {
position: fixed;
bottom: 20px;
left: 20px;
display: none;
}
.j2p-consent-option-wrapper {
margin-bottom: 15px;
padding: 5px;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.j2p-consent-option-header {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 16px
}
.j2p-consent-option-header.active + .j2p-consent-option-content {
display: block;
}
.j2p-consent-option {
position: relative;
width: 50px;
height: 30px;
}
.j2p-consent-option input[type="checkbox"] {
display: none;
}
.j2p-consent-option label {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 30px;
background-color: #e0e0e0;
border-radius: 15px;
transition: background-color 0.3s;
cursor: pointer;
}
.j2p-consent-option label::before {
content: '';
position: absolute;
width: 28px;
height: 28px;
border-radius: 50%;
top: 1px;
left: 1px;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
transition: transform 0.3s;
}
.j2p-consent-option input[type="checkbox"]:checked + label {
background-color: #1591df;
}
.j2p-consent-option input[type="checkbox"]:checked + label::before {
transform: translateX(20px);
}
.j2p-consent-option-content {
display: none;
padding: 10px 0;
}
@media (max-width: 768px) {
.j2p-consent-banner-content {
flex-direction: column;
align-items: stretch;
}
.j2p-consent-logo {
flex: 1;
text-align: center;
margin-right: 25%;
margin-left: 25%;
margin-bottom: 0;
}
.j2p-consent-logo {
display: flex;
margin-left: 5%;
margin-right: 5%;
max-width: 100%;
margin-bottom: 0;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.j2p-consent-buttons {
display: flex;
gap: 0px;
align-content: space-between;
flex-wrap: nowrap;
flex-direction: row;
}
.j2p-logo {
max-width: 50px;
height: auto;
}
.j2p-consent-banner-hide {
bottom: -800px;
}
}
.j2p-powered-by-image {
margin-top: 10px;
}
.j2p-powered-by-img {
max-width: 100px; height: auto;
display: block;
margin: 0 auto; }
@media (max-width: 768px) {
.j2p-consent-logo {
margin-bottom: 5px; }
.j2p-logo {
max-width: 50px;
}
}
.j2p-powered-by-img {
max-width: 80px; }
}#j2p-back-to-top-wrapper {
position: fixed;
bottom: -10px; right: 20px;
width: 70px; height: 70px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 999;
pointer-events: none; }
#j2p-back-to-top {
position: absolute; bottom: -23px;
right: 0;
width: 50px; height: 50px;
background-color: #4CAF50;
border-radius: 50%;
border: none; display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: bottom 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
opacity: 0.7; pointer-events: all; }
#j2p-back-to-top svg {
width: 24px; height: 24px;
fill: white;
}
#j2p-back-to-top-wrapper.visible #j2p-back-to-top {
opacity: 0.7;
visibility: visible;
bottom: -10px; }
#j2p-back-to-top-wrapper:hover #j2p-back-to-top {
bottom: 23px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); opacity: 1; } @media (max-width: 768px) {
#j2p-back-to-top-wrapper {
display: none; }
}#particles-js {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
pointer-events: none;
}
body {
position: relative;
}
#page {
position: relative;
z-index: 1;
background: transparent;
}
.site-header, .site-content, .site-footer {
position: relative;
z-index: 2;
}
a, button, input, select, textarea {
position: relative;
z-index: 3;
} a:hover, button:hover {
filter: drop-shadow(0px 0px 10px rgba(255, 204, 0, 0.8));
transition: filter 0.3s ease-in-out;
}