@charset "UTF-8";
/* CSS Document */


.cookie-consent * {
    margin: 0;
    padding: 0;
}
.cookie-consent {
    position: fixed;
    bottom: 20px;
    right: -370px;
    max-width: 345px;
    background: white;
    border: 1px solid #000;
    color: initial;
    border-radius: 8px;
    padding: 15px 25px 22px;
    display: flex;
    column-gap: 15px;
    transition: all 0.3s ease;
	z-index: 1000 !important;
}
.cookie-consent.show {
    right: 20px;
}
.cookie-consent:not(.cookie-consent header *) {
    flex-wrap: wrap;
    row-gap: 8px;
}
.cookie-consent header {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 15px;
    align-items: center;
    color: initial;
}
.cookie-consent header i {
    font-size: 28px;
    /*transform: rotate(270deg);*/
}
.cookie-consent header h2 {
    font-weight: 600;
}
.cookie-consent p.data{
    color: var(--dark);
    font-size: 14px;
}
.cookie-consent p.data a {
    color: #4DA91E !important;
    text-decoration: none;
}
.cookie-consent button {
    width: calc(% / 2 - 10px);
}
.btn btn-outline-dark {
	
	
}
.cookie-consent button a {
	color: #000000;
}.cookie-consent button a:hover {
	color: #ffffff;
}











