.cookie-chart-not-available {
    width         : 36px;
    height        : 36px;
    border-width  : 2px;
    border-color  : #dddddd;
    border-radius : 50%;
    border-style  : solid;

    &:after {
        transform-origin : center center;
        transform        : rotate(135deg);
        content          : "";
        position         : absolute;
        display          : block;
        top              : 19px;
        left             : -11px;
        z-index          : 1;
        width            : 57px;
        height           : 1px;
        background-color : #dddddd;
    }

    &.smaller {
        top          : 6px;
        width        : 16px;
        height       : 16px;
        border-width : 1px;

        &:after {
            top   : 8px;
            left  : -6px;
            width : 28px;
        }
    }
}