#ldCookieConsent-wrapper {
* {
box-sizing: border-box;
}
.text-center {
text-align: center;
}
.text-nowrap {
white-space: nowrap;
}
.py-4 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.btn {
padding: 0.75rem 1rem;
font-size: 1rem;
}
.btn-outline-primary {
background-color: transparent;
border: 1px solid #ce0000;
color: #ce0000;
}
.btn-outline-primary:hover {
background-color: #ce0000;
color: #fff;
}
.input-checkbox {
display: flex;
align-items: center;
gap: 0.5rem;
}
.modal {
-webkit-overflow-scrolling: touch;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 100%;
height: 100dvh;
border: 0;
outline: 0;
background: none;
display: block;
}
.modal-lg {
margin: 1.75rem auto;
max-width: 450px;
}
.modal-content {
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
border: 0;
margin-top: 15%;
margin-bottom: 15%;
padding: 30px;
padding-top: 15px;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1040;
background-color: rgba(0, 0, 0, 0.5);
}
.ld-cookie-disclaimer-options {
padding-top: 2rem;
}
.ld-cookie-disclaimer-options[open]::details-content {
padding: 1rem;
border: 1px solid #e7e7e7;
background-color: #f4f4f4;
}
.ld-cookie-disclaimer-options summary {
padding: 0.5rem 0;
text-align: center;
cursor: pointer;
}
.ld-cookie-disclaimer-options .row {
display: flex;
flex-wrap: wrap;
padding-bottom: 1rem;
gap: 0.5rem;
}
.ld-cookie-disclaimer-options .col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
width: 100%;
}
}