﻿.vacookie {
    position: fixed;
    bottom: 30px;
    background: rgb(255, 255, 255);
    left: 20%;
    right: 20%;
    z-index: 2147483647;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px 1px;
    padding: 20px 30px;
    border-radius: 5px !important;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-box-align: center !important;
    align-items: center !important;
    .valeft

{
    float: left;
    width: 60%;
}

.varight {
    float: right;
    width: 40%;
    text-align: right;
    a

{
    border-radius: 5px !important;
    &.acceptv

{
    background: #ed1b2e;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin: 8px;
    display: inline-block;
    text-align: center;
    &:hover

{
    background: #970a16;
}

}

&.denyv {
    background: #d1d1d1;
    color: #515151;
    padding: 10px 20px;
    text-decoration: none;
    margin: 8px;
    display: inline-block;
    text-align: center;
    &:hover

{
    background: #5a5a5a;
    color: #d1d1d1;
}

}
}
}



.varight {
    width: 100%;
    display: contents;
    a

{
    width: 100%;
}

}
}
}
