:host {
    padding: 0px;
}

.alert-plugin {
    position: absolute;
    top: calc(100% - 32px);
    right: 0;
    width: 64px;
    height: 32px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1031;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    text-align: center;
    padding-top: 7px;
}