#snigel-cmp-framework {
    font: 11.5px "Roboto",sans-serif;
        font-weight: normal;
        font-size: 11.5px;
        line-height: normal;
        font-family: "Roboto", sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2000000000;
    font-family: "Roboto",sans-serif;
    font-size: 11.5px;
    line-height: 12px;
    letter-spacing: 0.6px;
    font-weight: 400;
    color: #4A4A4A;
    max-width: 100vw;
}

#gdpr-cookie-message li {
    list-style: none;
    margin-bottom: 10px;
}
#gdpr-cookie-message li:last-child {
    margin-bottom: 0;
}
#gdpr-cookie-message input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}
#gdpr-cookie-message label {
    display: inline-block;
    max-width: 90%;
}
#gdpr-cookie-message code {
    color: rgba(255,255,255,1);
    
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;

top: 10%;
  left: 28%;
  margin-top: -50px;
  margin-left: -100px;
    max-width: 575px;
    background-color: rgba(255, 255, 255, 1);
    padding: 80px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;    
}
#gdpr-cookie-message h4 {
    color: rgba(0,0,0,1);
    
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: rgba(0,0,0,1);

    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: rgba(0,0,0,1);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(0,0,0,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #000;
    border-bottom-color: rgba(0,0,0,1);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: rgba(186, 218, 85,1)!important;
    color: #000;

    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: #000;
    color: rgba(0,0,0,1);
    transition: all 0.3s ease-in;
}

/* .................... */








#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    
    margin-top: 0;
    margin-right: 5px;
}

/* --------- */




#gdpr-cookietype-essential{
	height: 0;
	width: 0;
	visibility: hidden;
}
#gdpr-cookietype-analytics{
	height: 0;
	width: 0;
	visibility: hidden;
}
#gdpr-cookietype-preferences{
	height: 0;
	width: 0;
	visibility: hidden;
}
#gdpr-cookietype-marketing{
	height: 0;
	width: 0;
	visibility: hidden;
}
#gdpr-cookie-message label {
	cursor: pointer;
	text-indent: -99px;
	width: 50px;
	height: 25px;
	background: grey;
	display: block;
	border-radius: 25px;
	position: relative;
}
#gdpr-cookie-message label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 22px;
	transition: 0.3s;
}
#gdpr-cookietype-essential:checked + label {
	background: #bada55;
}
#gdpr-cookietype-essential:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}
#gdpr-cookietype-analytics:checked + label {
	background: #bada55;
}
#gdpr-cookietype-analytics:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}


#gdpr-cookietype-preferences:checked + label {
	background: #bada55;
}
#gdpr-cookietype-preferences:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

#gdpr-cookietype-marketing:checked + label {
	background: #bada55;
}
#gdpr-cookietype-marketing:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

#gdpr-cookie-message label:active:after {
	width: 32px;
}


#gdpr-cookie-accept,#gdpr-cookie-advanced {
    border: none;
    background: rgba(186, 218, 85,1)!important;
    color: #000!important;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-accept:hover,#gdpr-cookie-advanced:hover {
    background: rgba(204,204,204,1)!important;
    color: #000!important;
    transition: all 0.3s ease-in;
}

@media screen and (max-width: 800px) {


#gdpr-cookie-message {
    position: fixed;
    right: 3px;
    bottom: 3px;
    margin-left: 1px;
    max-width: 575px;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);

}


#gdpr-cookie-accept,#gdpr-cookie-advanced {
    border: none;
    float:left;
    background: rgba(186, 218, 85,1)!important;
    color: #000!important;
    font-size: 12px!important;
    padding: 3px;
    border-radius: 3px;
    margin-left: 2px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-accept:hover,#gdpr-cookie-advanced:hover {
    background: rgba(204,204,204,1)!important;
    color: #000!important;
    transition: all 0.3s ease-in;
}


}
@media screen and (max-width: 780px) {
#gdpr-cookie-message {
    position: fixed;
    top: 10%;
    left: 10%;
	height: 100vh;
    margin-top: -50px;
    margin-left: -100px;
    max-width: 575px;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 1px;
	margin-right: -2px;
}	
}

@media screen and (max-width: 500px) {
#gdpr-cookie-message {
    position: fixed;
    top: 10%;
    left: 0;
	height: 100vh;
    margin-top: -50px;
    margin-left: -100px;
    max-width: 575px;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 1px;
	margin-right: -2px;
}	
}
