/*
 * Gebruik zoveel mogelijk nested CSS
 * Meer informatie: https://www.w3schools.com/cssref/sel_nesting.php
 */

body div .awcf-hint-ophaaldatum{
    border-radius: 50%;
    background-color: #262262;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


body div .awcf-hint-ophaaldatum:hover {
    background-color: #1e1eaa;
}