/*  Cookie Consent style - Following    */
.cookie-consent{
    background-color: rgba(255, 255, 255);
    min-height: 26px;
    color: #515151;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
.cookie-consent p{
    width: 75%;
    margin-left: 10%;
}
.consent-btn{
    float: right;
    margin: 0% 16%;
    background: #4a4ae2;
    color: white;
    padding: 4px 43px;
    border-radius: 5px;
	text-decoration:none;
}
.cookie-overlay{
    background-color: rgb(0, 0, 0) !important;
    opacity: 0.4 !important;
    position: fixed !important;
    z-index: 99999 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important; 
    overflow: hidden !important;
}
.cookie-title{
    font-size: 17px;
    width: 75%;
    margin-left: 10%;
    font-weight: bold;
}