.StyledAsync {

    &-remove {
        color: $white;
        cursor: pointer;
        margin-left: 2px;

        &::before {
            content: "✕";
            padding-right: 5px;
        }
    }
}
