.legacy-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9999;
    color: #ffffffb8;
}

.legacy-cookie > div {
    width: 100%;
    padding: 12px 8px 20px;
    background: rgb(0 0 0 / 78%);
    font-size: 14px;
    line-height: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px 6px 0 0;
   
}

.legacy-cookie img {
    margin-left: 8px;
    margin-top: 3px;
    margin-bottom: 2px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.legacy-cookie .button {
    text-transform: uppercase;
    font-size: .8em;
    background: #0000007a;
    padding: 2px 7px;
    border-radius: 4px;
    margin-left: 6px;
    cursor: pointer;
    user-select: none;
}


.legacy-cookie .button {
	text-transform: none;
	font-size: 1.1em;
	background: #34a0ff;
	padding: 6px 12px;
	border-radius: 4px;
	margin-left: 6px;
	cursor: pointer;
	user-select: none;
	font-weight: bold;
}


.legacy-cookie {
	position: fixed;
	
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	
	color: #ffffffb8;
	height: 150px;
}

.legacy-cookie > div {
	font-size: 16px;
	line-height: 20px;
	
}


.legacy-cookie .button {
	text-transform: uppercase;
	font-size: .98em;
	background: #34a0ff;
	padding: 12px 22px;
	border-radius: 4px;
	margin-left: 6px;
	cursor: pointer;
	user-select: none;
	font-weight: normal;
	letter-spacing: 0.7px;
}


.legacy-cookie > div {
	font-size: 16px !important;
	line-height: 20px;
	background: transparent;
	padding: 10px !important;
}


.legacy-cookie {
	position: fixed;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	color: #ffffffb8;
	height: 170px;
}


.legacy-cookie {
	position: fixed;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	color: #ffffffb8;
	height: 80px;
	opacity: 0.7;
	background: #000;
}


.legacy-cookie .button {
	text-transform: uppercase;
	font-size: .98em;
	background: #34a0ff;
	padding: 12px 22px;
	border-radius: 4px;
	margin-left: 6px;
	cursor: pointer;
	user-select: none;
	font-weight: normal;
	letter-spacing: 0.7px;
	transition: all 0.25s ease-in-out;
}

.legacy-cookie .button {
	text-transform: uppercase;
	font-size: 14px;
	background: #fff;
	padding: 21px 64px;
	border-radius: 10px;
	margin-left: 6px;
	cursor: pointer;
	user-select: none;
	font-weight: 300;
	letter-spacing: 0.7px;
        border: 1px solid #00b8e4;
        transition: all 0.25s ease-in-out;
}

.legacy-cookie .button:hover {
    background: #fff;
   color:#000;
}


.legacy-cookie .button:hover {
	background: #00b8e4;
	border-color: #00b8e4;
	color: #ffffff;
}

.legacy-cookie img:hover {
    opacity: .8
}

.legacy-cookie a {
    text-decoration: none;
}


.legacy-cookie > div {
	font-size: 16px !important;
	line-height: 20px;
	color: #00b8e4;
}

.legacy-cookie > div {
	font-size: 14px !important;
	line-height: 20px;
	color: #fff;
}

.legacy-cookie > div > span {
	
	color: #00b8e4;
}








@media (min-width: 540px) {
    .legacy-cookie br {
        display: none;
    }
}

@media (min-width: 640px) {
    .legacy-cookie {
        bottom: 7px
    }
    .legacy-cookie > div {
        width: initial;
        border-radius: 6px;
        padding: 6px 9px 6px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .legacy-cookie--d-mob-none {
        display: none;
    }
}