.notification {

background: $danger;
color: $white;
border-radius: $border-radius-xl;
height: 20px;
width: 20px;
position: absolute;
text-align: center;
font-size: 12px;
font-weight: 800;
top: 10px;
right: 10px;
border: 1px solid $danger;

}