.cookiemonster {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 100000000000;
    border-radius: 7px;
    cursor: pointer;
	color: #666666;
    overflow-y: auto;
}

.cookiemonster-link {
    text-decoration: underline;
    font-weight: bold;
    color: #666;
}

.cookiemonster-optins {
    overflow-y: scroll;
    max-height: 180px;
}

@media ( min-width: 1024px ) {
    
    .cookiemonster {

        width: 500px;
		
		left: 50%;
		top: 5%;
		
		margin-left: -250px !important;

    }

    .cookiemonster-optins {
        max-height: 300px;
    }
    

}

@media ( max-width: 1023px ) {
    
    .cookiemonster {

        width: 95%;
        height: 95%;

        top: 2.5%;
        left: 2.5%;
		
    }

}

.cookiemonster-button {
    
	font-family: Arial, Helvetica, sans-serif;
	
    position: fixed;
    bottom: 0;
    left: 10vw;

    font-size: 16px !important;

    background: #df381a;
    color: #fff;

    padding: .5em 1em .25em 1em;
    border-radius: 7px 7px 0 0;

    opacity: .25;

    text-decoration: none;
    transition: .2s all;
    z-index: 99999999 !important;

}

.cookiemonster-button:hover {

    text-decoration: none !important;
    background: rgb(100, 100, 100);
    color: #fff;

    opacity: .75;
    transition: .2s all;

}

.cookiemonster-wrapper,
.cookiemonster-p {

    padding: .25em 1em .25em 1em !important;

}

.cookiemonster-btn-description {
    padding: .5em .5em .25em .5em;
    float: right;
    background: #efefef;
    color: #333;
}

.cookiemonster-btn-description svg {
    transition: all .2s;
}

.cookiemonster-description {
    font-size: 12px !important;
    color: #888 !important;
    line-height: 1.5em !important;
}

.cookiemonster-checkbox {

    appearance: visible !important;
    display: block !important;
	float: left !important;
	opacity: 1 !important;
    position: relative !important;
    margin: 0 !important;
    width: 24px !important;
    height: 24px!important;
    top: 5px!important;
	border: #cccccc solid 1px !important;

}

.cookiemonster-label:before {
	
	background: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    display: inline-block !important;
    height: 24px !important;
	width: 24px !important;
    left: -23px !important;
    line-height: 0 !important;
    position: absolute !important;
    text-align: center !important;
    top: 15px !important;
	color: #666666 !important;
	
}

.cookiemonster-buttons {
    padding: 1em;
    text-align: center;
}

.cookiemonster-links {
    text-align: center;
}

.cookiemonster-links a,
.cookiemonster-links a:hover {
    margin: 0 1em 0 1em;
    color: #aaa;
    text-decoration: none;
}

.cookiemonster-label {

    font-size: 18px;
    padding: 0 0 0 1em!important;
    margin: 0 !important;
    line-height: 1.75em;
    font-weight: 400;
    color: #212529 !important;
    text-align: left;

}

.cookiemonster-h2 {
    
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    text-align: center;
    text-transform: uppercase;
    padding: 0.75em 1em 0 1em !important;
    margin: 0 !important;
    line-height: 1.25em !important;
	color: #666666;

}

.cookiemonster-subtext {
    padding: 0.75em 1.5em 0 1.5em !important;
    text-align: justify;
    font-size: 12px !important;
    line-height: 1.25em;
    margin-bottom: 1em;
}

.cookiemonster-hr {
    border: 0 !important;
    border-bottom: solid #eee 1px !important;
	margin: 10px 0 10px 0 !important;
	padding: 0 !important;
}

.cookiemonster-accept,
.cookiemonster-decline, 
.cookiemonster-declineall {
    background: rgb(100, 100, 100) !important;
	border: 0 !important !important;
    color: #fff !important;
	line-height: 1.5em !important;
    padding: .5em !important;
    text-decoration: none !important;
    transition: .2s all !important;
    border-radius: 7px !important;
    display: block !important;
	font-size: 16px !important;
}

.cookiemonster-accept,
.cookiemonster-decline {
    margin: 0 0 .5em 0 !important;

}

.cookiemonster-accept:hover,
.cookiemonster-decline:hover, 
.cookiemonster-declineall:hover {
    background: rgb(150, 150, 150) !important;
	border: 0 !important;
    color: #fff !important;
    padding: .5em !important;
	line-height: 1.5em !important;
    text-decoration: none !important;
    transition: .2s all !important;
    border-radius: 7px !important;
    display: block !important;
	font-size: 16px !important;
    transition: .2s all;
}

.cookiemonster-hidden {
    display: none;
}

.cookiemonster-copyright {
	
    color: #aaaaaa !important;
    text-align: center !important;
    font-size: 12px !important;
	margin: .5em 0 .5em 0 !important;
	padding: .5em 0 .5em 0 !important;
	
}

.cookiemonster-copyright a,
.cookiemonster-copyright a:hover {
    color: #888888 !important;
    text-decoration: none !important;
}

.cookiemonster-overlay {
    width: 100%;
    height: 100%;
    content: '';

    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    background:white;
    background:rgba(255,255,255,0.75);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);

    z-index: 9999999999999;
}