

.cookie-consent{
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 420px;
    padding-top: 7px;
    height: 83px;
    color: #fff;
    
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: none;
    }
    
    .cookie-consent span{
        line-height: 40px;
    }
    
    .cookie-consent a{
        border-bottom: none !important;	
        color: #0d6efd;
        text-decoration: underline;
        font-weight: 500;
    }
    
    .allow-button{
        height: 20px;
        width: 104px;
        color: #fff;
        font-size: 12px;
        line-height: 10px;
        border-radius: 3px;
        border: 1px solid #0d8600;
        background-color: #198754;
    }
    
    @media screen and (max-width: 736px) {
        .cookie-consent{
            width: 80%;
        }
        .cookie-consent span{
            line-height: 20px;
        }
    }
    @media screen and (max-width: 380px) {
        .cookie-consent{
            width: 80%;
        }
        .cookie-consent span{
            line-height: 20px;
        }
    }
    @media screen and (max-width: 360px) {
        .cookie-consent{
            width: 80%;
        }
        .cookie-consent span{
            line-height: 20px;
        }	
    }
    