.dPolicy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #cccccc;
    z-index: 200;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.dPolicy .textAcceptPolicy {
    margin-bottom: 0;
    color: #666666;
}

.dPolicy .textAcceptPolicy a {
    color: #333333;
    text-decoration: underline;
}

.dPolicy .btnAcceptPolicy{
    background-color: #666666;
    color: #ffffff;
    border-radius: 1rem;
}

.dPolicy .btnClosePolicy{
    border-radius: 1rem;
    border: 1px solid #666666;
}